2 or more values changed garantee
There is garantee that 2 values (for example 2 Vector2 values) changed in the same Update() call, it will be sync for other clients both at the same time? for example if v1 has a didChanged() with DidChangeEvent.AfterRead, in that callback v2 will be also updated?