YanCheng_Metrology/Assets/Scripts/Project/InterFace/I_Enter.cs

9 lines
128 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public interface I_Enter
{
void Enter();
}