cicaprojekt/cicaprojekt/GameoverCause.java

6 lines
85 B
Java

package cicaprojekt;
public enum GameoverCause {
TIMEOUT, ONEILLWON, JAFFAWON
}