ModernUO/Projects/UOContent/Mobiles/Vendors
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
..
NPC chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
SBInfo feat: Implement Oil Flask & Refueling (#1165) 2022-09-07 00:35:47 -07:00
AnimalBuy.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
BaseVendor.cs fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
BeverageBuy.cs Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00
GenericBuy.cs feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
GenericSell.cs chore(content): Updates to C# 9 syntax (#373) 2020-12-30 12:50:10 -08:00
PlayerBarkeeper.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
PlayerVendor.cs fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
PresetMapBuy.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
RentedVendor.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
VendorInventory.cs feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00