OneNightDuel/PacketLib/JoinAcceptPacket.cs

6 lines
No EOL
155 B
C#

namespace PacketLib;
public class JoinAcceptPacket {
public PlayerState state { get; set; }
// public PlayerState otherPlayerState { get; set; }
}