This repository has been archived on 2024-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
fvtt-warhero/modules/warhero-token.js
2023-01-04 22:09:09 +01:00

7 lines
154 B
JavaScript

import { WarheroUtility } from "./warhero-utility.js";
/* -------------------------------------------- */
export class WarheroToken extends Token {
}