Refactored computations again, split into multiple files, lots still to do

This commit is contained in:
Stefan Zermatten
2020-03-17 16:13:18 +02:00
parent 1a0c2bca78
commit 74fef2bd39
20 changed files with 636 additions and 640 deletions

View File

@@ -0,0 +1,7 @@
const RESERVED_VARIABLE_NAMES = Object.freeze([
'allChecks',
'allSaves',
'attackRolls',
]);
export default RESERVED_VARIABLE_NAMES;