SeasonI/encounters.h
sigonasr2 8cb3198549 Prep implementation of battle moves.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-09-15 01:08:53 -05:00

7 lines
102 B
C++

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