Skip to content

Commit

Permalink
Merge pull request #19 from ACaiCat/main
Browse files Browse the repository at this point in the history
Fix Packets.SyncPlayer
  • Loading branch information
cc004 authored Jan 9, 2023
2 parents 67c6ec6 + 896f57a commit 5e96356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TrProtocol/Packets/SyncPlayer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace TrProtocol.Packets;
namespace TrProtocol.Packets;

public class SyncPlayer : Packet, IPlayerSlot
{
Expand All @@ -20,4 +20,5 @@ public class SyncPlayer : Packet, IPlayerSlot
public Color ShoeColor { get; set; }
public BitsByte Bit3 { get; set; }
public BitsByte Bit4 { get; set; }
public BitsByte Bit5 { get; set; }
}

0 comments on commit 5e96356

Please sign in to comment.