diff --git a/koboldsim/setup.go b/koboldsim/setup.go index 8640b4c..aecb312 100644 --- a/koboldsim/setup.go +++ b/koboldsim/setup.go @@ -28,10 +28,6 @@ func InitPlayer() *Player { return p } -func initDeck(*cardsim.Deck[*KoboldMine]) { - // TODO: move to cards.go, add cards -} - func initRules(*cardsim.RuleCollection[*KoboldMine]) { // TODO: move to rules.go, add rules }