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