Package edu.wisc.game.sql
Class Episode.FINISH_CODE
- java.lang.Object
-
- edu.wisc.game.sql.Episode.FINISH_CODE
-
-
Constructor Summary
Constructors Constructor Description FINISH_CODE()
-
-
-
Field Detail
-
NO
public static final int NO
- See Also:
- Constant Field Values
-
FINISH
public static final int FINISH
- See Also:
- Constant Field Values
-
STALEMATE
public static final int STALEMATE
- See Also:
- Constant Field Values
-
GIVEN_UP
public static final int GIVEN_UP
- See Also:
- Constant Field Values
-
LOST
public static final int LOST
- See Also:
- Constant Field Values
-
-