fix: deprecate unsafe gamestate getter

This commit is contained in:
punchready 2021-08-11 00:24:34 +02:00
parent 12f4d7592b
commit a28741ac3d
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ public class GameInstance {
manager.applyEvent(gameStateEvent);
}
@Deprecated
public GameState getGameStateUnsafe() {
return _state;
}