mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 19:34:47 +00:00
11 lines
281 B
C#
11 lines
281 B
C#
|
||
namespace HotMain.SHGame.YooAsset.StreamingAssetsHelper
|
||
{
|
||
public class StreamingAssetsDefine
|
||
{
|
||
/// <summary>
|
||
/// 根目录名称(保持和YooAssets资源系统一致)
|
||
/// </summary>
|
||
public const string RootFolderName = "yoo";
|
||
}
|
||
} |