mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 01:03:15 +08:00
13 lines
269 B
C#
13 lines
269 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 SymcolContainer : Container
|
|
{
|
|
|
|
}
|
|
}
|