player_sample.go 242 B

1234567
  1. package mcping
  2. //PlayerSample contains a player response in the sample section of a ping response.
  3. type PlayerSample struct {
  4. UUID string `json:"uuid"` //e.g "d8a973a5-4c0f-4af6-b1ea-0a76cd210cc5"
  5. Name string `json:"name"` //e.g "Ammar"
  6. }