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