1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-10 14:57:21 +08:00

13 lines
316 B
C#
Raw Normal View History

//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
2016-10-10 17:17:26 +09:00
using osu.Framework;
using osu.Framework.Graphics.Containers;
namespace osu.Game.GameModes.Play
{
2016-09-21 13:12:05 +09:00
public class Playfield : Container
{
}
}