You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 More updates
This commit is contained in:
@@ -10,6 +10,7 @@ export interface IRoomContentLoader
|
||||
{
|
||||
init(): Promise<void>;
|
||||
processFurnitureData(furnitureData: IFurnitureData[]): void;
|
||||
downloadAssetSync(type: string): void
|
||||
downloadAsset(type: string): Promise<void>;
|
||||
isLoaderType(type: string): boolean;
|
||||
getCollection(name: string): IGraphicAssetCollection;
|
||||
|
||||
Reference in New Issue
Block a user