package api
import "github.com/google/uuid"
type PlayerInfo struct {
PlayerID *uuid.UUID `json:"playerID,omitempty"`
Passphrase *string `json:"passphrase,omitempty"`
}