mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-22 08:20:18 +00:00
11 lines
261 B
C#
11 lines
261 B
C#
|
|
namespace YooAsset
|
|
{
|
|
public class AddressLocationServices : ILocationServices
|
|
{
|
|
public string ConvertLocationToAssetPath(YooAssets.EPlayMode playMode, string location)
|
|
{
|
|
throw new System.NotImplementedException("该功能暂未支持!");
|
|
}
|
|
}
|
|
} |