View Source Kalevala.Character.Action behaviour (kalevala v0.1.0)

Actions are small character functionality bundled together

For instance, you might have an action to speak into a room, or flee in a random direction.

Link to this section Summary

Link to this section Callbacks

@callback run(Conn.t(), map()) :: :ok