Hi!
I’m soon going to start implementing networking to my game and need to know how i should structure my code.
I was wondering if network calls are sent as soon as you call the functions or if they stack and then are sent together at the end of the frame.