Type alias PebbleConfig

PebbleConfig: {
    prefabs: {
        [key: string]: typeof BaseObject;
    };
}

Type declaration

Generated using TypeDoc