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:
Ida Massow 2011-05-01 14:42:54 +02:00
parent 41f0d2f6b1
commit 4ef731cd64

View file

@ -0,0 +1,7 @@
package jrummikub.model;
/** Possible move directions in case of overlapping Stones/Sets */
public enum Direction {
LEFT, RIGHT, TOP, BOTTOM;
}