Initial commit
This commit is contained in:
11
C#/TSEngine/Core/Assets/IAssetLoader.ts
Normal file
11
C#/TSEngine/Core/Assets/IAssetLoader.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace TSE {
|
||||
|
||||
export interface IAssetLoader {
|
||||
|
||||
readonly supportedExtensions: string[];
|
||||
|
||||
loadAsset(assetName: string): void;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user