ModernUO/Projects/UOContent/Items/Body Parts
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
..
BonePile.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Head.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
LeftArm.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
LeftLeg.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
RibCage.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
RightArm.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
RightLeg.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Torso.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00