Timers tick independently of one another, they aren’t synced over the network and doing it would likely throttle your connection. You want to look at ‘Lockstep’ programming, not using Timers. Starcraft uses a Lockstep system.
Timers tick independently of one another, they aren’t synced over the network and doing it would likely throttle your connection. You want to look at ‘Lockstep’ programming, not using Timers. Starcraft uses a Lockstep system.