コード例 #1
0
 public void Pickup(PlayerHolder player)
 {
     rb.isKinematic = true;
     col.enabled    = false;
     player.SetPickupBox(this);
 }