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