Files
TEngine/UnityProject/Packages/YooAsset/Runtime/PakcageInvokeBuilder/PakcageInvokeBuildResult.cs
Alex-Rachel 6166fd24c6 yoo2.2,9
yoo2.2,9
2025-01-25 13:46:17 +08:00

8 lines
124 B
C#

namespace YooAsset
{
public class PackageInvokeBuildResult
{
public string PackageRootDirectory;
}
}