Files
YooAsset/Assets/YooAsset/Runtime/Services/AddressLocationServices.cs
2022-04-14 14:06:23 +08:00

11 lines
261 B
C#

namespace YooAsset
{
public class AddressLocationServices : ILocationServices
{
public string ConvertLocationToAssetPath(YooAssets.EPlayMode playMode, string location)
{
throw new System.NotImplementedException("该功能暂未支持!");
}
}
}