12 lines
276 B
Go
12 lines
276 B
Go
package proto
|
|
|
|
type MsgServerInfoAck struct {
|
|
Id uint32 `json:"Id"`
|
|
Platform uint32 `json:"Platform"`
|
|
Channel uint32 `json:"Channel"`
|
|
Area string `json:"Area"`
|
|
Name string `json:"Name"`
|
|
Online uint32 `json:"Online"`
|
|
//Charges uint32 `json:"charges"`
|
|
}
|