mirror of https://github.com/tuyoogame/YooAsset
Update ByteGameFileSystem.cs
parent
ebf0dd9e46
commit
6a17335231
|
@ -6,7 +6,7 @@ using StarkSDKSpace;
|
|||
|
||||
public static class ByteGameFileSystemCreater
|
||||
{
|
||||
public static FileSystemParameters CreateWechatFileSystemParameters(IRemoteServices remoteServices)
|
||||
public static FileSystemParameters CreateByteGameFileSystemParameters(IRemoteServices remoteServices)
|
||||
{
|
||||
string fileSystemClass = $"{nameof(ByteGameFileSystem)},YooAsset.RuntimeExtension";
|
||||
var fileSystemParams = new FileSystemParameters(fileSystemClass, null);
|
||||
|
|
Loading…
Reference in New Issue