Files
27Aug2021-Cpp2IL-Dump/UnityEngine.TilemapModule/Cpp2IlInjected/MetadataOffsetAttribute.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

12 lines
190 B
C#

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