コード例 #1
0
ファイル: Item.cs プロジェクト: 0xFh/Asda2-Project
        public bool ExecuteInContext(Action action)
        {
            Unit owner = Owner;

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