ModernUO/Projects/UOContent/Items/Containers
Kamron Batman 89815ad4d3
feat: Updates to Serialization Generator v2.2 (#1157)
* Adds `SerializationProperty` - This will generate the private variable for serialization. Also provides an option `useField` to specify your own. Example:
  ```cs
  [SerializationProperty(0, useField: nameof(_resource)]
  ```
2022-09-04 08:45:27 -07:00
..
Fillable Containers feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
BaseTreasureChest.cs fix: Fixes missing invalidate properties for default name (#1012) 2022-05-04 14:40:49 -07:00
Container.cs fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
FurnitureContainer.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
LockableContainer.cs feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
MarkContainer.cs feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
ParagonChest.cs fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
SalvageBag.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
Strongbox.cs fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
TrappableContainer.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
TrappableContainer.ExecuteTrap.cs fix: Codegens trappable containers (#973) 2022-03-26 21:15:15 -07:00
TreasureChest.cs fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
TreasureMapChest.cs fix: Fixes NPE in TreasureMapChest (#1010) 2022-05-04 19:10:55 -07:00