Click or drag to resize

ZipMod Constructor

Create a new instance with the given archive.

Namespace:  Kit.Modding.Loaders
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public ZipMod(
	ZipArchive archive
)
Request Example View Source

Parameters

archive
Type: System.IO.CompressionZipArchive
The archive.
See Also