Add TODO regarding parsing.

This commit is contained in:
Dean Herbert 2016-10-13 11:41:11 +09:00
parent 65e3e13aa2
commit edd8f3871e
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public abstract class HitObject
public static HitObject Parse(PlayMode mode, string val) 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) switch (mode)
{ {
case PlayMode.Osu: case PlayMode.Osu: