webcad-ue4-api/types/Common/Append2CurSpace.d.ts

3 lines
153 B
TypeScript
Raw Normal View History

2021-07-28 10:23:42 +08:00
import { Entity } from "../DatabaseServices/Entity/Entity";
export declare function Draw(en: Entity): void;
//# sourceMappingURL=Append2CurSpace.d.ts.map