Add: Added Totems.java Enum And Relevant Attribute "totem", Getter "getTotem" and "setTotem" Methods In Player.java.

Add: Added Relative Javadoc.
This commit is contained in:
GabrieleRadice
2026-05-13 16:06:20 +02:00
parent 7cc993db43
commit a06b3f7968
2 changed files with 29 additions and 0 deletions
@@ -0,0 +1,5 @@
package it.polimi.ingsw.gc14.Model;
public enum Totems {
YELLOW, BLUE, ORANGE, WHITE, PURPLE
}