Example #1
0
 public void Shoot(Unit target)
 {
     target.Kill();
     report.KillUnit(time, target.ID);
     Console.WriteLine("unit killed!");
 }