Class ModsaberModInfo
A class to provide information about a mod on ModSaber.ML
Inherited Members
Namespace: IPA
Assembly: IPA.Loader.dll
Syntax
[Obsolete("This is unused, and has been since the manifest was introduced. All functionality is provided by the manifest.")]
public class ModsaberModInfo
Properties
| Improve this Doc View SourceCurrentVersion
The version of the currently installed mod. Used to compare to the version on ModSaber. Should be a valid SemVer version.
Declaration
public string CurrentVersion { get; set; }
Property Value
Type | Description |
---|---|
String |
InternalName
The name the mod uses on ModSaber as an identifier.
Declaration
public string InternalName { get; set; }
Property Value
Type | Description |
---|---|
String |