Example #1
0
 /// <summary>
 /// サーバーから切断する。
 /// </summary>
 /// <returns></returns>
 public void Disconnect()
 {
     native.StopNetwork();
 }