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