Archived
1

Pokememe possibility draft

This commit is contained in:
Vladimir Hodakov
2017-10-13 00:31:12 +04:00
parent c1c37a06e1
commit 2849d16587
8 changed files with 146 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
// i2_bot Instinct PokememBro Bot
// Copyright (c) 2017 Vladimir "fat0troll" Hodakov
package gettersinterface
type GettersInterface interface {
Init()
// Possibilities
PossibilityRequiredPokeballs(location int, grade int, lvl int) int
}