Interface ResourceParam

interface ResourceParam {
    sound: string;
    weight: number;
}

Properties

Properties

sound: string
weight: number