feat(Core/EnumUtils): add more enum for support chat command (#8828)
This commit is contained in:
parent
34d32f689a
commit
aa7932e971
18 changed files with 3455 additions and 80 deletions
|
|
@ -81,8 +81,6 @@ struct MechanicImmune
|
|||
char const* text;
|
||||
};
|
||||
|
||||
constexpr auto MAX_MECHANIC = 32;
|
||||
|
||||
MechanicImmune const mechanicImmunes[MAX_MECHANIC] =
|
||||
{
|
||||
{ MECHANIC_NONE, "MECHANIC_NONE" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue