using System.Collections; using System.Collections.Generic; using UnityEngine; namespace SymbolObfus { public class Test1 { public class NestedTypeInTest1 { public int x; } public int x; public int Value { get; set; } public void Foo() { } public event System.Action OnValueChanged; } }