19 lines
450 B
C#
19 lines
450 B
C#
using ProtoBuf;
|
|
using Thousandto.Plugins.Common;
|
|
using Thousandto.Code.Center;
|
|
using Thousandto.Code.Global;
|
|
|
|
namespace Thousandto.Code.Logic.Network
|
|
{
|
|
|
|
/// <summary>
|
|
/// 实现消息的回调方法
|
|
/// </summary>
|
|
public partial class HandleMsgResult : IHandleMsgResult
|
|
{
|
|
public void GS2U_ResRecycle( MSG_Recycle.ResRecycle result ){}
|
|
public void GS2U_ResSetAuto(MSG_Recycle.ResSetAuto result) {
|
|
}
|
|
}
|
|
}
|