Method: Api::DebugSetUnitValue#to_h

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

#to_hObject



11131
11132
11133
11134
11135
11136
11137
11138
11139
# File 'lib/sc2ai/protocol/debug_pb.rb', line 11131

def to_h
  result = {}

  result[:"unit_value"] = @unit_value
  result[:"value"] = @value
  result[:"unit_tag"] = @unit_tag

  result
end