Closed fredi-68 closed 6 years ago
Imma start off by making a package for all the components, that should make things easier
Moved all components and their dependencies to a new subpackage called objects (objects.py has been permanently deprecated). ReplicaObject and Character now have their own source files. Fixed all dependencies within the module and everything appears to be working. Will need to monitor for potential issues in operation.
The objects.py module is getting too big. Find ways of extracting components / indices and the Character class if possible to only leave the base classes in there.