ModernUO/Projects
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
..
Server feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
Server.Tests fix: Adds ISpanParsable and fixes command conditionals (#1241) 2022-11-12 00:26:02 -08:00
UOContent feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
UOContent.Tests fix: Updates dependencies for .NET 7 (#1240) 2022-11-11 11:54:29 -08:00