mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-26 02:30:18 +00:00
style : 修正参数命名
This commit is contained in:
@@ -176,10 +176,10 @@ internal class TiktokFileSystem : IFileSystem
|
|||||||
YooLogger.Warning($"Invalid parameter : {name}");
|
YooLogger.Warning($"Invalid parameter : {name}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public virtual void OnCreate(string packageName, string rootDirectory)
|
public virtual void OnCreate(string packageName, string packageRoot)
|
||||||
{
|
{
|
||||||
PackageName = packageName;
|
PackageName = packageName;
|
||||||
_ttCacheRoot = rootDirectory;
|
_ttCacheRoot = packageRoot;
|
||||||
|
|
||||||
if (string.IsNullOrEmpty(_ttCacheRoot))
|
if (string.IsNullOrEmpty(_ttCacheRoot))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user