DaTable displays data lists such as items and monsters.
You can create your own data class by inheriting DaTableElement.
- Save the data list in a DaTable asset.
- DaTable assets are managed and edited in the DaTable Window.
- Create a data class by inheriting DaTable Element in your own script.
- Data is selected in the DaTable Window and edited in the Inspector.
- Get the data class from the script and use it.