public LaunchGameInfo SetMode(LaunchMode mode) { Mode = mode; return this; }
public void LaunchGame(LaunchMode mode) { if (_LaunchOptions != null) { _LaunchOptions = util.LaunchGameHelper.LaunchGame(_LaunchOptions, mode).Item1; } }