refactor: systems now use explicit engine interface implementations to reduce intellisense clutter or improper usage. #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/explicit-interface-implementations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm not sure if this is a good idea, however the engine interfaces should not be called improperly as they can cause very unexpected behaviour. Making them explicitly implemented in classes is probably a good way to make sure that it's not the intended way to use them, but you can still use them if you really need/want to.