示例#1
0
 public void StopVoice(long playerId)
 {
     //SendToSDK("StopVoice", playerId.ToString());
     IosManager.StopVoice(playerId);
 }