This commit is contained in:
Master
2023-10-14 19:39:33 +02:00
6 changed files with 158 additions and 1 deletions

View File

@@ -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()
{