説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

IgnoreTest.cs 169B

12345678
  1. namespace UnityEngine.TestTools
  2. {
  3. internal class IgnoreTest
  4. {
  5. public string test { get; set; }
  6. public string ignoreComment { get; set; }
  7. }
  8. }