Example #1
0
 private void CatchItem(Throwable throwable)
 {
     HeldItem = throwable;
     throwable.Caught(_catchPosition);
     player.ItemCaught(throwable);
 }