spacetea/simulator/science.go

9 lines
91 B
Go
Raw Normal View History

2022-05-24 18:26:34 -04:00
package simulator
//Tech is a tech level
type Tech int
const (
techPulper Tech = iota
)