Files
LowPolyBattleSim/Library/PackageCache/com.unity.test-framework.performance@fb0dc592af8b/Runtime/PerformanceTestHelper.cs

11 lines
196 B
C#
Raw Normal View History

2025-06-27 23:27:49 +01:00
using UnityEngine;
namespace Unity.PerformanceTesting
{
internal class PerformanceTestHelper : MonoBehaviour
{
[SerializeField]
public PerformanceTest ActiveTest;
}
}