Files
Apr2020-Cpp2Il-Dump/RecRoom.Agmobilear.Runtime/Cpp2IlInjected/FieldOffsetAttribute.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

12 lines
187 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x02000015 RID: 21
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x0400005C RID: 92
public string Offset;
}
}