예제 #1
0
 public void Defend(player Player)
 {
     Console.WriteLine("Giant defends from " + Player.Nmae);
 }
예제 #2
0
 public void Attack(player Player)
 {
     Console.WriteLine("Giant Attacks: " + Player.Nmae);
 }