class_name SeedRange var start := 0 var end := 0 func _to_string(): return str(self.start) + " -> " + str(self.end)