client/model/multiplaymodifyresultmodel.go (
4
lines of code) (
raw
):
// Package client /* * YuanJing OpenAPI SDK for Go * * */ package model type MultiplayModifyResultModel struct { // 当前联机数据版本号 DataVer string `json:"dataVer,omitempty"` }