mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
These were being serialized as the base type. On deserialization, due to the HitWindow of objects being non-null, they would not get correctly initialised by the CreateHitWindows() virtual method. - Closes #10403