issues
search
evilC
/
MW5HOTAS
A tool and guide to assist configuring HOTAS controllers in Mechwarrior 5
MIT License
25
stars
2
forks
source link
Housekeeping
#1
Closed
Foxtrek64
closed
4 years ago
Foxtrek64
commented
4 years ago
This change:
Provides explicit access modifiers for the class and
Main()
methods per Microsoft API Guidelines
Removes
string[] args
from the
Main()
method - Simpler signature for when arguments are not needed.
Removes some extra line returns.
This change:
Main()
methods per Microsoft API Guidelinesstring[] args
from theMain()
method - Simpler signature for when arguments are not needed.