PC-20230316NUNE\Administrator ef1d3dfb2f 提交热更新
2024-10-15 18:26:52 +08:00

11 lines
281 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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