WIP add Shape

master
Mathis 2022-03-29 18:30:14 +01:00
parent 2913af5e6a
commit d1dff01c15
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package latice.model;
public enum Shape {
BIRD, DOLPHIN, FLOWER, LEAF, LIZARD, TORTOISE;
}