CsafeCmdSetPower constructor

CsafeCmdSetPower(
  1. ByteSerializable data
)

Implementation

CsafeCmdSetPower(ByteSerializable data) : super.long(0x34, 3, data) {
  validateData(data, [validateUnitType(UnitType.power)], shouldThrow: true);
}