Table of Contents

Class VersionInfo

Namespace
OpenGSQ.Responses.Battlefield
Assembly
OpenGSQ.dll

Represents the version of a game mod.

public class VersionInfo
Inheritance
VersionInfo
Inherited Members

Properties

Mod

Gets or sets the mod of the game.

public string Mod { get; set; }

Property Value

string

Version

Gets or sets the version of the mod.

public string Version { get; set; }

Property Value

string