cicaprojekt/cicaprojekt/GameoverCause.java

6 lines
86 B
Java

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