Example #1
0
 public void CastDisease(IUnit unit)
 {
     unit.BecomeDiseased(this);
 }