Changing a value of non-static float from a static function
Every time you call the
why does the method need to be static?
Scored method it creates a new instance of the GameHandler class with a countdown of 3 that is then discarded because you don't do anything with the new instancewhy does the method need to be static?