Exemplo n.º 1
0
 public ServiceContainer(IMySteam steam, string appDir, string modDir)
 {
     this.Steam      = steam;
     this.AppDir     = appDir;
     this.ModDir     = modDir;
     this.RunningMod = modDir != null;
 }
Exemplo n.º 2
0
 public ServiceContainer(IMySteam steam, string appDir, string modDir)
 {
     this.Steam = steam;
     this.AppDir = appDir;
     this.ModDir = modDir;
     this.RunningMod = modDir != null;
 }