Exemple #1
0
 public void GiveCarnation()
 {
     if (dialogue.GetEndLine())
     {
         dialogue.AddKey("other_flower");
         dialogue.Play();
     }
 }