osu/osu.Game/Modes/Playfield.cs

12 lines
285 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
using osu.Framework.Graphics.Containers;
2016-11-14 09:03:20 +00:00
namespace osu.Game.Modes
{
2016-09-21 04:12:05 +00:00
public class Playfield : Container
{
}
}