Method: Api::RequestQueryAvailableAbilities.decode

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

.decode(buff) ⇒ Object



3058
3059
3060
# File 'lib/sc2ai/protocol/query_pb.rb', line 3058

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