# File lib/as_gamestate.rb, line 12
  def initialize
    @redraw = true
    @actions = {}
    @input_listeners = []
  end