Ejemplo n.º 1
0
        protected override void Awake()
        {
            base.Awake();

            uiManager      = Engine.GetService <IUIManager>();
            confirmationUI = uiManager.GetUI <IConfirmationUI>();
        }
        protected override void Start()
        {
            base.Start();

            confirmationUI = uiManager.GetUI <IConfirmationUI>();
        }