Esempio n. 1
0
 public ModPathMultipleParameterBuilder(
     ISplitEnumerableIntoSubtypes splitEnumerableIntoSubtypes,
     IMakeModExist makeModExist)
 {
     SplitEnumerableIntoSubtypes = splitEnumerableIntoSubtypes;
     MakeModExist = makeModExist;
 }
Esempio n. 2
0
 public ModKeyParameterBuilder(IMakeModExist makeModExist)
 {
     MakeModExist = makeModExist;
 }