예제 #1
0
파일: AiMove.cs 프로젝트: rgo594/BFSTRPG
 void Start()
 {
     Init();
     TurnManager.AddNpcUnit(this);
 }