C# Class AdvancedLauncher.SDK.Model.VersionPair

Version pair for game update logic
Inheritance: CrossDomainObject
Show file Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Public Methods

Method Description
VersionPair ( int Local, int Remote ) : AdvancedLauncher.SDK.Management

Initializes a new instance of VersionPair for specified Local and Remote versions.

Method Details

VersionPair() public method

Initializes a new instance of VersionPair for specified Local and Remote versions.
public VersionPair ( int Local, int Remote ) : AdvancedLauncher.SDK.Management
Local int
Remote int
return AdvancedLauncher.SDK.Management