Method: Api::DebugKillUnit.decode

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

.decode(buff) ⇒ Object



8566
8567
8568
# File 'lib/sc2ai/protocol/debug_pb.rb', line 8566

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