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