Exemplo n.º 1
0
 public CustomPowerCell(string classId, bool ionCellSkins, CustomBattery customBattery) : base(classId, ionCellSkins)
 {
     baseBattery = customBattery;
 }
Exemplo n.º 2
0
 public CustomPowerCell(string classId, CustomBattery customBattery) : base(classId)
 {
     baseBattery = customBattery;
 }