StoneColor-Klasse

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@7 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-04-28 15:44:15 +02:00
parent 7f0b5f9b78
commit f572598766

View file

@ -0,0 +1,5 @@
package jrummikub.model;
public enum StoneColor {
BLACK, ORANGE, BLUE, RED
}