Hey
Been checking out some of the possible timers lately, and the Threading.Timer and Timers.Timer are the ones that look needful to me (since they support thread pooling).
Timers.Timer: msdn.microsoft.com/en-us/library/system.timers.timer.aspx Threading.Timer: msdn.microsoft.com/en-us/library/system.threading.timer.aspx
I am making a game, and i plan on using all types of events, with different intervals etc. Which would be the best?
