コード例 #1
0
ファイル: Unit.cs プロジェクト: hristochernogorov/TeamWorks
 public void Attack(IGameObject obj)
 {
     obj.DamageTaken(this.attackDmg);
 }