Bring framework up-to-date.

This commit is contained in:
Dean Herbert
2016-09-21 13:12:05 +09:00
parent e0c06a4f19
commit f1688499e4
9 changed files with 20 additions and 18 deletions

View File

@ -1,16 +1,11 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using osu.Framework.Graphics.Containers;
namespace osu.Game.GameModes.Play
{
public class Playfield : MaskingContainer
public class Playfield : Container
{
}
}