Closed rxn7 closed 3 years ago
What's the point of having an int 'accel' and dictionary 'accelTypes' when you can just use constants? It's terrible idea to do it with dictionary. Especially when using string as the key.
It probably is better to use constants. I'll get around to changing it soon
What's the point of having an int 'accel' and dictionary 'accelTypes' when you can just use constants? It's terrible idea to do it with dictionary. Especially when using string as the key.