mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-25 02:00:16 +00:00
Update InitializeParameters.cs
This commit is contained in:
@@ -83,6 +83,6 @@ namespace YooAsset
|
|||||||
/// 文件系统初始化参数列表
|
/// 文件系统初始化参数列表
|
||||||
/// 注意:列表最后一个元素作为主文件系统!
|
/// 注意:列表最后一个元素作为主文件系统!
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public List<FileSystemParameters> FileSystemParameterList;
|
public readonly List<FileSystemParameters> FileSystemParameterList = new List<FileSystemParameters>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user