11 lines
281 B
C#
Raw Normal View History

2024-10-15 18:26:52 +08:00

namespace HotMain.SHGame.YooAsset.StreamingAssetsHelper
{
public class StreamingAssetsDefine
{
/// <summary>
/// 根目录名称保持和YooAssets资源系统一致
/// </summary>
public const string RootFolderName = "yoo";
}
}