Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/Diagnostics/Tracing/EmptyStruct.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

12 lines
178 B
C#

using System;
using Cpp2IlInjected;
namespace System.Diagnostics.Tracing
{
// Token: 0x0200064B RID: 1611
[Token(Token = "0x200064B")]
internal struct EmptyStruct
{
}
}