Files
Apr2020-Cpp2Il-Dump/Pathfinding.Ionic.Zip.Reduced/Pathfinding/Ionic/Zip/WriteDelegate.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

12 lines
260 B
C#

using System;
using System.IO;
using Cpp2IlInjected;
namespace Pathfinding.Ionic.Zip
{
// Token: 0x02000003 RID: 3
// (Invoke) Token: 0x06000002 RID: 2
[Token(Token = "0x2000003")]
public delegate void WriteDelegate(string entryName, Stream stream);
}