Exemplo n.º 1
0
 public Trigger(Dialogue.TriggerType _triggerType, List <string> _variables)
 {
     triggerType = _triggerType;
     variables   = _variables;
 }
Exemplo n.º 2
0
 public Trigger()
 {
     triggerType = new Dialogue.TriggerType();
     variables   = new List <string> ();
 }