* Adds `SerializationProperty` - This will generate the private variable for serialization. Also provides an option `useField` to specify your own. Example: ```cs [SerializationProperty(0, useField: nameof(_resource)] ``` |
||
|---|---|---|
| .. | ||
| BarkeepContract.cs | ||
| ClothingBlessDeed.cs | ||
| CommodityDeed.cs | ||
| DragonBardingDeed.cs | ||
| HairRestylingDeed.cs | ||
| HolidayTreeDeed.cs | ||
| NameChangeDeed.cs | ||
| NewPlayerTicket.cs | ||
| VendorRentalContract.cs | ||