1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Make ScaledContainer private

This commit is contained in:
smoogipoo 2018-02-23 15:06:08 +09:00
parent 72fcbfe12b
commit d72290ee24

View File

@ -40,7 +40,7 @@ namespace osu.Game.Rulesets.UI
});
}
public class ScaledContainer : Container
private class ScaledContainer : Container
{
/// <summary>
/// The value to scale the width of the content to match.