Пример #1
0
        internal override void Awake()
        {
            WindowCaption      = "Contract Configuration";
            WindowRect         = new Rect(40, 80, 780, 360);
            WindowStyle        = contractSkins.newWindowStyle;
            Visible            = false;
            DragEnabled        = true;
            TooltipMouseOffset = new Vector2d(-10, -25);

            //Make sure our click-through control locks are disabled
            InputLockManager.RemoveControlLock(lockID);

            DMC_SkinsLibrary.SetCurrent("ContractUnitySkin");
        }