aboutsummaryrefslogtreecommitdiff
path: root/internal/game/sys_technology.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/sys_technology.go')
-rw-r--r--internal/game/sys_technology.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/game/sys_technology.go b/internal/game/sys_technology.go
index c7214af..e285ba8 100644
--- a/internal/game/sys_technology.go
+++ b/internal/game/sys_technology.go
@@ -33,7 +33,6 @@ type TechDef struct {
Name string `yaml:"name"`
Level int `yaml:"level"`
DrainRate float64 `yaml:"drain_rate"`
- Category string `yaml:"category"`
Group string `yaml:"group"`
Effects TechEffects `yaml:"effects"`
}