How to take a structure as a argument in a member function in c++?
//Trying to take the structure as a argument so we could select which stats to be picked up to //initialize the combat against the specific entity.
//Trying to take the structure as a argument so we could select which stats to be picked up to //initialize the combat against the specific entity.