Sorry for asking stupid question again. But what if I don’t have struct Ref? and have one int element of that struct? Is that even possible or should consider another approach?
I have a struct which has three int var somewhere in the save game object and I want to add several data to those three int variables one by one (Not all at once like struct) without affecting other’s default values