Click or drag to resize

ZipMod Class

A compressed archive loaded as a mod. Loaded with ZipModLoader.
Inheritance Hierarchy

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

The ZipMod type exposes the following members.

Constructors
  NameDescription
Public methodZipMod
Create a new instance with the given archive.
Top
Properties
  NameDescription
Public propertyArchive
The mod archive.
Top
Methods
See Also