//defines the conditions that have to be met for a spell to be used public override bool isUsable(BallBehavior obj) { return obj.isGrounded(); }