SeasonI/encounters.h

7 lines
102 B

namespace encounter{
enum{
ENCOUNTER_1,
ENCOUNTER_2,
ENCOUNTER_3,
};
}