コード例 #1
0
 void OnDestroy()
 {
     if (m_Server != null)
     {
         m_Server.Close();
     }
 }