.dungeon/module/documents/Actor
2024-03-19 19:35:14 -06:00
..
_proxy.mjs Fix the instanceof operators on the proxy to include the default class 2024-03-19 19:35:14 -06:00
GenericActor.mjs Prevent data from being undefined within actors and sheets because of my attempt at getting TS to play nicely 2024-03-18 23:28:55 -06:00
Mob.mjs Make the system use Proxy and proper subclassing instead of the weird middle-ground polymorphism (closes #86) 2024-03-18 23:16:17 -06:00
Player.mjs Make the system use Proxy and proper subclassing instead of the weird middle-ground polymorphism (closes #86) 2024-03-18 23:16:17 -06:00
Sync.mjs Make the system use Proxy and proper subclassing instead of the weird middle-ground polymorphism (closes #86) 2024-03-18 23:16:17 -06:00