ModernUO/Projects/UOContent/Items/Games/Mahjong
Kamron Batman 936000ecf7
feat: Adds SerializedCommandProperty (#1249)
## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.

## Important Change
* Adds `SerializedCommandProperty`

Example:
```cs
    [InvalidateProperties]
    [SerializableField(0)]
    [SerializedCommandProperty(AccessLevel.GameMaster)]
    private Mobile _completedBy;
```
2022-11-14 18:24:33 -08:00
..
MahjongDealerIndicator.cs
MahjongDices.cs
MahjongEnums.cs
MahjongGame.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
MahjongPackets.cs
MahjongPieceDim.cs
MahjongPlayers.cs
MahjongTile.cs
MahjongTileTypeGenerator.cs
MahjongWallBreakIndicator.cs