Files
27Aug2021-Cpp2IL-Dump/Singular/Newtonsoft/Json/Utilities/Creator.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

11 lines
225 B
C#

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