## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.
## Important Change
* Adds `SerializedCommandProperty`
Example:
```cs
[InvalidateProperties]
[SerializableField(0)]
[SerializedCommandProperty(AccessLevel.GameMaster)]
private Mobile _completedBy;
```
|
||
|---|---|---|
| .. | ||
| Fillable Containers | ||
| BaseTreasureChest.cs | ||
| Container.cs | ||
| FurnitureContainer.cs | ||
| LockableContainer.cs | ||
| MarkContainer.cs | ||
| ParagonChest.cs | ||
| SalvageBag.cs | ||
| Strongbox.cs | ||
| TrappableContainer.cs | ||
| TrappableContainer.ExecuteTrap.cs | ||
| TreasureChest.cs | ||
| TreasureMapChest.cs | ||