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

12 lines
187 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000C RID: 12
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000020 RID: 32
public string Offset;
}
}