Esempio n. 1
0
 public Game()
 {
     instance = this;
     currentLocation = new Town("<NAME>", false);
     Start();
 }
Esempio n. 2
0
 static void Main(string[] args)
 {
     Game game = new Game();
 }