View Source Kalevala.World.Exit (kalevala v0.1.0)

Exits link rooms together in one exit_name

To link rooms together, create exits in both exit_names

Link to this section Summary

Link to this section Types

@type t() :: %Kalevala.World.Exit{
  end_room_id: term(),
  exit_name: term(),
  id: term(),
  start_room_id: term()
}