Files
LowPolyBattleSim/Library/PackageCache/com.unity.test-framework.performance@fb0dc592af8b/Runtime/PerformanceTestHelper.cs
Caleb Sandford deQuincey ecdd3e2a9e intial commit
2025-06-27 23:27:49 +01:00

11 lines
196 B
C#

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