Update stats.go

This commit is contained in:
Rakeela 2024-09-27 16:04:17 -07:00
parent e45c5b3711
commit 18b221d972

View File

@ -6,7 +6,7 @@ import (
"git.chromaticdragon.app/kistaro/CardSimEngine/cardsim" "git.chromaticdragon.app/kistaro/CardSimEngine/cardsim"
) )
// KoboldMine is the state of a kobold mine. Testing changing a comment. // KoboldMine is the state of a kobold mine.
type KoboldMine struct { type KoboldMine struct {
BasePopulation float64 `cardsim:"stathidden"` BasePopulation float64 `cardsim:"stathidden"`