class Gamefic::Scene::Conclusion

A Conclusion ends the Plot (or the character's participation in it).

Public Instance Methods

type() click to toggle source
# File lib/gamefic/scene/conclusion.rb, line 5
def type
  @type ||= 'Conclusion'
end