Files
GameDevTVObstacleDodge/Library/PackageCache/com.unity.test-framework.performance@0840f58e4562/Runtime/PerformanceTestHelper.cs

11 lines
196 B
C#
Raw Normal View History

2026-01-08 16:50:20 +00:00
using UnityEngine;
namespace Unity.PerformanceTesting
{
internal class PerformanceTestHelper : MonoBehaviour
{
[SerializeField]
public PerformanceTest ActiveTest;
}
}