Ejemplo n.º 1
0
        public bool ExecuteInContext(Action action)
        {
            Unit owner = Owner;

            if (owner != null)
            {
                return(owner.ExecuteInContext(action));
            }
            return(false);
        }