From 0ccdca2577d0845668f6c114d8ddc7d87e802fe1 Mon Sep 17 00:00:00 2001 From: Vlyan Date: Mon, 28 Dec 2020 19:15:27 +0100 Subject: [PATCH] oupsy --- system/scripts/journal.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 system/scripts/journal.js diff --git a/system/scripts/journal.js b/system/scripts/journal.js new file mode 100644 index 0000000..c05f99b --- /dev/null +++ b/system/scripts/journal.js @@ -0,0 +1,4 @@ +/** + * Extends the JournalEntity to process special things from L5R. + */ +export class JournalL5r5e extends JournalEntry {}