Class ModInfo_v1
Namespace: DaggerfallWorkshop.Game.Serialization
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public class ModInfo_v1
Fields
| Improve this Doc View SourcefileName
Declaration
public string fileName
Field Value
Type | Description |
---|---|
String |
guid
Declaration
public string guid
Field Value
Type | Description |
---|---|
String |
loadPriority
Declaration
public int loadPriority
Field Value
Type | Description |
---|---|
Int32 |
title
Declaration
public string title
Field Value
Type | Description |
---|---|
String |
version
Declaration
public string version
Field Value
Type | Description |
---|---|
String |