untangle-puzzlegame/Library/PackageCache/com.unity.test-framework.performance@fb0dc592af8b/Runtime/PerformanceTestHelper.cs
2025-04-17 17:33:08 -04:00

11 lines
196 B
C#

using UnityEngine;
namespace Unity.PerformanceTesting
{
internal class PerformanceTestHelper : MonoBehaviour
{
[SerializeField]
public PerformanceTest ActiveTest;
}
}