fix skill level

This commit is contained in:
guiyomu-dev
2026-02-14 18:26:58 +01:00
parent 15a2884ec6
commit c19cbe348c
2 changed files with 5 additions and 8 deletions

View File

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