예제 #1
0
 void PlaySelect()
 {
     source.PlaySE(SELECT);
 }
예제 #2
0
 void PlaySE(int index)
 {
     source.PlaySE(index);
 }