Import initial

This commit is contained in:
2026-05-02 09:16:24 +02:00
parent e4b91948d2
commit 839b2b606e
76 changed files with 10025 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
export class LesOubliesItem extends Item {
getChatData() {
const data = super.getChatData()
return {
...data,
description: this.system.description,
}
}
}