3 lines
89 B
JavaScript
3 lines
89 B
JavaScript
import { EntityData } from "./Entity.mjs";
|
|
|
|
export class HeroData extends EntityData {};
|