Class ModManifest
Inheritance
System.Object
ModManifest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Wully.Module
Assembly: !BetterMods.dll
Syntax
[Serializable]
public class ModManifest
Fields
| Improve this Doc View SourceAuthor
Declaration
public string Author
Field Value
Type | Description |
---|---|
System.String |
Description
Declaration
public string Description
Field Value
Type | Description |
---|---|
System.String |
GameVersion
Declaration
public string GameVersion
Field Value
Type | Description |
---|---|
System.String |
ModVersion
Declaration
public string ModVersion
Field Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()