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:
@@ -0,0 +1,5 @@
|
||||
package it.polimi.ingsw.gc14.Model;
|
||||
|
||||
public enum Totems {
|
||||
YELLOW, BLUE, ORANGE, WHITE, PURPLE
|
||||
}
|
||||
Reference in New Issue
Block a user