Files
Jan2021-Cpp2Il-Dump/RecRoom.Streamingaudio.Runtime/Cpp2IlInjected/FieldOffsetAttribute.cs
T
2026-04-08 23:40:05 +02:00

12 lines
187 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000A RID: 10
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000011 RID: 17
public string Offset;
}
}