mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-14 09:24:35 +01:00
Merge branch 'master' of https://git.lewd.wtf/pgr/ascnet
This commit is contained in:
@@ -165,7 +165,7 @@ namespace AscNet.GameServer
|
||||
log.Info(packet.Name);
|
||||
}
|
||||
|
||||
public void SendResponse<T>(T response, int clientSeq = 0)
|
||||
public void SendResponse<T>(T response, int clientSeq = 0) where T : new()
|
||||
{
|
||||
Packet.Response packet = new()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user