Refactored creature methods to their own folders

This commit is contained in:
Stefan Zermatten
2021-06-21 15:20:04 +02:00
parent c5aca81131
commit 848e961e3b
50 changed files with 174 additions and 161 deletions

View File

@@ -1,5 +1,5 @@
import { pick, forOwn } from 'lodash';
import Creatures from '/imports/api/creature/Creatures.js';
import Creatures from '/imports/api/creature/creatures/Creatures.js';
import VERSION from '/imports/constants/VERSION.js';
export default function writeCreatureVariables(memo, creatureId, fullRecompute = true) {