Show / Hide Table of Contents

Class Main

Main class implementing BaseUnityPlugin.
Inheritance
System.Object
Main
Namespace: Jotunn
Assembly: Jotunn.dll
Syntax
[NetworkCompatibility(CompatibilityLevel.VersionCheckOnly, VersionStrictness.Minor)]
public class Main : BaseUnityPlugin

Fields

| Improve this Doc View Source

ModGuid

The BepInEx plugin Mod GUID being used (com.jotunn.jotunn).
Declaration
public const string ModGuid = "com.jotunn.jotunn"
Field Value
Type Description
System.String
| Improve this Doc View Source

ModName

The name of the library.
Declaration
public const string ModName = "Jotunn"
Field Value
Type Description
System.String
| Improve this Doc View Source

Version

The current version of the Jotunn library.
Declaration
public const string Version = "2.4.5"
Field Value
Type Description
System.String

Extension Methods

PrefabExtension.FixReferences(Object)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾