Beispiel #1
0
        private void ShowProperControlsUI()
        {
            _managerUI.HideAllControlsUI(true);

            if (_selectedObject.Mono is ShipBase)
            {
                _managerUI.ActivatePopup(PopupType.ShipControl, true);
            }
        }