Add a function for resetting the movement history to the public api

This commit is contained in:
Manuel Vögele
2021-04-30 00:00:15 +02:00
parent b5ea1f2284
commit 6bf8083f7a
+1
View File
@@ -22,6 +22,7 @@ Hooks.once("init", () => {
getMovedDistanceFromToken,
registerModule,
registerSystem,
resetMovementHistory,
}
})