1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-16 23:43:27 +08:00
Files
osu-lazer/Symcol.Core/Graphics/Containers/SymcolClickableContainer.cs
T
2018-03-18 22:43:16 -04:00

13 lines
287 B
C#

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