v10.6.11 #621

Merged
uberwald merged 3 commits from VincentVk/foundryvtt-reve-de-dragon:v10 into v10 2023-02-03 08:34:07 +01:00
2 changed files with 8 additions and 8 deletions
Showing only changes of commit dc3ceb1732 - Show all commits

View File

@ -1,4 +1,4 @@
import { EffetsRencontre } from "../effets-rencontres.js";
import { EffetsRencontre } from "../tmr/effets-rencontres.js";
import { RdDItem } from "../item.js";
const tableEffets = [

View File

@ -1,7 +1,7 @@
import { ChatUtility } from "./chat-utility.js";
import { Poetique } from "./poetique.js";
import { RdDDice } from "./rdd-dice.js";
import { TMRUtility } from "./tmr-utility.js";
import { ChatUtility } from "../chat-utility.js";
import { Poetique } from "../poetique.js";
import { RdDDice } from "../rdd-dice.js";
import { TMRUtility } from "../tmr-utility.js";
export class EffetsRencontre {