❔ [Unsolved] Call a function whenever I change variable in a struct
Hey, so I have a hue struct
I need to do
How can I do this?
public Statistics stats; with many functions and variables in it.I need to do
stats = stats whenever I call a function inside stats or just change a variable in it. How can I do this?