예제 #1
0
파일: EnemyCtrl.cs 프로젝트: soulhez/RPG_JG
 void Start()
 {
     player = PlayerFightCtrl.Instance;
 }
예제 #2
0
 void OnEnable()
 {
     Instance = this;
 }