mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-23 16:10:50 +01:00
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
import { AssetManager } from './AssetManager';
|
|
|
|
const assetManager = new AssetManager();
|
|
|
|
export const GetAssetManager = () => assetManager;
|