Example #1
0
 public PlayEvent()
 {
     OverCheck = new OverConditionSet();
     OverCheck.OverCheck.Add(new PlayableOver());
 }
Example #2
0
 public PlayTimeline()
 {
     OverCheck = new OverConditionSet();
     OverCheck.OverCheck.Add(new PlayableOver());
 }