update type definitions
This commit is contained in:
parent
628490c6f2
commit
6c3432cb26
4 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue