GameEvent.java

package io.github.neonteam10;

public enum GameEvent {
    NONE,
    RAIN,
    ROSES,
    STRIKE,
}