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 fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongDices.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongEnums.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongGame.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
MahjongPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
MahjongPieceDim.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongPlayers.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongTile.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongTileTypeGenerator.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00
MahjongWallBreakIndicator.cs fix: Codegens mahjong (#1070) 2022-06-16 10:19:49 -07:00