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