UltraMachine / rust-sc2

SC2 API for Rust
MIT License
38 stars 19 forks source link

Make type_data public #2

Closed danielvschoor closed 4 years ago

danielvschoor commented 4 years ago

I have certain methods that need to access fields within the UnitTypeData struct. This PR just changes the type_data function to be public

danielvschoor commented 4 years ago

As discussed, I've reverted the commit to make type_data public and added an accessor for build_time instead