ModernUO/Projects/UOContent/Holiday Stuff/Valentine/2012/Items
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
..
CupidsArrow.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
CupidStatue.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
HeartShapedBox.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00