Exemplo n.º 1
0
 public void HurtTank(int hashCode, float hurtdamage)
 {
     mTankSystem.BeHurt(hashCode, hurtdamage);
 }