3 lines
142 B
TypeScript
3 lines
142 B
TypeScript
import { Entity } from "../DatabaseServices/Entity/Entity";
|
|
export declare function Draw(en: Entity): void;
|
|
//# sourceMappingURL=Draw.d.ts.map
|