ecs/proto/json_internal_game.go

7 lines
116 B
Go
Raw Normal View History

2025-06-04 18:17:39 +08:00
package proto
type MsgServerOnlineAck struct {
Online uint32 `json:"Online"`
//Charges uint32 `json:"charges"`
}