Blizzard / s2client-proto

StarCraft II Client - protocol definitions used to communicate with StarCraft II.
MIT License
3.76k stars 431 forks source link

Add build time to UnitTypeData #25

Closed Dentosal closed 6 years ago

Dentosal commented 6 years ago

It already has mineral_cost and vespene_cost, so it would be logical to also have build time there.

AnthonyBrunasso commented 6 years ago

https://github.com/Blizzard/s2client-proto/blob/blizzard_internal/s2clientprotocol/data.proto

We implemented this in our blizzard_internal branch, it will be available to in the next SC2 patch.