Exemplo n.º 1
0
 private bool HoldingObject()
 {
     return(ballManager.IsHoldingBall() || jacksManager.IsHoldingJacks());
 }