feat: add parameterless ctor for reflection

This commit is contained in:
Oliver Booth 2024-02-12 19:24:58 +00:00
parent 3aebd26460
commit 0a9348fd66
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ public abstract class ResponsePacket : Packet
CallbackId = callbackId; CallbackId = callbackId;
} }
internal ResponsePacket()
{
}
/// <summary> /// <summary>
/// Gets the response identifier. /// Gets the response identifier.
/// </summary> /// </summary>