Class ModInfo
- Namespace
- VAMP.Structs
- Assembly
- VAMP.dll
- Inheritance
-
ModInfo
- Inherited Members
-
Fields
Assembly
Field Value
- Assembly
Properties
AssemblyName
public string AssemblyName { get; set; }
Property Value
- string
Author
public string Author { get; set; }
Property Value
- string
Dependencies
public List<string> Dependencies { get; set; }
Property Value
- List<string>
Description
public string Description { get; set; }
Property Value
- string
GUID
public string GUID { get; set; }
Property Value
- string
IsActive
public bool IsActive { get; set; }
Property Value
- bool
LoadSource
public string LoadSource { get; set; }
Property Value
- string
Name
public string Name { get; set; }
Property Value
- string
ThunderstoreVersion
public string ThunderstoreVersion { get; set; }
Property Value
- string
Version
public string Version { get; set; }
Property Value
- string