Implement Mob Sheet
This commit is contained in:
parent
c257e4e5ee
commit
028b8629fe
10 changed files with 202 additions and 1 deletions
|
|
@ -1,9 +1,11 @@
|
|||
import PlayerActor from "./Player.mjs";
|
||||
import MobActor from "./Mob.mjs";
|
||||
|
||||
/** @extends {Actor} */
|
||||
export class ActorHandler extends Actor {
|
||||
proxyTargets = {
|
||||
player: PlayerActor,
|
||||
mob: MobActor,
|
||||
};
|
||||
|
||||
constructor(data, ctx) {
|
||||
|
|
|
|||
0
module/documents/Actor/Mob.mjs
Normal file
0
module/documents/Actor/Mob.mjs
Normal file
Loading…
Add table
Add a link
Reference in a new issue