Esempio n. 1
0
 public void Hit(Knight other)
 {
     other.TakeHit(this);
 }