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

3 lines
183 B
TypeScript
Raw Normal View History

2022-02-16 11:15:31 +08:00
import { Entity } from "../DatabaseServices/Entity/Entity";
export declare function EntityUpdateWrap(ent: Entity, exec: Function): void;
//# sourceMappingURL=EntityUpdateWrap.d.ts.map