mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Legger til getGameState i IDrawableGame
This commit is contained in:
parent
1b04ed462c
commit
5ea2219ae9
@ -1,5 +1,7 @@
|
||||
package inf112.fiasko.roborally.objects;
|
||||
|
||||
import inf112.fiasko.roborally.element_properties.GameState;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@ -55,4 +57,10 @@ public interface IDrawableGame {
|
||||
*/
|
||||
List<Robot> getRobotsToDraw();
|
||||
|
||||
/**
|
||||
* Gets the current state og the game
|
||||
* @return The state the game is currently in
|
||||
*/
|
||||
GameState getGameState();
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user