Ejemplo n.º 1
0
 void Clear()
 {
     if (partGo != null)
     {
         PartUtil.DestroyPartGo(partGo);
         partGo = null;
     }
 }