6 lines
No EOL
144 B
C#
6 lines
No EOL
144 B
C#
namespace PacketLib;
|
|
|
|
public class OpponentInitPacket {
|
|
public PlayerState state { get; set; }
|
|
public string username { get; set; }
|
|
} |