SerenityJS
    Preparing search index...

    Interface ItemTypeCooldownComponentOptions

    interface ItemTypeCooldownComponentOptions {
        category: string;
        duration: number;
    }
    Index

    Properties

    Properties

    category: string

    The category of the cooldown component.

    duration: number

    The duration of the cooldown component in seconds.