mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-25 02:00:16 +00:00
8 lines
181 B
C#
8 lines
181 B
C#
|
||
public class StreamingAssetsDefine
|
||
{
|
||
/// <summary>
|
||
/// 根目录名称(保持和YooAssets资源系统一致)
|
||
/// </summary>
|
||
public const string RootFolderName = "yoo";
|
||
} |