AdvancedLauncher.SDK.Model.Config.GameModel.GameModel C# (CSharp) Method

GameModel() public method

Initializes a new GameModel based on another
public GameModel ( GameModel another ) : System.ComponentModel
another GameModel Source
return System.ComponentModel
        public GameModel(GameModel another)
        {
            this.Type = another.Type;
            this.GamePath = another.GamePath;
            this.LauncherPath = another.LauncherPath;
        }

Same methods

GameModel::GameModel ( ) : System.ComponentModel