WolfyUtilities

WolfyUtilities

45.1k Downloads

Abstract API Layer for basic objects

WolfyScript opened this issue ยท 0 comments

commented

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.