ModernUO/Projects/UOContent/Items/Games
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
..
Mahjong feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
Backgammon.cs fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
BaseBoard.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
BasePiece.cs fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
CheckerBoard.cs fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
CheckersPieces.cs fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Chessboard.cs fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
ChessPieces.cs fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00
Dices.cs fix: Codegens games (#1058) 2022-06-13 17:31:56 -07:00