WraitheDX / realms_shattered

This is a CLI (command line interface) text RPG programmed in C++.
11 stars 6 forks source link

Read in entities from file. #55

Closed WraitheDX closed 4 years ago

WraitheDX commented 4 years ago

Entities should be read in from their unique file when needed. Should be read-in fresh each creation, as this would allow for faster balancing.

WraitheDX commented 4 years ago

Tackling this issue now. This issue is now resolved.