예제 #1
0
파일: Item.cs 프로젝트: 0xFh/Asda2-Project
        public bool ExecuteInContext(Action action)
        {
            Unit owner = Owner;

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