Files
2025-11-30 08:35:03 +02:00

9 lines
169 B
C#

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