Пример #1
0
 private void UnactiveGameobject(GameObject go)
 {
     if (_enabled)
     {
         AppearanceUtils.UnactiveGameobject(go);
     }
 }