BurnySc2 / python-sc2

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

Get and cache abilities for all own units #157

Open BurnySc2 opened 2 years ago

BurnySc2 commented 2 years ago

Run get_available_abilities in prepare_units or before_step and cache, so it doesn't have to be called by bot author.