spacetea/simulator/craftcost.go

8 lines
122 B
Go
Raw Permalink Normal View History

2022-05-25 16:45:23 -04:00
package simulator
//CraftCost is a cost relation for crafting an item
type CraftCost struct {
Name string
Value int
}