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

12 lines
190 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000E RID: 14
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x0400002E RID: 46
public string Offset;
}
}