webcad-ue4-api/types/DatabaseServices/OwnerContainer.d.ts

4 lines
140 B
TypeScript
Raw Normal View History

2022-02-16 11:15:31 +08:00
export interface OwnerContainer {
Add(object: any, isCheckObjectCleanly?: boolean): void;
}
//# sourceMappingURL=OwnerContainer.d.ts.map