class Gamefic::Scene::Activity
A scene that accepts player commands for actors to perform.
def self.type
def self.type 'Activity' end
def finish
def finish actor.perform props.input super end
A scene that accepts player commands for actors to perform.
def self.type 'Activity' end
def finish actor.perform props.input super end