ModernUO/Projects/UOContent/Items/Jewels
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: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
BaseJewel.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08: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