7 lines
125 B
Go

package game
import "net"
// Handler is a byte code specific packet handler.
type Handler func([]byte, *net.UDPAddr) error