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; }
|
|
} |