Beispiel #1
0
        protected GameplayMenuOverlay()
        {
            RelativeSizeAxes = Axes.Both;

            State.ValueChanged += s => InternalButtons.Deselect();
        }