5 lines
100 B
C#
5 lines
100 B
C#
|
|
namespace PacketLib;
|
||
|
|
|
||
|
|
public class OpponentInitPacket {
|
||
|
|
public PlayerState state { get; set; }
|
||
|
|
}
|