I want to redo how the code works with sanctuaries.
Currently it uses an accessor, which I don't like since it doesn't follow OOP.
OOP says the sanctuary should have an object itself that you can call methods on.
I have the idea of making the sanctuary component item from the new component system the new sanctuary 'objects'.
Its just a matter of moving methods onto them.
I want to redo how the code works with sanctuaries.
Currently it uses an accessor, which I don't like since it doesn't follow OOP.
OOP says the sanctuary should have an object itself that you can call methods on.
I have the idea of making the sanctuary component item from the new component system the new sanctuary 'objects'.
Its just a matter of moving methods onto them.