ModernUO/Projects/UOContent/Engines/Bulk Orders
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
..
Books fix: Fixes localization corner cases with OPL (#1050) 2022-06-12 21:17:42 -07:00
BaseBOD.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
BODTarget.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
BulkMaterialType.cs cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
LargeBOD.cs fix: Fixes localization corner cases with OPL (#1050) 2022-06-12 21:17:42 -07:00
LargeBODAcceptGump.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
LargeBODGump.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
LargeBulkEntry.cs fix(codegen): Fixes bulk order deed hue and codegens (#647) 2021-06-11 19:51:03 -07:00
LargeSmithBOD.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
LargeTailorBOD.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Rewards.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
SmallBOD.cs fix: Fixes localization corner cases with OPL (#1050) 2022-06-12 21:17:42 -07:00
SmallBODAcceptGump.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
SmallBODGump.cs fix(core): Converts more packets and switches to Moq (#415) 2021-01-16 22:09:05 -08:00
SmallBulkEntry.cs fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
SmallSmithBOD.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
SmallTailorBOD.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00