Exemplo n.º 1
0
 void PlaySelect()
 {
     source.PlaySE(SELECT);
 }
Exemplo n.º 2
0
 void PlaySE(int index)
 {
     source.PlaySE(index);
 }