WolfyUtilities
WolfyUtilities copied to clipboard
Abstract API Layer for basic objects
The new system requires a common abstract layer that bridges the different platform implementations and makes it possible to write common code without the requirement to write platform dependent implementations.
- [ ] Create interface or abstract adapters
- [ ] Entity
- [ ] Player
- [ ] Location
- [ ] Vector
- [ ] World
- [ ] Inventory
- etc.