NewN_UAVPlane/Assets/Temp/Scripts/Generalmanagement.cs

19 lines
256 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Generalmanagement : MonoBehaviour
{
public Judgmentstate judgmentstate;
void Start()
{
}
void Update()
{
}
}