using FL.Data; using XGame.Framework.Network; namespace FL.Network { public class ShengbingSetNameResponseCtrl : MsgController { protected override void OnProcess(ShengbingSetNameResponse message, object context) { EventSingle.Instance.Notify(EventDefine.PartnerPlanSetName); } } }