Exemplo n.º 1
0
 private void LateUpdate()
 {
     if (carry_item != null)
     {
         carry_item.UpdateCarryItem();
     }
 }
Exemplo n.º 2
0
 private void LateUpdate()
 {
     if (held_item != null)
     {
         held_item.UpdateCarryItem();
     }
 }