Versions in this module Expand all Collapse all v0 v0.2.1 Apr 10, 2024 v0.2.0 Mar 25, 2024 Changes in this version + type Achievement struct + Completed bool + Conditions []Condition + Description string + ID string + Icon string + IconIndex int + Name string + type Achievements struct + Achievements []Achievement + Completed []string + IdMap map[string]*Achievement + func New(world *ecs.World, f fs.FS, file string, playerFile string) *Achievements + func (a *Achievements) Check(ach *Achievement) + type Condition struct + IDs uint32 + Number int + Type string