Exemplo n.º 1
0
 public PlayEvent()
 {
     OverCheck = new OverConditionSet();
     OverCheck.OverCheck.Add(new PlayableOver());
 }
Exemplo n.º 2
0
 public PlayTimeline()
 {
     OverCheck = new OverConditionSet();
     OverCheck.OverCheck.Add(new PlayableOver());
 }