Remove duplicate initDeck.

This commit is contained in:
2023-04-03 01:37:26 -07:00
parent 5728dd95f0
commit 175a2323f4

View File

@ -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
}