Table of Contents

Method RootMod

Namespace
GrindFest.Editor
Assembly
GrindFest.dll

RootMod(string, string)

Create a mod in the root pack (runs before/after all other packs). Use for special single-instance spawners like stairs, boss spawners, etc. Returns the FieldModification for further configuration.

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

Parameters

name string
tag string

Returns

FieldModification