ModernUO/Projects/UOContent/Items/Jewels
Kamron Batman 89815ad4d3
feat: Updates to Serialization Generator v2.2 (#1157)
* 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)]
  ```
2022-09-04 08:45:27 -07:00
..
Artifacts fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
BaseJewel.cs feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Beads.cs fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Bracelet.cs fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Earrings.cs fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Necklace.cs fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Ring.cs fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00