update types

This commit is contained in:
Johannes Loher 2021-02-04 12:32:07 +01:00
parent 763535bd8f
commit d8e085ce81
2 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ import { migration } from "./migrations";
Hooks.once("init", async function () {
console.log(`DS4 | Initializing the DS4 Game System\n${DS4.ASCII}`);
game["ds4"] = {
game["DS4"] = {
DS4Actor,
DS4Item,
DS4,