Пример #1
0
 public void UpdatePosition(Vector3 pos)
 {
     m_CachedTransform.position = pos;
     m_PetController.UpdatePosition(pos);
 }