# Packages
No description provided by the author
# Functions
NewConn creates a new Conn instance using the provided io.ReadWriteCloser.
NewStaticDiscovery creates a new StaticDiscovery with the given server addresses.
# Structs
Conn represents a connection to a server, managing packet reading and writing over an underlying io.ReadWriteCloser.
StaticDiscovery implements the Discovery interface with static server addresses.
# Interfaces
Discovery defines an interface for discovering servers based on a player's connection.