ModernUO/Projects/UOContent/Items/Bulletin Boards
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
..
BulletinBoard.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
BulletinBoardPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
BulletinEquip.cs fix(codegen): Codegens bulletin boards. (#712) 2021-08-22 08:05:03 -07:00
BulletinMessage.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00