added init for mdga with all states and messages
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package pp.mdga.game;
|
||||
|
||||
public enum PieceState {
|
||||
ACTIVE,
|
||||
WAITING,
|
||||
HOME,
|
||||
HOMEFINISHED
|
||||
}
|
||||
Reference in New Issue
Block a user