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