Get variables from instance of class of the same class

Let’s say I am making a game that has hundreds of soldiers. Each soldier has a damage value but they aren’t all the same.
How would I send the damage value to the instance of the class directly in front of it so that I can subtract it from its health and deal damage to it without affecting the other soldiers?

Ok cool thanks, ill try it out when I can