## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.
## Important Change
* Adds `SerializedCommandProperty`
Example:
```cs
[InvalidateProperties]
[SerializableField(0)]
[SerializedCommandProperty(AccessLevel.GameMaster)]
private Mobile _completedBy;
```
|
||
|---|---|---|
| .. | ||
| MahjongDealerIndicator.cs | ||
| MahjongDices.cs | ||
| MahjongEnums.cs | ||
| MahjongGame.cs | ||
| MahjongPackets.cs | ||
| MahjongPieceDim.cs | ||
| MahjongPlayers.cs | ||
| MahjongTile.cs | ||
| MahjongTileTypeGenerator.cs | ||
| MahjongWallBreakIndicator.cs | ||