Method: Api::ResponseLeaveGame.decode

Defined in:
lib/sc2ai/protocol/sc2api_pb.rb

.decode(buff) ⇒ Object



19401
19402
19403
# File 'lib/sc2ai/protocol/sc2api_pb.rb', line 19401

def self.decode(buff)
  allocate.decode_from(buff.b, 0, buff.bytesize)
end