ModernUO/Projects/Server/Items
Kamron Batman 49e6c6f2d1
fix: Adds AfterSerialize support. Removes BeforeSerialize support. (#1208)
### Changes
* Implements an AfterSerialize method that is executed synchronously.
* Removes `BeforeSerialize` support since it was dangerous in its current implementation.
* Moves PlayerMobile kill/virtual decay to AfterSerialize.
* Adds kill decay to after Deserialize.
2022-10-27 23:27:22 -07:00
..
BaseMulti.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
Container.cs fix: Adds ReadType/Write(Type) and improves type referencing (#1172) 2022-10-11 22:17:22 -07:00
Containers.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
Item.cs fix: Adds AfterSerialize support. Removes BeforeSerialize support. (#1208) 2022-10-27 23:27:22 -07:00
ItemBounds.cs fix: Updates more logging to Serilog (#1105) 2022-07-01 11:57:08 -07:00
Layer.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
LightType.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
SecureTradeContainer.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
VirtualCheck.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
VirtualHair.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00