Package edu.wisc.game.sql
Class PlayerInfo.COMPLETION
- java.lang.Object
-
- edu.wisc.game.sql.PlayerInfo.COMPLETION
-
- Enclosing class:
- PlayerInfo
public static class PlayerInfo.COMPLETION extends Object
Completion modes
-
-
Field Summary
Fields Modifier and Type Field Description static int
ABANDONED
static int
WALKED_AWAY
-
Constructor Summary
Constructors Constructor Description COMPLETION()
-
-
-
Field Detail
-
ABANDONED
public static final int ABANDONED
- See Also:
- Constant Field Values
-
WALKED_AWAY
public static final int WALKED_AWAY
- See Also:
- Constant Field Values
-
-