ModernUO/Projects/UOContent/Items/Guilds
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
..
GuildDeed.cs fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00
Guildstone.cs feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
GuildTeleporter.cs fix: Codegens guildstone and jewelery (#1061) 2022-06-14 08:29:00 -07:00