protected void DefaultUse(int timesCalled) { NarrativeController.Write("Use " + name); }
protected void DefaultBreak(int timesCalled) { NarrativeController.Write("Break " + name); }
public void Action() { Debug.Log("Action " + output); NarrativeController.Write(output); }