forked from PGR/ascnet
More fight stuff
This commit is contained in:
parent
292e082a36
commit
5f4821866b
File diff suppressed because one or more lines are too long
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue