using osu.Framework.Graphics.Containers; namespace Symcol.Core.Graphics.Containers { /// /// Will support base eden game functions (if we come up with any) /// public class SymcolClickableContainer : ClickableContainer { } }