Esempio n. 1
0
 public int _SetBGMVol(int nvol)
 {
     if (!ApolloVoice_lib.bInit)
     {
         return(4);
     }
     return(ApolloVoice_lib.ApolloVoiceSetBGMVol(nvol));
 }