TimpanogosTechGroup / GameEngine

If you have any questions about what we are doing or our code, feel free to email us at contact.us@timpanogos-tech.com
http://timpanogos-tech.com/
2 stars 0 forks source link

Create Properties class #17

Closed idraper closed 6 years ago

idraper commented 6 years ago

Properties class will contain an unordered map of all strings (PROPERTY, VALUE).

Set will populate map with default values. Then look at properties.txt to find ones to override.

JustBrenkman commented 6 years ago

Properties class is in a working form.