Exemplo n.º 1
0
func init() {
	game.RegisterAbility("pull", makePull)
}
Exemplo n.º 2
0
func init() {
	game.RegisterAbility("riftWalk", makeRiftWalk)
}
Exemplo n.º 3
0
func init() {
	game.RegisterAbility("burst", makeBurst)
}
Exemplo n.º 4
0
func init() {
	game.RegisterAbility("fire", makeFire)
}
Exemplo n.º 5
0
func init() {
	game.RegisterAbility("mine", makePlaceMine)
}
Exemplo n.º 6
0
func init() {
	game.RegisterAbility("nitro", makeNitro)
}