饭太稀
This commit is contained in:
13
Hotfix/Outer/Addresable/G2M_SendAddressableMessageHandler.cs
Normal file
13
Hotfix/Outer/Addresable/G2M_SendAddressableMessageHandler.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Fantasy.Async;
|
||||
using Fantasy.Network.Interface;
|
||||
|
||||
namespace Fantasy;
|
||||
|
||||
public sealed class G2M_SendAddressableMessageHandler : Addressable<Unit, G2M_SendAddressableMessage>
|
||||
{
|
||||
protected override async FTask Run(Unit unit, G2M_SendAddressableMessage message)
|
||||
{
|
||||
Log.Debug($"收到Gate发送来的Addressable消息 message:{message.Tag}");
|
||||
await FTask.CompletedTask;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user