7 lines
105 B
Go

package game
type Player struct {
Name string `json:"name"`
Position Vector3 `json:"position"`
}