1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Add comment about messy methods

This commit is contained in:
Dean Herbert 2024-01-17 16:57:22 +09:00
parent fe06402951
commit 66c7a29e79
No known key found for this signature in database

View File

@ -98,6 +98,8 @@ namespace osu.Game.Users
}; };
} }
// TODO: this whole api is messy. half these Create methods are expected to by the implementation and half are implictly called.
protected abstract Drawable CreateLayout(); protected abstract Drawable CreateLayout();
/// <summary> /// <summary>