コード例 #1
0
 public void SetSequence(StorySequence storySequence)
 {
     this.storySequence = storySequence;
     Refresh();
 }
コード例 #2
0
 public ButtonSequencePair(StorySequence sequence, Button button)
 {
     this.sequence = sequence;
     this.button   = button;
 }