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