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

Properties

context?: any
looter?: any