Example #1
0
 public void OnAttack(object sender, KingAttackedEventArgs args)
 {
     Console.WriteLine($"King {Name} is under attack!");
 }
Example #2
0
 public void OnAttack(object sender, KingAttackedEventArgs args)
 {
     Console.WriteLine($"Royal Guard {Name} is defending!");
 }
Example #3
0
 public void OnAttack(object sender, KingAttackedEventArgs args)
 {
     Console.WriteLine($"Footman {Name} is panicking!");
 }