Esempio n. 1
0
		public User(ISoulBinder binder, GameLobby game_lobby)
		{
			_Binder = binder;
			_GameLobby = game_lobby;

			_Machine = new StageMachine();

			Position = new PlayerPosition();
        }
Esempio n. 2
0
		public Center()
		{
			_Updater = new Updater();
			_Hall = new Hall();
			_GameLobby = new GameLobby();
		}
Esempio n. 3
0
 public Center()
 {
     _Updater   = new Updater();
     _Hall      = new Hall();
     _GameLobby = new GameLobby();
 }