package vooga.rts.gamedesign.state; /** * This enum represents all the possible states of gathering which are waiting * and gathering. * * @author Ryan Fishel * */ public enum GatherState { GATHERING, WAITING; }