More fight stuff

This commit is contained in:
Kyle Belanger 2023-10-14 13:34:14 -04:00
parent 292e082a36
commit 5f4821866b
2 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -159,7 +159,7 @@ namespace AscNet.GameServer
c.Log(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()
{