Files
RPGBook/Library/PackageCache/com.unity.test-framework.performance@92d1d09a72ed/Runtime/PerformanceTestHelper.cs
SHOUTING_PIRATE f5928e04c4 intial commit
2025-07-21 17:10:16 +01:00

11 lines
196 B
C#

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