mirror of
https://github.com/ppy/osu.git
synced 2026-05-16 23:43:27 +08:00
13 lines
287 B
C#
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
|
|
{
|
|
|
|
}
|
|
}
|