class Gamefic::Active::Cue

def initialize actor, key, narrative, **context

Parameters:
  • narrative (Narrative) --
  • key (Class, Symbol) --
  • actor (Actor) --
def initialize actor, key, narrative, **context
  @actor = actor
  @key = key
  @narrative = narrative
  @context = context
end