示例#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());
 }