Method: Api::ActionRawUnitCommand.decode
- Defined in:
- lib/sc2ai/protocol/raw_pb.rb
.decode(buff) ⇒ Object
16883 16884 16885 |
# File 'lib/sc2ai/protocol/raw_pb.rb', line 16883 def self.decode(buff) allocate.decode_from(buff.b, 0, buff.bytesize) end |