## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.
## Important Change
* Adds `SerializedCommandProperty`
Example:
```cs
[InvalidateProperties]
[SerializableField(0)]
[SerializedCommandProperty(AccessLevel.GameMaster)]
private Mobile _completedBy;
```
|
||
|---|---|---|
| .. | ||
| Fish | ||
| Reward Fish | ||
| Rewards | ||
| Aquarium.cs | ||
| AquariumFishingNet.cs | ||
| AquariumFood.cs | ||
| AquariumGump.cs | ||
| AquariumState.cs | ||
| BaseFish.cs | ||
| FishBowl.cs | ||
| VacationWafer.cs | ||