namespace PacketLib;
public class OpponentInitPacket {
public PlayerState State { get; set; }
public string Username { get; set; }
}