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