_xiaofang/xiaofang/Assets/Script/NewBehaviourScript.cs

22 lines
352 B
C#
Raw Normal View History

2024-11-23 14:08:04 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NewBehaviourScript : MonoBehaviour
{
public int id = 0;
public int tpey = 90;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}