Initial Commit
This commit is contained in:
commit
ddd8e562cf
18 changed files with 1352 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
package me.firephoenix.ps3minigames.states;
|
||||
|
||||
/**
|
||||
* @author NieGestorben
|
||||
* Copyright© (c) 2023, All Rights Reserved.
|
||||
*/
|
||||
public enum GameState {
|
||||
|
||||
STARTING,
|
||||
RUNNING,
|
||||
STOPPING
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue