mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-27 11:10:11 +00:00
11 lines
233 B
C#
11 lines
233 B
C#
|
|
namespace YooAsset
|
|
{
|
|
/// <summary>
|
|
/// 拷贝内置文件服务类
|
|
/// </summary>
|
|
public interface ICopyBuildinBundleServices
|
|
{
|
|
void CopyBuildinFile(string buildinFileURL, string destFilePath);
|
|
}
|
|
} |