Add xmldoc to some high-level classes to explain their separation

This commit is contained in:
Dean Herbert
2018-04-08 12:58:34 +09:00
parent 81981acc68
commit 421e9e0641
2 changed files with 9 additions and 0 deletions

View File

@ -36,6 +36,10 @@ using osu.Game.Overlays.Volume;
namespace osu.Game
{
/// <summary>
/// The full osu! experience. Builds on top of <see cref="OsuGameBase"/> to add menus and binding logic
/// for initial components that are generally retrieved via DI.
/// </summary>
public class OsuGame : OsuGameBase, IKeyBindingHandler<GlobalAction>
{
public Toolbar Toolbar;