mirror of
				https://github.com/inf112-v20/Fiasko.git
				synced 2025-11-04 03:33:45 +01:00 
			
		
		
		
	la til getters og sertters for client og server
This commit is contained in:
		@@ -1,6 +1,8 @@
 | 
				
			|||||||
package inf112.fiasko.roborally.objects;
 | 
					package inf112.fiasko.roborally.objects;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import inf112.fiasko.roborally.element_properties.GameState;
 | 
					import inf112.fiasko.roborally.element_properties.GameState;
 | 
				
			||||||
 | 
					import inf112.fiasko.roborally.networking.RoboRallyClient;
 | 
				
			||||||
 | 
					import inf112.fiasko.roborally.networking.RoboRallyServer;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -63,4 +65,10 @@ public interface IDrawableGame {
 | 
				
			|||||||
     */
 | 
					     */
 | 
				
			||||||
    GameState getGameState();
 | 
					    GameState getGameState();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    RoboRallyClient getClient();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    void setClient(RoboRallyClient client);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    void setServer(RoboRallyServer server);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user