ModernUO/Projects/UOContent/Items/Armor
Kamron Batman 936000ecf7
feat: Adds SerializedCommandProperty (#1249)
## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.

## Important Change
* Adds `SerializedCommandProperty`

Example:
```cs
    [InvalidateProperties]
    [SerializableField(0)]
    [SerializedCommandProperty(AccessLevel.GameMaster)]
    private Mobile _completedBy;
```
2022-11-14 18:24:33 -08:00
..
Artifacts fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Bone fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Chain fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Cloth fix: Adds ReadType/Write(Type) and improves type referencing (#1172) 2022-10-11 22:17:22 -07:00
DaemonBone fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Dragon fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Glasses feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
Helmets fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Leather feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Plate fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Ranger fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Ring fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Stone fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Studded fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
ArmorEnums.cs fix: Updates races to properly support gargoyle equipment. (#744) 2021-08-29 00:43:55 -07:00
BaseArmor.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
BaseArmor.Migrations.cs feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00