# File lib/as_gamestate.rb, line 19
  def action(event_id, &proc)
    @actions[event_id] = proc
  end