Ejemplo n.º 1
0
 void printHeader()
 {
     CIO.Clear();
     CIO.Print("TODO: No header");
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Print the heading for the inventory
 /// </summary>
 protected void printHeader()
 {
     CIO.Clear();
     CIO.Print("########Inventory:########");
     CIO.Print(this.getGold() + " gold");
 }