PkmnLib/src/Battling/EventHooks/PkmnEventKind.hpp

8 lines
232 B
C++
Raw Normal View History

2020-04-18 14:21:38 +00:00
#ifndef PKMNLIB_PKMNEVENTKIND_HPP
#define PKMNLIB_PKMNEVENTKIND_HPP
#include <CreatureLib/Battling/EventHooks/EventDataKind.hpp>
ENUM_WITH_START_VALUE(PkmnEventDataKind, u8, 128, WeatherChange)
2020-04-18 14:21:38 +00:00
#endif // PKMNLIB_PKMNEVENTKIND_HPP