new_10009_YanCheng_Metrology/Assets/Template/Scripts/Project/Manager/SubjectControllerBase.cs

11 lines
203 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SubjectControllerBase : SingletonMono<SubjectControllerBase>
{
public virtual void OnInit()
{
}
}