Remove classes that won't actually be useful
This commit is contained in:
parent
e2443833eb
commit
b4dcad9eee
2 changed files with 0 additions and 22 deletions
|
|
@ -1,11 +0,0 @@
|
||||||
export class AspectItem extends Item {
|
|
||||||
prepareData() {
|
|
||||||
super.prepareData();
|
|
||||||
};
|
|
||||||
|
|
||||||
prepareDerivedData() {};
|
|
||||||
|
|
||||||
_preparePCData() {};
|
|
||||||
|
|
||||||
_prepareNPCData() {};
|
|
||||||
};
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
export class PlayerActor extends Actor {
|
|
||||||
prepareData() {
|
|
||||||
super.prepareData();
|
|
||||||
};
|
|
||||||
|
|
||||||
prepareDerivedData() {};
|
|
||||||
|
|
||||||
_preparePCData() {};
|
|
||||||
|
|
||||||
_prepareNPCData() {};
|
|
||||||
};
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue