Files
Main/Assets/Code/Logic/_NetMessage/Handlers/IHandleMsgResult_MSG_Common.cs
2025-01-25 04:38:09 +08:00

14 lines
242 B
C#

using ProtoBuf;
using Thousandto.Plugins.Common;
namespace Thousandto.Code.Logic.Network
{
/// <summary>
/// 定义消息的回调方法,便于实现
/// </summary>
public partial interface IHandleMsgResult
{
}
}