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