1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 03:42:58 +08:00
osu-lazer/osu.Game/Rulesets/Objects/Drawables
ekrctb a2c0951d94 Use overriding instead of hiding in HitObjectLifetimeEntry
Hidden properties are used when the type is the base class. It caused issues when `DrawableHitObject` logic is factored out to `PoolableDrawableWithLifetime` because it is using the base `LifetimeEntry`, not `HitObjectLifetimeEntry`.
2021-04-27 15:23:33 +09:00
..
ArmedState.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
DrawableHitObject.cs Use overriding instead of hiding in HitObjectLifetimeEntry 2021-04-27 15:23:33 +09:00
IScrollingHitObject.cs Adjust namespaces 2019-02-21 19:05:52 +09:00