示例#1
0
文件: Enemy.cs 项目: hakisuedo7/THTC
 protected void Defeat()
 {
     stageController.EnemyIsDefeat();
 }