package main type soul struct { PlayerName string `json:"playerName"` Position vector3 `json:"position"` }