game_sync/gamerule/clawdoll/logic.go

13 lines
158 B
Go

package clawdoll
type Logic struct {
}
type ZegoForbidRTCResp struct {
Code int64
Message string
RequestId string
Data any
Error int
}