ModernUO/Projects/UOContent/Items/Books
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
..
Defined fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
BaseBook.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
BlueBook.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
BookContent.cs fix(core): Converts book packets (#413) 2021-01-16 18:49:53 -08:00
BookPackets.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
BookPageInfo.cs fix(core): Converts book packets (#413) 2021-01-16 18:49:53 -08:00
BrownBook.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
RedBook.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
TanBook.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00