Skip to content

Commit 40392b1

Browse files
committed
feat: add party to game.projectfu
1 parent e216eb5 commit 40392b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

module/projectfu.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ Hooks.once('init', async () => {
149149
return Checks;
150150
},
151151
socket: new FUSocketHandler(),
152+
get party() {
153+
return FUPartySheet;
154+
},
152155
};
153156

154157
// Add custom constants for configuration.

0 commit comments

Comments
 (0)