Walter Geisler
Walter Geisler
After a few tries to get what you said to work, I have figured out a solution that seems to work for what I wanted. instead of 'include file("plugins/[plugin name]/foo.conf")'...
I am unsure what I missed, but I tested it with and without the includer I made and 'include "foo.conf"' seems to do exactly what I want in both cases....
I would like to see this as well. Three colors is rather limiting for what I want to do and there doesn't seem to be much of anything else that...
I realized `ISystem` and it's implementing classes are all decoupled from `World`. Knowing that, I ended up implementing it locally for my self by creating a non generic `ISystem` and...