Method: Api::ResponseObservation.decode
- Defined in:
- lib/sc2ai/protocol/sc2api_pb.rb
.decode(buff) ⇒ Object
23000 23001 23002 |
# File 'lib/sc2ai/protocol/sc2api_pb.rb', line 23000 def self.decode(buff) allocate.decode_from(buff.b, 0, buff.bytesize) end |