Get the PlayerSheet working and actually saving data, using the data models instead of the template.json
This commit is contained in:
parent
6e3510ddd4
commit
58facf1490
11 changed files with 339 additions and 234 deletions
11
module/documents/PlayerActor.js
Normal file
11
module/documents/PlayerActor.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
export class PlayerActor extends Actor {
|
||||
prepareData() {
|
||||
super.prepareData();
|
||||
};
|
||||
|
||||
prepareDerivedData() {};
|
||||
|
||||
_preparePCData() {};
|
||||
|
||||
_prepareNPCData() {};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue