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