mc_struct.go 143 B

12345678
  1. package main
  2. import "aytechnology.us/gominecraft/mod/mcping"
  3. type ServerInfoStruct struct {
  4. Info mcping.PingResponse
  5. IsRunning bool
  6. }