Files
27Aug2021-Cpp2IL-Dump/Unity.RenderPipelines.Core.Runtime/UnityEngine/Rendering/ReloadGroupAttribute.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

19 lines
453 B
C#

using System;
using Cpp2IlInjected;
namespace UnityEngine.Rendering
{
// Token: 0x02000095 RID: 149
[Token(Token = "0x2000062")]
[AttributeUsage(AttributeTargets.Class)]
public sealed class ReloadGroupAttribute : Attribute
{
// Token: 0x060003A1 RID: 929 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60002D8")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public ReloadGroupAttribute()
{
}
}
}