Effect State Update
This commit is contained in:
parent
812fb69bb7
commit
b49bc103fe
@ -3425,6 +3425,8 @@
|
||||
export_constant(EFST_FLOWER_LEAF2);
|
||||
export_constant(EFST_FLOWER_LEAF3);
|
||||
export_constant(EFST_FLOWER_LEAF4);
|
||||
export_constant(EFST_MISTY_FROST);
|
||||
export_constant(EFST_MAGIC_POISON);
|
||||
/// @APIHOOK_END
|
||||
/// Do not modify code above this, since it will be automatically generated by the API again
|
||||
export_constant(EFST_MAX);
|
||||
|
@ -1947,6 +1947,9 @@ enum efst_types : short{
|
||||
EFST_FLOWER_LEAF2 = 1135,
|
||||
EFST_FLOWER_LEAF3,
|
||||
EFST_FLOWER_LEAF4,
|
||||
|
||||
EFST_MISTY_FROST = 1141,
|
||||
EFST_MAGIC_POISON,
|
||||
/// @APIHOOK_END
|
||||
/// Do not modify code above this, since it will be automatically generated by the API again
|
||||
EFST_MAX,
|
||||
|
Loading…
x
Reference in New Issue
Block a user