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); } }
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; } }