Dentosal / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
586 stars 182 forks source link

Adds 'on_building_construction_started' event hook to the bot. #204

Closed ljuti closed 5 years ago

ljuti commented 5 years ago

It's useful to know if and when did the construction of a building begin. This commit adds a new on_building_construction_started event hook that bot developers can override to implement custom logic.