iacobson / ecspanse

Entity Component System (ECS) library for Elixir, offering a suite of features including: flexible queries with multiple filters, dynamic bidirectional relationships, versatile tagging capabilities, system event subscriptions, or asynchronous system execution.
https://hexdocs.pm/ecspanse
Apache License 2.0
59 stars 7 forks source link

Update tutorial.md #26

Closed Bastes closed 7 months ago

Bastes commented 7 months ago

Making the Demo.API.fetch_hero_details/0 function match its {:ok, map()} signature when succeeding.