You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I remember UnitTypes.Terran_Marine is already an object of class UnitType.
You can't create your own UnitTypes, you only can use predefined ones, as a database.
code below report an error: pybrood.inner.UnitType: No constructor defined!
unit_type = UnitType(UnitTypes.Terran_Marine)
The text was updated successfully, but these errors were encountered: