1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 20:47:25 +08:00

Add missing obsoletion notice

This commit is contained in:
smoogipoo 2020-09-17 17:04:44 +09:00
parent 0d889f8cc0
commit 73a7b759cb

View File

@ -145,6 +145,7 @@ namespace osu.Game.Rulesets.Objects
#pragma warning restore 618
}
[Obsolete("Use the cancellation-supporting override")] // Can be removed 20210318
protected virtual void CreateNestedHitObjects()
{
}