Make CentreTarget public.

This commit is contained in:
Dean Herbert 2016-10-12 15:28:28 +09:00
parent 1c0b769451
commit f737090c6b

View File

@ -11,9 +11,9 @@ namespace osu.Game.GameModes.Menu
{
/// <summary>
/// A target drawable which this flowcontainer should be centered around.
/// This target MUST be in this FlowContainer's *direct* children.
/// This target should be a direct child of this FlowContainer.
/// </summary>
internal Drawable CentreTarget;
public Drawable CentreTarget;
public override Anchor Origin => Anchor.Custom;