mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 10:23:59 +00:00
ExtendFightDynamicLog ExtendFightLog
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
namespace MikuSB.GameServer.Server.CallGS.Handlers.Misc;
|
||||||
|
|
||||||
|
[CallGSApi("ExtendFightDynamicLog")]
|
||||||
|
public class ExtendFightDynamicLog : ICallGSHandler
|
||||||
|
{
|
||||||
|
public Task Handle(Connection connection, string param, ushort seqNo)
|
||||||
|
{
|
||||||
|
return Task.CompletedTask;
|
||||||
|
}
|
||||||
|
}
|
||||||
10
GameServer/Server/CallGS/Handlers/Misc/ExtendFightLog.cs
Normal file
10
GameServer/Server/CallGS/Handlers/Misc/ExtendFightLog.cs
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
namespace MikuSB.GameServer.Server.CallGS.Handlers.Misc;
|
||||||
|
|
||||||
|
[CallGSApi("ExtendFightLog")]
|
||||||
|
public class ExtendFightLog : ICallGSHandler
|
||||||
|
{
|
||||||
|
public Task Handle(Connection connection, string param, ushort seqNo)
|
||||||
|
{
|
||||||
|
return Task.CompletedTask;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user