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

4 lines
140 B
TypeScript
Raw Normal View History

2024-10-29 17:14:43 +08:00
export interface OwnerContainer {
Add(object: any, isCheckObjectCleanly?: boolean): void;
}
//# sourceMappingURL=OwnerContainer.d.ts.map