mirror of
https://github.com/osukey/osukey.git
synced 2025-06-20 10:48:00 +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