Exemple #1
0
 void DeleteSelectedSoundEffect()
 {
     soundEffectSystem.DeleteSoundEffect(selectedListItem.name);
 }