local TiledMapLoader = Class() local TiledMapManager = require("/managers/TiledMapManager") function TiledMapLoader:Load(asset, tiledmap) if asset.type ~= "tiledmap" then return nil end end return TiledMapLoader