Add: complete JavaDoc for networking, heartbeat, totem flow and game events
This commit is contained in:
@@ -1,5 +1,32 @@
|
||||
package it.polimi.ingsw.gc14.Model;
|
||||
|
||||
/**
|
||||
* Represents the different totem colors available in the game.
|
||||
*/
|
||||
public enum Totems {
|
||||
YELLOW, BLUE, ORANGE, WHITE, PURPLE
|
||||
|
||||
/**
|
||||
* Yellow totem.
|
||||
*/
|
||||
YELLOW,
|
||||
|
||||
/**
|
||||
* Blue totem.
|
||||
*/
|
||||
BLUE,
|
||||
|
||||
/**
|
||||
* Orange totem.
|
||||
*/
|
||||
ORANGE,
|
||||
|
||||
/**
|
||||
* White totem.
|
||||
*/
|
||||
WHITE,
|
||||
|
||||
/**
|
||||
* Purple totem.
|
||||
*/
|
||||
PURPLE
|
||||
}
|
||||
Reference in New Issue
Block a user