DrInfy / sharpy-sc2

Python framework for rapid development of Starcraft 2 AI bots
MIT License
69 stars 28 forks source link

Common component #61

Closed DrInfy closed 4 years ago

DrInfy commented 4 years ago

Common component class for all Component parts of sharpy. MicroStep, ActBase and ManagerBase now all inherit the common Component

The reason for this is to simplify start method and have all the same manager shortcuts be available everywhere.

Possible breaking change in plans, where self._client was renamed to self.client