예제 #1
0
파일: Unit.cs 프로젝트: sanchopa/The-Ant-
 public void Attack(ISufferDamage threat)
 {
     threat.SufferDamage(this.attributes["Atack"].maxValue);
 }
예제 #2
0
 public void Attack(ISufferDamage threat)
 {
     
     threat.SufferDamage(CalculateSummDamage());
 }