Table of Contents

Method LoadFromFolder

Namespace
GrindFest
Assembly
GrindFest.dll

LoadFromFolder(string)

Load a ModDefinition from a mod.json file in the given folder. Returns null if mod.json doesn't exist or is invalid.

public static ModDefinition LoadFromFolder(string folderPath)

Parameters

folderPath string

Returns

ModDefinition