## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.
## Important Change
* Adds `SerializedCommandProperty`
Example:
```cs
[InvalidateProperties]
[SerializableField(0)]
[SerializedCommandProperty(AccessLevel.GameMaster)]
private Mobile _completedBy;
```
|
||
|---|---|---|
| .. | ||
| BaseWand.cs | ||
| ClumsyWand.cs | ||
| FeebleWand.cs | ||
| FireballWand.cs | ||
| GreaterHealWand.cs | ||
| HarmWand.cs | ||
| HealWand.cs | ||
| IDWand.cs | ||
| LightningWand.cs | ||
| MagicArrowWand.cs | ||
| ManaDrainWand.cs | ||
| WandTarget.cs | ||
| WeaknessWand.cs | ||