Sha256: d0a56d90de9653a86183116655f70e2e62f3322760dc1ab7d03974a84915d462

Contents?: true

Size: 238 Bytes

Versions: 8

Compression:

Stored size: 238 Bytes

Contents

# frozen_string_literal: true

module Gamefic
  module Scene
    # A specialized MultipleChoice scene that only accepts Yes or No.
    #
    class YesOrNo < MultipleChoice
      use_props_class Props::YesOrNo
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
gamefic-3.6.0 lib/gamefic/scene/yes_or_no.rb
gamefic-3.5.0 lib/gamefic/scene/yes_or_no.rb
gamefic-3.4.0 lib/gamefic/scene/yes_or_no.rb
gamefic-3.3.0 lib/gamefic/scene/yes_or_no.rb
gamefic-3.2.1 lib/gamefic/scene/yes_or_no.rb
gamefic-3.2.0 lib/gamefic/scene/yes_or_no.rb
gamefic-3.1.0 lib/gamefic/scene/yes_or_no.rb
gamefic-3.0.0 lib/gamefic/scene/yes_or_no.rb