更新代码
This commit is contained in:
6
types/DatabaseServices/Database.d.ts
vendored
6
types/DatabaseServices/Database.d.ts
vendored
@@ -12,17 +12,19 @@ import { IdMaping } from './IdMaping';
|
||||
import { AmbientLight } from './Lights/AmbientLight';
|
||||
import { DirectionalLight } from './Lights/DirectionalLight';
|
||||
import { HemisphereLight } from './Lights/HemisphereLight';
|
||||
import { MaterialTable } from './MaterialTable';
|
||||
import { ObjectId } from './ObjectId';
|
||||
import { OwnerContainer } from './OwnerContainer';
|
||||
import { PhysicalMaterialRecord } from './PhysicalMaterialRecord';
|
||||
import { ProcessingGroupTable } from './ProcessingGroup/ProcessingGroupTable';
|
||||
import { BlockTable } from './Tables/BlockTable';
|
||||
import { MaterialTable } from './Tables/MaterialTable';
|
||||
import { TextureTable } from './Tables/TextureTable';
|
||||
import { TemplateTable } from './Template/TemplateTable';
|
||||
import { TextureTable } from './TextureTable';
|
||||
import { WblockCloneFiler } from './WblockCloneFiler';
|
||||
export declare class Database {
|
||||
IsDefaultDatabase: boolean;
|
||||
hm: HistoricManage;
|
||||
BlockTable: BlockTable;
|
||||
MaterialTable: MaterialTable;
|
||||
TextureTable: TextureTable;
|
||||
TemplateTable: TemplateTable;
|
||||
|
Reference in New Issue
Block a user