コード例 #1
0
ファイル: EnemyController.cs プロジェクト: rodrigoAMF/Zario
 public int getDamage()
 {
     return(enemyModel.getDamage());
 }