Exemplo n.º 1
0
 /**
  * Lets given player pickup this player.
  * Invoked by the interactive component.
  *
  * @param player: The player that picks us up
  */
 public void GetPickedUp(PlayerController player)
 {
     _throwable.Pickup(player);
 }
Exemplo n.º 2
0
 protected override void OnActivate(PlayerController player)
 {
     _throwable.Pickup(player);
 }