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

4 lines
263 B
TypeScript
Raw Normal View History

2024-10-29 17:14:43 +08:00
import { Entity } from "../DatabaseServices/Entity/Entity";
export declare function EntityUpdateWrap(ent: Entity, exec: Function): void;
export declare function EntitysUpdateWrap(ens: Entity[], exec: Function): void;
//# sourceMappingURL=EntityUpdateWrap.d.ts.map