Method | Description | |
---|---|---|
activatePickup ( GameObject target ) : void |
Method | Description | |
---|---|---|
OnTriggerEnter ( Collider col ) : void | ||
storePickup ( PickupInventory, inventory ) : void |
protected OnTriggerEnter ( Collider col ) : void | ||
col | Collider | |
return | void |
public activatePickup ( GameObject target ) : void | ||
target | GameObject | |
return | void |
protected storePickup ( PickupInventory, inventory ) : void | ||
inventory | PickupInventory, | |
return | void |