Direction nochmal extra, fertig und gestestet und warum auch immer bisher noch nicht da
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@50 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
41f0d2f6b1
commit
4ef731cd64
1 changed files with 7 additions and 0 deletions
7
src/jrummikub/model/Direction.java
Normal file
7
src/jrummikub/model/Direction.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
package jrummikub.model;
|
||||
|
||||
/** Possible move directions in case of overlapping Stones/Sets */
|
||||
|
||||
public enum Direction {
|
||||
LEFT, RIGHT, TOP, BOTTOM;
|
||||
}
|
Reference in a new issue