forked from public/foundryvtt-reve-de-dragon
Configuration de la recherche
This commit is contained in:
@ -85,6 +85,7 @@ export class Misc {
|
||||
list.forEach(it => addToObj(obj, it))
|
||||
return obj;
|
||||
}
|
||||
|
||||
static concat(lists) {
|
||||
return lists.reduce((a, b) => a.concat(b), []);
|
||||
}
|
||||
|
Reference in New Issue
Block a user