Sync with gitlab

This commit is contained in:
2020-06-17 20:31:43 +02:00
parent 3962f33e84
commit 259a7577e8
8 changed files with 135 additions and 54 deletions

View File

@ -31,6 +31,10 @@ Hooks.once("init", async function() {
formula: "1d20",
decimals: 2
};
game.socket.on("system.foundryvtt-reve-de-dragon", data => {
RdDUtility.performSocketMesssage( data );
});
// Define custom Entity classes
CONFIG.Actor.entityClass = RdDActor;