Is it bad practice to use structs' for constantly changing variables?

This is the exact purpose for which a struct was devised :). If you need to operate on the struct with methods specific to it’s data, then the class was invented :slight_smile: