SiliconGhetto Engine API
    Preparing search index...

    Interface EnchantmentInfo

    Information about an enchantment on the equipped tool.

    interface EnchantmentInfo {
        type: string;
        level: number;
    }
    Index

    Properties

    Properties

    type: string
    level: number