mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 14:22:26 +08:00
网关客户端协议代理功能加入二级pb数据解析
This commit is contained in:
@@ -11,9 +11,9 @@ import (
|
||||
"github.com/jszwec/csvutil"
|
||||
)
|
||||
|
||||
// ItemData 统一道具配置表
|
||||
// ItemData 道具分类分表整合配置表
|
||||
type ItemData struct {
|
||||
// 公共字段
|
||||
// 公共表头字段
|
||||
ItemId int32 `csv:"ItemId"` // ID
|
||||
Type int32 `csv:"Type,omitempty"` // 类型
|
||||
Weight int32 `csv:"Weight,omitempty"` // 重量
|
||||
|
||||
Reference in New Issue
Block a user