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