class Gamefic::Scene::ActiveChoice

def self.without_selection_action

Returns:
  • (Symbol) -
def self.without_selection_action
  @without_selection_action ||= :perform
end