Initial stats, etc.
This commit is contained in:
10
koboldsim/aliases.go
Normal file
10
koboldsim/aliases.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// This file contains type aliases to abbreviate otherwise-verbose fully
|
||||
// quallified type names from cardsim, as used by koboldsim.
|
||||
|
||||
package koboldsim
|
||||
|
||||
import "git.chromaticdragon.app/kistaro/CardSimEngine/cardsim"
|
||||
|
||||
type Player = cardsim.Player[*KoboldMine]
|
||||
type Card = cardsim.Card[*KoboldMine]
|
||||
type InfoPanel = cardsim.InfoPanel[*KoboldMine]
|
Reference in New Issue
Block a user