CooldownType constructor

const CooldownType(
  1. int value
)

Create a new CooldownType.

Using a value other than the predefined ones will not result in any new behavior, so using this constructor is discouraged.

Implementation

const CooldownType(super.value);