Method: Api::ActionSpatialUnitSelectionPoint#to_h
- Defined in:
- lib/sc2ai/protocol/spatial_pb.rb
#to_h ⇒ Object
12133 12134 12135 12136 12137 12138 12139 12140 |
# File 'lib/sc2ai/protocol/spatial_pb.rb', line 12133 def to_h result = {} result[:"selection_screen_coord"] = @selection_screen_coord.to_h result[:"type"] = @type result end |