staticsize

This commit is contained in:
Orlin Dyankov 2022-07-06 02:42:14 +03:00
parent 73d83c0ea8
commit 1be8432ae0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public struct PacketHeader : IPacket {
public short PacketSize;
public bool IsCheats;
public static short StaticSize => 20;
public static short StaticSize => 22;
public short Size => StaticSize;
public void Serialize(Span<byte> data) {