예제 #1
0
 public CustomPowerCell(string classId, bool ionCellSkins, CustomBattery customBattery) : base(classId, ionCellSkins)
 {
     baseBattery = customBattery;
 }
예제 #2
0
 public CustomPowerCell(string classId, CustomBattery customBattery) : base(classId)
 {
     baseBattery = customBattery;
 }