Effect State Update
This commit is contained in:
parent
df01a921ba
commit
90d5b47025
@ -3412,6 +3412,10 @@
|
||||
export_constant(EFST_ASSUMPTIO_BUFF);
|
||||
export_constant(EFST_BASILICA_BUFF);
|
||||
export_constant(EFST_OVERLAPEXPUP2);
|
||||
export_constant(EFST_SOULCURSE);
|
||||
export_constant(EFST_NV_BREAKTHROUGH);
|
||||
export_constant(EFST_HELPANGEL);
|
||||
export_constant(EFST_NV_TRANSCENDENCE);
|
||||
export_constant(EFST_SWEETSFAIR_ATK);
|
||||
export_constant(EFST_SWEETSFAIR_MATK);
|
||||
/// @APIHOOK_END
|
||||
|
@ -1935,7 +1935,12 @@ enum efst_types : short{
|
||||
EFST_BASILICA_BUFF,
|
||||
EFST_OVERLAPEXPUP2,
|
||||
|
||||
EFST_SWEETSFAIR_ATK = 1132,
|
||||
EFST_SOULCURSE = 1125,
|
||||
|
||||
EFST_NV_BREAKTHROUGH = 1129,
|
||||
EFST_HELPANGEL,
|
||||
EFST_NV_TRANSCENDENCE,
|
||||
EFST_SWEETSFAIR_ATK,
|
||||
EFST_SWEETSFAIR_MATK,
|
||||
/// @APIHOOK_END
|
||||
/// Do not modify code above this, since it will be automatically generated by the API again
|
||||
|
Loading…
x
Reference in New Issue
Block a user