Table of Contents

Method CustomMod

Namespace
GrindFest.Editor
Assembly
GrindFest.dll

CustomMod(string, string)

Create a custom mod in the current pack with full access. Use when the standard content methods don't fit your needs. Returns the mod for manual configuration.

public FieldModification CustomMod(string name, string tag = "")

Parameters

name string
tag string

Returns

FieldModification