Пример #1
0
 public void PrintGameClock(int tick)
 {
     SimpleGUI.SetCursorForTime();
     Console.WriteLine($"Game Time: {tick}");
 }