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

4 lines
263 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;
2022-05-26 11:06:27 +08:00
export declare function EntitysUpdateWrap(ens: Entity[], exec: Function): void;
2022-02-16 11:15:31 +08:00
//# sourceMappingURL=EntityUpdateWrap.d.ts.map