namespace PacketLib;
public class OpponentInitPacket {
public PlayerState state { get; set; }
public string username { get; set; }
}