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