BurnySc2 / python-sc2

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

Get and cache abilities for all own units #157

Open BurnySc2 opened 1 year ago

BurnySc2 commented 1 year ago

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