using Fantasy; using Fantasy.Async; using Fantasy.Network.Interface; namespace Hotfix; public class C2Chat_TestRequestHandler : RouteRPC { protected override async FTask Run(ChatUnit chatUnit, C2Chat_TestRequest request, Chat2C_TestResponse response, Action reply) { Log.Info($"chatUnit{chatUnit.GameName} AccountId:{chatUnit.AccountId}"); await FTask.CompletedTask; } }