static void Postfix(PnlKnowNpcItem __instance, UICLabel ___lbName) { ___lbName.text = (__instance.role.rsave.sex == Sex.Female ? "女" : "男") + "|" + ___lbName.text; }
static void Postfix(DlgSettings __instance, ref UICLabel ___lbVersion) { ___lbVersion.text = DlgSettings.Version.Ver + " patch by Wing"; }