use data from skills.txt

This commit is contained in:
guiyomu-dev
2025-12-12 14:37:48 +01:00
parent 9128520ea9
commit 141306fe1c
5 changed files with 377 additions and 753 deletions

View File

@@ -19,6 +19,7 @@ type Skill struct {
SkillDesc SkillDesc
LeftSkill bool
RightSkill bool
ReqLevel int
}
type Points struct {