using PacketLib; namespace ONDClient.Net; public class ClientPlayer { public PlayerState State; public string Username; }