ModernUO/Projects/Server/World
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
..
EntityPersistence.cs fix: Adds ReadType/Write(Type) and improves type referencing (#1172) 2022-10-11 22:17:22 -07:00
EntitySpan.cs fix: Adds ReadType/Write(Type) and improves type referencing (#1172) 2022-10-11 22:17:22 -07:00
EntityTypeIndex.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
IIndexInfo.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
World.cs fix: Adds AfterSerialize support. Removes BeforeSerialize support. (#1208) 2022-10-27 23:27:22 -07:00
WorldEvents.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00