fixed continue powerdown bugs closes #66

This commit is contained in:
Tobydrama
2020-04-21 14:04:45 +02:00
parent 17a3d4f27a
commit ee18396d3e
6 changed files with 48 additions and 8 deletions

View File

@@ -44,6 +44,8 @@ public enum GameState {
/**
* Indicates that the game is no longer running
*/
EXITED
EXITED,
SKIP_POWER_DOWN_SCREEN
}