OneNightDuel/PacketLib/JoinPacket.cs

5 lines
No EOL
90 B
C#

namespace PacketLib;
public class JoinPacket {
public string username { get; set; }
}