Table of Contents

Struct ModDatabankHandler.ModData

Namespace
Nautilus.Handlers
Assembly
Nautilus.dll
Data for the encyclopedia entry of your mod.
public record struct ModDatabankHandler.ModData : IEquatable<ModDatabankHandler.ModData>
Implements
Inherited Members

Fields

desc

Mod description, optional.
public string desc

Field Value

string

guid

GUID, just an identifier, not optional.
public required string guid

Field Value

string

image

Databank image, optional.
public Texture2D image

Field Value

Texture2D

name

Name of your mod, not optional.
public required string name

Field Value

string

version

Mod version, optional.
public string version

Field Value

string