ModernUO/Projects/UOContent/Items/Clothing
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: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
BaseClothing.cs feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
BaseClothing.Migrations.cs feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Cloaks.cs feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Hats.cs fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
MiddleTorso.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
OuterLegs.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
OuterTorso.cs feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Pants.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Shirts.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Shoes.cs feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Waist.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00