## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.
## Important Change
* Adds `SerializedCommandProperty`
Example:
```cs
[InvalidateProperties]
[SerializableField(0)]
[SerializedCommandProperty(AccessLevel.GameMaster)]
private Mobile _completedBy;
```
|
||
|---|---|---|
| .. | ||
| NPC | ||
| SBInfo | ||
| AnimalBuy.cs | ||
| BaseVendor.cs | ||
| BeverageBuy.cs | ||
| GenericBuy.cs | ||
| GenericSell.cs | ||
| PlayerBarkeeper.cs | ||
| PlayerVendor.cs | ||
| PresetMapBuy.cs | ||
| RentedVendor.cs | ||
| VendorInventory.cs | ||