mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
fix gdconf bug
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
|||||||
|
|
||||||
type AvatarSkillData struct {
|
type AvatarSkillData struct {
|
||||||
AvatarSkillId int32 `csv:"AvatarSkillId"` // ID
|
AvatarSkillId int32 `csv:"AvatarSkillId"` // ID
|
||||||
CostStamina int32 `csv:"CostStamina"` // 消耗体力
|
CostStamina int32 `csv:"CostStamina,omitempty"` // 消耗体力
|
||||||
CostElemType int32 `csv:"CostElemType,omitempty"` // 消耗能量类型
|
CostElemType int32 `csv:"CostElemType,omitempty"` // 消耗能量类型
|
||||||
CostElemVal int32 `csv:"CostElemVal,omitempty"` // 消耗能量值
|
CostElemVal int32 `csv:"CostElemVal,omitempty"` // 消耗能量值
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user