C#C
C#3y ago
Theos

❔ [Unsolved] Call a function whenever I change variable in a struct

Hey, so I have a hue struct 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?
Was this page helpful?