Converts Settings and UserInterface to static classes.
Realized there was no need to ever have more than one instance of either. Static allows for cleaner, more transparent code.
parent
e63fac9c
Please register or sign in to comment
Realized there was no need to ever have more than one instance of either. Static allows for cleaner, more transparent code.