1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +08:00

Add TODO in osu! argon transformer regarding missing components

This commit is contained in:
Dean Herbert 2022-09-27 18:52:35 +09:00
parent 97207c11f5
commit 326a3e6583

View File

@ -56,6 +56,8 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
case OsuSkinComponents.CursorTrail:
return new ArgonCursorTrail();
// TODO: Once everything is finalised, consider throwing UnsupportedSkinComponentException on missing entries.
}
break;