Method: Api::ActionSpatialUnitSelectionPoint.decode
- Defined in:
- lib/sc2ai/protocol/spatial_pb.rb
.decode(buff) ⇒ Object
11509 11510 11511 |
# File 'lib/sc2ai/protocol/spatial_pb.rb', line 11509 def self.decode(buff) allocate.decode_from(buff.b, 0, buff.bytesize) end |