Esempio n. 1
0
 void SingleDamage(UnitCreep unit, float dmg)
 {
     unit.ApplyDamage(dmg, 0);
 }