Macrosยง
Structsยง
- Character
Position - Database
Ability Set - Database
Item Properties - Struct containing item properties in the format that they get persisted to the database. Adding new fields is generally safe as long as they are optional. Renaming or removing old fields will require a migration.
- Generic
Body - A serializable model used to represent a generic Body. Since all variants of Body except Humanoid (currently) have the same struct layout, a single struct is used for persistence conversions.
- Humanoid
Body