package main import "net" import "github.com/quartercastle/vector" type Client struct { conn *net.Conn position vector.MutableVector velocity vector.MutableVector health uint8 name string }