Standardise drawable state access and split large nested classes out of MainMenu.ButtonSystem

This commit is contained in:
Dean Herbert
2016-10-08 12:53:46 +09:00
parent 97c2dcf590
commit 9594b7193c
10 changed files with 452 additions and 399 deletions

View File

@ -0,0 +1,13 @@
using osu.Framework.Graphics;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace osu.Game.GameModes.Menu
{
internal class MenuVisualisation : Drawable
{
}
}