WolfyUtilities icon indicating copy to clipboard operation
WolfyUtilities copied to clipboard

Abstract API Layer for basic objects

Open WolfyScript opened this issue 4 years ago • 0 comments

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.

WolfyScript avatar Mar 14 '22 19:03 WolfyScript