Quick question if I call RegisterForSingleUpdateGameTime, does it reset the countdown to OnUpdateGameTime() or create an new counter in addition to the old one? say I call RegisterForSingleUpdateGameTime(10) then RegisterForSingleUpdateGameTime(10) seven hours later, will I get the OnUpdateGameTime() three or 10 hour later?