using System; namespace UnityEngine.Scripting { // Token: 0x020004EA RID: 1258 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false)] internal class GenerateManagedProxyAttribute : Attribute { } }