Remove duplicate initDeck.

This commit is contained in:
Kistaro Windrider 2023-04-03 01:37:26 -07:00
parent 5728dd95f0
commit 175a2323f4
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -28,10 +28,6 @@ func InitPlayer() *Player {
return p return p
} }
func initDeck(*cardsim.Deck[*KoboldMine]) {
// TODO: move to cards.go, add cards
}
func initRules(*cardsim.RuleCollection[*KoboldMine]) { func initRules(*cardsim.RuleCollection[*KoboldMine]) {
// TODO: move to rules.go, add rules // TODO: move to rules.go, add rules
} }