fix qty and charges

This commit is contained in:
guiyomu-dev
2026-02-17 00:32:29 +01:00
parent 0d6fc4a8f8
commit efddf658de
2 changed files with 8 additions and 5 deletions

View File

@@ -26,8 +26,9 @@ type Skill struct {
}
type Points struct {
Level uint
Charges uint
Level uint
Quantity uint
Charges uint
}
func (skillId ID) Desc() Description {