com.alicizax.unity.tuyoogam.../Runtime/PackageInvokeBuilder/PackageInvokeBuildResult.cs
2025-09-02 19:21:49 +08:00

8 lines
124 B
C#

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