mirror of
https://github.com/ppy/osu
synced 2025-03-19 09:34:49 +00:00
Add TODO regarding parsing.
This commit is contained in:
parent
65e3e13aa2
commit
edd8f3871e
@ -21,6 +21,7 @@ namespace osu.Game.Beatmaps.Objects
|
||||
|
||||
public static HitObject Parse(PlayMode mode, string val)
|
||||
{
|
||||
//TODO: move to modular HitObjectParser system rather than static parsing. (https://github.com/ppy/osu/pull/60/files#r83135780)
|
||||
switch (mode)
|
||||
{
|
||||
case PlayMode.Osu:
|
||||
|
Loading…
Reference in New Issue
Block a user