Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

11 lines
225 B
C#

using System;
using Cpp2IlInjected;
namespace Singular.Newtonsoft.Json.Utilities
{
// Token: 0x0200006C RID: 108
// (Invoke) Token: 0x06000385 RID: 901
[Token(Token = "0x2000049")]
internal delegate T Creator<T>();
}