Example #1
0
 protected Program(
     string unityPath,
     string projectPath,
     string logFile)
 {
     this._client = new RunnerClient();
     this._client.UnityPath = unityPath;
     this._client.ProjectPath = projectPath;
     this._client.LogFile = logFile;
 }
Example #2
0
 protected Program(
     string unityPath,
     string projectPath,
     string logFile)
 {
     this._client             = new RunnerClient();
     this._client.UnityPath   = unityPath;
     this._client.ProjectPath = projectPath;
     this._client.LogFile     = logFile;
 }