A game about forced loneliness, made by TACStudios
1namespace UnityEngine.TestTools 2{ 3 internal class IgnoreTest 4 { 5 public string test { get; set; } 6 public string ignoreComment { get; set; } 7 } 8}