## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.
## Important Change
* Adds `SerializedCommandProperty`
Example:
```cs
[InvalidateProperties]
[SerializableField(0)]
[SerializedCommandProperty(AccessLevel.GameMaster)]
private Mobile _completedBy;
```
|
||
|---|---|---|
| .. | ||
| BlankMap.cs | ||
| CityMap.cs | ||
| IndecipherableMap.cs | ||
| LocalMap.cs | ||
| MapItem.cs | ||
| MapItemPackets.cs | ||
| PresetMap.cs | ||
| SeaChart.cs | ||
| TreasureMap.cs | ||
| WorldMap.cs | ||