## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.
## Important Change
* Adds `SerializedCommandProperty`
Example:
```cs
[InvalidateProperties]
[SerializableField(0)]
[SerializedCommandProperty(AccessLevel.GameMaster)]
private Mobile _completedBy;
```
|
||
|---|---|---|
| .. | ||
| Artifacts | ||
| BaseClothing.cs | ||
| BaseClothing.Migrations.cs | ||
| Cloaks.cs | ||
| Hats.cs | ||
| MiddleTorso.cs | ||
| OuterLegs.cs | ||
| OuterTorso.cs | ||
| Pants.cs | ||
| Shirts.cs | ||
| Shoes.cs | ||
| Waist.cs | ||