Forest_Client/Forest/Assets/PhxhSDK/AOT/YooAsset/StreamingAssetsDefine.cs

8 lines
132 B
C#
Raw Normal View History

2024-06-12 15:01:54 +08:00
namespace PhxhSDK.AOT
{
public class StreamingAssetsDefine
{
public const string RootFolderName = "yoo";
}
}