Files
Aug2021-Cpp2IL-Dump/UnityEngine.AudioModule/Cpp2IlInjected/FieldOffsetAttribute.cs
T
2026-04-10 22:50:51 +02:00

12 lines
187 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x0200001F RID: 31
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000033 RID: 51
public string Offset;
}
}