Exemplo n.º 1
0
 public DialogBox(string t, Character sayer, bool end = false, HintsEnum hint = HintsEnum.HintsCount)
 {
     text   = t;
     talker = sayer;
     End    = end;
     if (hint != HintsEnum.HintsCount)
     {
         Hint = new Hint(hint);
     }
 }
Exemplo n.º 2
0
 public void AddHint(Hint hint)
 {
     hints.Add(hint);
 }
Exemplo n.º 3
0
 public void AddHint(Hint hint)
 {
     journal.AddHint(hint);
 }