9 lines
169 B
C#
9 lines
169 B
C#
|
namespace UnityEngine.TestTools
|
||
|
{
|
||
|
internal class IgnoreTest
|
||
|
{
|
||
|
public string test { get; set; }
|
||
|
public string ignoreComment { get; set; }
|
||
|
}
|
||
|
}
|