Пример #1
0
 public void EndPull(Transform pullee)
 {
     pullee.SetParent(null);
     pullee.SetLayer("Default");
     pulledFood = null;
 }