Preliminary verssion for fight

This commit is contained in:
2020-06-07 23:16:50 +02:00
parent 9d2c0da852
commit e848406ccb
2 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/* -------------------------------------------- */
import { RdDUtility } from "./rdd-utility.js";
/* -------------------------------------------- */
// Activate chat listeners defined
Hooks.on('renderChatLog', (log, html, data) => {
RdDUtility.chatListeners(html);
});