namespace XGame.Framework.Asset { interface ISceneInfosManifest { string GetSceneAssetName(string sceneName); } }