示例#1
0
 internal override void StopSound()
 {
     base.StopSound();
     LLSoundManager.StopSound(uniqueID);
     Unregister(this, uniqueID);
 }