BurnySc2 / python-sc2

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

Remove self.do #152

Open BurnySc2 opened 1 year ago

BurnySc2 commented 1 year ago

Remove all occurences of self.do and disallow the use of self.do(worker.build(structure)) which should be worker.build(structure) in the future.