mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
add type
This commit is contained in:
@@ -25,7 +25,7 @@ export const executeRoll = (rollStr: string, modifiers: RollModifiers): RollSet[
|
|||||||
const rollConf = getRollConf(rollStr);
|
const rollConf = getRollConf(rollStr);
|
||||||
|
|
||||||
// Roll the roll
|
// Roll the roll
|
||||||
const rollSet = [];
|
const rollSet: RollSet[] = [];
|
||||||
/* Roll will contain objects of the following format:
|
/* Roll will contain objects of the following format:
|
||||||
* {
|
* {
|
||||||
* origIdx: 0,
|
* origIdx: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user