bool Bounce.Instance.HasCooldown("key");
bool Bounce.Instance.SetCooldown("key", 1.0f);
if ( Bounce.Instance.AutoCooldown("key", 1.0f ) ) return;