namespace XGame.Framework.Asset { public interface IAssetReferencesManifest { string[] GetReferencesByAssetName(string assetName); } }