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