示例#1
0
 public void Play(bool once = true)
 {
     if (once)
     {
         DDSEUtils.Play(this);
     }
     else
     {
         DDSEUtils.PlayLoop(this);
     }
 }