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