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