NewN_UAVPlane/Assets/Zion/Scripts/Wzx/ModerShow.cs

15 lines
247 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ModerShow : MonoBehaviour
{
public GameObject Prefabs1;
// Start is called before the first frame update
void Awake()
{
}
}