예제 #1
0
 public PlatformsFactory(
     CommonPrefabsModel commonPrefabsModel)
 {
     this.commonPrefabsModel = commonPrefabsModel;
 }
예제 #2
0
 public CutPartsFactory(CommonSettingsModel commonSettingsModel,
                        CommonPrefabsModel commonPrefabsModel)
 {
     this.commonSettingsModel = commonSettingsModel;
     this.commonPrefabsModel  = commonPrefabsModel;
 }