asset mngr stuff

This commit is contained in:
2024-06-29 22:39:14 +02:00
parent 93adb85253
commit 6f6fddd861
10 changed files with 661 additions and 15 deletions

View File

@ -0,0 +1,10 @@
class AssetService
{
static generateTileset() {
}
}
export default AssetService;