public DialogueSpeechInfo(DialogueActor actor, Statement statement, Action callback)
 {
     this.actor     = actor;
     this.statement = statement;
     this.Continue  = callback;
 }