refactor: use subclasses for different actor types

This commit is contained in:
Johannes Loher 2022-02-16 13:32:04 +01:00
parent 21f849b464
commit be616e3be8
23 changed files with 321 additions and 240 deletions

View file

@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: MIT
import { Check } from "../actor/actor-data-properties";
import { Check } from "../actor/actor-data-properties-base";
import { DS4 } from "../config";
import { getGame } from "../helpers";
import notifications from "../ui/notifications";