RuralPowerCompetition_yizhe.../RuralPowerCompetition_yizheng1/Assets/Zion/Scripts/TempTest.cs

19 lines
321 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TempTest : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
gameObject.Instantiate(this);
}
// Update is called once per frame
void Update()
{
}
}