Example #1
0
 public Game()
 {
     GameTime = new Time();
 }
Example #2
0
 private Game(Time GameTime, Location CurrentLocation)
 {
     this.GameTime        = GameTime;
     this.CurrentLocation = CurrentLocation;
 }