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