Table of Contents

Class ModInfo

Namespace
Ceres.Gameplay.Mod
Assembly
Ceres.Gameplay.dll

Class defines mod's information

public class ModInfo
Inheritance
ModInfo
Inherited Members

Constructors

ModInfo()

public ModInfo()

Fields

apiVersion

public string apiVersion

Field Value

string

authorName

public string authorName

Field Value

string

description

public string description

Field Value

string

metaData

public Dictionary<string, string> metaData

Field Value

Dictionary<string, string>

modIconBytes

public byte[] modIconBytes

Field Value

byte[]

modName

public string modName

Field Value

string

version

public string version

Field Value

string

Properties

FilePath

public string FilePath { get; set; }

Property Value

string

FullName

public string FullName { get; }

Property Value

string