コード例 #1
0
ファイル: AiMove.cs プロジェクト: rgo594/BFSTRPG
 void Start()
 {
     Init();
     TurnManager.AddNpcUnit(this);
 }