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