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