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