Convert to using a module instead of a "static" class
This commit is contained in:
parent
e71d2133f2
commit
82108bfe5f
2 changed files with 72 additions and 66 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { PlayerActor } from "./Player.mjs";
|
||||
import PlayerActor from "./Player.mjs";
|
||||
|
||||
export class ActorHandler extends Actor {
|
||||
actorTypes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue