示例#1
0
 // Displayes a narrative text block
 public void Narrate(string text)
 {
     stage.AddNarrative(text);
 }