C# Class AdvancedLauncher.SDK.Model.VersionPair

Version pair for game update logic
Inheritance: CrossDomainObject
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat AdvancedLauncher.SDK.Management