コード例 #1
0
 void OnApplicationQuit()
 {
     Debug.Log("OnApplicationQuit");
     rtmClient.Release(true);
     rtmClient2.Release(true);
 }