Initial Commit

This commit is contained in:
FirephoenixX02 2023-07-05 17:27:30 +02:00
commit ddd8e562cf
18 changed files with 1352 additions and 0 deletions

View file

@ -0,0 +1,12 @@
package me.firephoenix.ps3minigames.states;
/**
* @author NieGestorben
* Copyright© (c) 2023, All Rights Reserved.
*/
public enum GameState {
STARTING,
RUNNING,
STOPPING
}