Ejemplo n.º 1
0
 void endRgc()
 {
     if (rgc != null)
     {
         Debug.Log("closed");
         rgc.Close();
         rgc = null;
     }
 }