forked from public/foundryvtt-reve-de-dragon
Preliminary verssion for fight
This commit is contained in:
9
module/hook-renderChatLog.js
Normal file
9
module/hook-renderChatLog.js
Normal file
@ -0,0 +1,9 @@
|
||||
/* -------------------------------------------- */
|
||||
import { RdDUtility } from "./rdd-utility.js";
|
||||
|
||||
/* -------------------------------------------- */
|
||||
// Activate chat listeners defined
|
||||
Hooks.on('renderChatLog', (log, html, data) => {
|
||||
RdDUtility.chatListeners(html);
|
||||
});
|
||||
|
Reference in New Issue
Block a user