mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 10:54:34 +01:00
More fight stuff
This commit is contained in:
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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user