Example #1
0
 public SMedley(int dummy)
 {
     Source      = EMedleySource.None;
     StartBeat   = 0;
     EndBeat     = 0;
     FadeInTime  = 0f;
     FadeOutTime = 0f;
 }
Example #2
0
 public SMedley(int dummy)
 {
     Source = EMedleySource.None;
     StartBeat = 0;
     EndBeat = 0;
     FadeInTime = 0f;
     FadeOutTime = 0f;
 }