jellewie / Unity-Gnorts

Gnorts an RTS unity game
11 stars 7 forks source link

Refactored building info a bit. #88

Closed JorisVanEijden closed 5 years ago

JorisVanEijden commented 5 years ago

Supplies a globally available BuildingData.GetInfo() method to get the building info. The data is now also loaded from a json file rather than embedded in the code directly.