예제 #1
0
        public override bool OnLoadFixup(bool isQuitCareer)
        {
            try
            {
                SchoolElementaryEx staticCareer = CareerManager.GetStaticCareer(Guid) as SchoolElementaryEx;
                if (staticCareer != null)
                {
                    mOther = staticCareer.mOther;
                }

                return(base.OnLoadFixup(isQuitCareer));
            }
            catch (Exception e)
            {
                Common.Exception(OwnerDescription, e);
                return(false);
            }
        }
예제 #2
0
        public override bool OnLoadFixup(bool isQuitCareer)
        {
            try
            {
                SchoolElementaryEx staticCareer = CareerManager.GetStaticCareer(Guid) as SchoolElementaryEx;
                if (staticCareer != null)
                {
                    mOther = staticCareer.mOther;
                }

                return base.OnLoadFixup(isQuitCareer);
            }
            catch (Exception e)
            {
                Common.Exception(OwnerDescription, e);
                return false;
            }
        }