package vooga.rts.gamedesign.state; /** * This enum represents the possible states of detection which are detectable * and not detectable. * * @author Ryan Fishel * @author Kevin Oh * @author Francesco Agosti * @author Wenshun Liu * */ public enum DetectableState { DETECTABLE, NOTDETECTABLE; }