Convert to using a module instead of a "static" class

This commit is contained in:
Oliver-Akins 2024-01-13 01:25:11 -07:00
parent e71d2133f2
commit 82108bfe5f
2 changed files with 72 additions and 66 deletions

View file

@ -1,4 +1,4 @@
import { PlayerActor } from "./Player.mjs";
import PlayerActor from "./Player.mjs";
export class ActorHandler extends Actor {
actorTypes = {