Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

12 lines
188 B
C#

using System;
using Cpp2IlInjected;
namespace Newtonsoft.Json.Serialization
{
// Token: 0x02000083 RID: 131
[Token(Token = "0x2000083")]
public interface IAttributeProvider
{
}
}