using XGame.Framework.Network; namespace FL.Network { public class ActMountBwExpPushCtrl : MsgController<ActMountBwExpPush> { protected override void OnProcess(ActMountBwExpPush message, object context) { } } }