Add a New Enum
Overview
How to add a new enum to EnumBase.xlsx.
Sample
Add reward_type.
Open EnumBase.xlsx and copy an existing sheet.
Edit the sheet name, A1, to, from, and value.
- to: Write in English using
snake_case- Converted to UpperCamel (C#) or UPPER_SNAKE_CASE (UE5/PHP) during conversion
- from: The string entered in the data Excel file
- English is recommended if the project supports multiple languages
- If the target is a single country, that country's language is recommended
- value: The value assigned to the enum
English Is Recommended for Multilingual Support


For Japanese-Only Support, You Can Use Japanese Enum Input in Excel

