ripcrypt/module/data/Actor/Hero.mjs

3 lines
89 B
JavaScript

import { EntityData } from "./Entity.mjs";
export class HeroData extends EntityData {};