5 You can use those file to easily build new Enum from .typ
7 Simply replace (whith case sensitive but not whole word) in whole file:
13 with the true name (eg: item_origin, ITEM_ORIGIN and EItemOrigin)
15 Then to add new enums, you must add them only in:
17 - the enum list in the .h, beetween UNKNOWN and NUM_....
18 - the StringArray list in the .cpp, with the same order as in the enum list