This commit is contained in:
8
src/Battling/PkmnScriptCategory.hpp
Normal file
8
src/Battling/PkmnScriptCategory.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef PKMNLIB_PKMNSCRIPTCATEGORY_HPP
|
||||
#define PKMNLIB_PKMNSCRIPTCATEGORY_HPP
|
||||
#include <Arbutils/Enum.hpp>
|
||||
#include <CreatureLib/Battling/ScriptHandling/ScriptCategory.hpp>
|
||||
|
||||
ENUM_WITH_START_VALUE(PkmnScriptCategory, uint8_t, ((uint8_t)ScriptCategoryHelper::Highest()) + 1, Weather)
|
||||
|
||||
#endif // PKMNLIB_PKMNSCRIPTCATEGORY_HPP
|
||||
Reference in New Issue
Block a user