added GameoverCause.java -- enum to indicate cause of Game's ending
This commit is contained in:
parent
446b2b57f3
commit
e4e7367a82
5
cicaprojekt/GameoverCause.java
Normal file
5
cicaprojekt/GameoverCause.java
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package cicaprojekt;
|
||||||
|
|
||||||
|
public enum GameoverCause {
|
||||||
|
TIMEOUT, ONEILLWON, JAFFAWON;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user