mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-24 17:50:15 +00:00
9 lines
160 B
C#
9 lines
160 B
C#
|
|
namespace YooAsset
|
|
{
|
|
internal interface IRemoteServices
|
|
{
|
|
string GetRemoteMainURL(string fileName);
|
|
string GetRemoteFallbackURL(string fileName);
|
|
}
|
|
} |