Archived
1
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
i2_bot/lib/getters/gettersinterface/gettersinterface.go

11 lines
255 B
Go
Raw Normal View History

2017-10-13 00:31:12 +04:00
// 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
}