ecs/proto/json_internal_game.go

12 lines
276 B
Go
Raw Normal View History

2025-06-04 18:17:39 +08:00
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"`
2025-06-04 18:17:39 +08:00
//Charges uint32 `json:"charges"`
}