private void Println()
 {
     Console.WriteLine(names.Get()
                       + " now has "
                       + Current()
                       + " Gold Coins.");
 }
Beispiel #2
0
 public void Println()
 {
     Console.WriteLine(names.Get() + " was sent to the penalty box");
 }
 public void PrintlnPlace()
 {
     Console.WriteLine(names.Get()
                       + "'s new location is "
                       + Current());
 }