StoneColor-Klasse
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@7 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
7f0b5f9b78
commit
f572598766
1 changed files with 5 additions and 0 deletions
5
src/jrummikub/model/StoneColor.java
Normal file
5
src/jrummikub/model/StoneColor.java
Normal file
|
@ -0,0 +1,5 @@
|
|||
package jrummikub.model;
|
||||
|
||||
public enum StoneColor {
|
||||
BLACK, ORANGE, BLUE, RED
|
||||
}
|
Reference in a new issue