foundryvtt-reve-de-dragon/module/hook-renderChatLog.js

10 lines
274 B
JavaScript
Raw Normal View History

2020-06-07 23:16:50 +02:00
/* -------------------------------------------- */
import { RdDUtility } from "./rdd-utility.js";
/* -------------------------------------------- */
// Activate chat listeners defined
Hooks.on('renderChatLog', (log, html, data) => {
RdDUtility.chatListeners(html);
});