using PacketLib;
namespace ONDClient;
public class ClientPlayer {
public PlayerState state;
public string username;
}