interface TableRollInterface {
    context?: any;
    looter?: any;
    n?: Chancy;
    result?: LootTableEntryResults;
    rng?: RngInterface;
}

Properties

context?: any
looter?: any
n?: Chancy