Test change

We'll see if this just works.
This commit is contained in:
Rakeela 2024-09-27 15:45:34 -07:00
parent f53beb4b17
commit e45c5b3711

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. // KoboldMine is the state of a kobold mine. Testing changing a comment.
type KoboldMine struct { type KoboldMine struct {
BasePopulation float64 `cardsim:"stathidden"` BasePopulation float64 `cardsim:"stathidden"`