Ejemplo n.º 1
0
 public void PlayORC(ORC orc)
 {
     Console.WriteLine("******************************");
     Console.WriteLine("This is {0} Play War3.{1}", this.Name, orc.GetType().Name);
     orc.ShowKing();
 }