コード例 #1
0
ファイル: Enemy.cs プロジェクト: hakisuedo7/THTC
 protected void Defeat()
 {
     stageController.EnemyIsDefeat();
 }