ModernUO/Projects/UOContent/Items/Food
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
..
Asian.cs fix: Codegens Food & Beverages (#1021) 2022-05-15 21:56:04 -07:00
Beverage.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
BeverageEmpty.cs fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Bowls.cs fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Chocolatiering.cs fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
CookableFood.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
Cooking.cs feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Food.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
Fruits.cs fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00
Vegetables.cs fix: Source generates food. (#1054) 2022-06-13 01:48:27 -07:00