I have a structure variable that stores the values of enemies in my game such as their health, name , etc. i want a way to be able to switch them efficiently because the method I am doing right now is very hard coded and it’s very difficult to add smth new
I essentially wanna swap all the elements of the structure Data.slot1 to Data.slot2 , the same way It is done in my events separately. Pls help


