Exemplo n.º 1
0
 public void SetSequence(StorySequence storySequence)
 {
     this.storySequence = storySequence;
     Refresh();
 }
Exemplo n.º 2
0
 public ButtonSequencePair(StorySequence sequence, Button button)
 {
     this.sequence = sequence;
     this.button   = button;
 }