Exemplo n.º 1
0
 void OnDestroy()
 {
     if (m_logic != null)
     {
         m_logic.Release();
         m_logic = null;
     }
 }