mirror of
https://github.com/oliverbooth/TcpDotNet
synced 2024-11-09 23:45:41 +00:00
feat: add parameterless ctor for reflection
This commit is contained in:
parent
3aebd26460
commit
0a9348fd66
@ -14,6 +14,10 @@ public abstract class ResponsePacket : Packet
|
||||
CallbackId = callbackId;
|
||||
}
|
||||
|
||||
internal ResponsePacket()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the response identifier.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user