ModernUO/Projects/UOContent/Items/Resources
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
..
Arrows Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
Blacksmithing feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
Fishing feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
Masonry fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
Reagents fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Tailor feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
MiscMLResources.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00