UnityGame/Library/PackageCache/com.unity.test-framework.performance/Runtime/PerformanceTestHelper.cs

11 lines
196 B
C#
Raw Normal View History

2024-10-27 10:53:47 +03:00
using UnityEngine;
namespace Unity.PerformanceTesting
{
internal class PerformanceTestHelper : MonoBehaviour
{
[SerializeField]
public PerformanceTest ActiveTest;
}
}