mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-22 03:05:16 +00:00
Worship the monorail
This commit is contained in:
parent
6e878e579d
commit
7ca0b8591a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ public struct TagPacket : IPacket {
|
||||||
public byte Seconds;
|
public byte Seconds;
|
||||||
public ushort Minutes;
|
public ushort Minutes;
|
||||||
|
|
||||||
public short Size => 4;
|
public short Size => 6;
|
||||||
|
|
||||||
public void Serialize(Span<byte> data) {
|
public void Serialize(Span<byte> data) {
|
||||||
MemoryMarshal.Write(data, ref UpdateType);
|
MemoryMarshal.Write(data, ref UpdateType);
|
||||||
|
|
Loading…
Reference in a new issue