mirror of
https://github.com/Sanae6/SmoOnlineServer
synced 2025-10-05 22:12:40 +02:00
Update TagPacket.cs
This commit is contained in:
@@ -9,7 +9,7 @@ public struct TagPacket : IPacket {
|
||||
public byte Seconds;
|
||||
public ushort Minutes;
|
||||
|
||||
public short Size => 6;
|
||||
public short Size => 5;
|
||||
|
||||
public void Serialize(Span<byte> data) {
|
||||
MemoryMarshal.Write(data, ref UpdateType);
|
||||
@@ -30,4 +30,4 @@ public struct TagPacket : IPacket {
|
||||
Time = 1,
|
||||
State = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user