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