C#C
C#3y ago
exokem

Changing a value of non-static float from a static function

Every time you call the 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 instance
why does the method need to be static?
Was this page helpful?