BaseBot¶
-
class
vindinium.bots.
BaseBot
[source]¶ Bases:
vindinium.bots.raw_bot.RawBot
Base bot.
-
id
¶ int
the bot’s id.
-
game
¶ vindinium.models.Game
the game instance, updated by this object.
-
hero
¶ vindinium.models.Hero
the bot’s hero instance, updated by this object.
-
state
¶ dict
the unprocessed state from server.
-