package com.iBaby.abilities; /** * Throws an target heigher * @author steffengy * */ public class ThrowAbility extends Ability { @Override public float getAdditionalThrowHeight() { return 0.05F; } }