fix: changed GameState to proper class GameInstance in lobby
This commit is contained in:
		@ -1,12 +1,14 @@
 | 
				
			|||||||
package uulm.teamname.marvelous.server.Lobby;
 | 
					package uulm.teamname.marvelous.server.Lobby;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import uulm.teamname.marvelous.gamelibrary.IntVector2;
 | 
				
			||||||
import uulm.teamname.marvelous.gamelibrary.events.Event;
 | 
					import uulm.teamname.marvelous.gamelibrary.events.Event;
 | 
				
			||||||
 | 
					import uulm.teamname.marvelous.gamelibrary.gamelogic.GameInstance;
 | 
				
			||||||
import uulm.teamname.marvelous.gamelibrary.requests.Request;
 | 
					import uulm.teamname.marvelous.gamelibrary.requests.Request;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public class Lobby {
 | 
					public class Lobby {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    String gameID;
 | 
					    String gameID;
 | 
				
			||||||
//    GameState state; // TODO: needs to be changed to GameStateManager
 | 
					    GameInstance gameInstance; // This is the main "wrapper" class for Gamestate, Event creation and so son
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user