Interface spellTooltip

interface spellTooltip {
    cast_time?: string;
    cooldown?: string;
    description: string;
    power_cost?: string;
    range?: string;
    spell: refStruct;
}

Properties

cast_time?: string
cooldown?: string
description: string
power_cost?: string
range?: string
spell: refStruct