mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-25 18:20:15 +00:00
11 lines
242 B
C#
11 lines
242 B
C#
|
|
namespace YooAsset
|
|
{
|
|
public class AddressLocationServices : ILocationServices
|
|
{
|
|
string ILocationServices.ConvertLocationToAssetPath(YooAssetPackage package, string location)
|
|
{
|
|
return package.MappingToAssetPath(location);
|
|
}
|
|
}
|
|
} |