## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.
## Important Change
* Adds `SerializedCommandProperty`
Example:
```cs
[InvalidateProperties]
[SerializableField(0)]
[SerializedCommandProperty(AccessLevel.GameMaster)]
private Mobile _completedBy;
```
|
||
|---|---|---|
| .. | ||
| BonePile.cs | ||
| Head.cs | ||
| LeftArm.cs | ||
| LeftLeg.cs | ||
| RibCage.cs | ||
| RightArm.cs | ||
| RightLeg.cs | ||
| Torso.cs | ||