OneNightDuel/PacketLib/JoinAcceptPacket.cs

5 lines
98 B
C#
Raw Normal View History

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