0.0.1
This commit is contained in:
7
types/DatabaseServices/TextureTable.d.ts
vendored
Normal file
7
types/DatabaseServices/TextureTable.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { SymbolTable } from "./SymbolTable";
|
||||
import { TextureTableRecord } from "./Texture";
|
||||
export declare class TextureTable extends SymbolTable {
|
||||
AllocateName(): string;
|
||||
get Textures(): Map<string, TextureTableRecord>;
|
||||
}
|
||||
//# sourceMappingURL=TextureTable.d.ts.map
|
Reference in New Issue
Block a user