penis/Library/PackageCache/com.unity.test-framework@f4d49bd0d832/UnityEngine.TestRunner/NUnitExtensions/Commands/IgnoreTest.cs
Vladislav 2750530006 1
2025-09-18 15:33:57 +03:00

9 lines
169 B
C#

namespace UnityEngine.TestTools
{
internal class IgnoreTest
{
public string test { get; set; }
public string ignoreComment { get; set; }
}
}