fix: deprecate unsafe gamestate getter
This commit is contained in:
@ -119,6 +119,7 @@ public class GameInstance {
|
||||
manager.applyEvent(gameStateEvent);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public GameState getGameStateUnsafe() {
|
||||
return _state;
|
||||
}
|
||||
|
Reference in New Issue
Block a user