update type definitions

This commit is contained in:
Johannes Loher 2021-01-31 19:57:14 +01:00
parent 628490c6f2
commit 6c3432cb26
4 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ import { DS4Item } from "../item/item";
import { DS4Armor, DS4Shield, ItemType } from "../item/item-data";
import { DS4ActorData } from "./actor-data";
export class DS4Actor extends Actor<DS4Item, DS4ActorData> {
export class DS4Actor extends Actor<DS4ActorData, DS4Item> {
/** @override */
prepareDerivedData(): void {
const data = this.data;