convert an integer into its corresponding mode name
toName(0); // => osu toName(3); // => mania Copy
toName(0); // => osu toName(3); // => mania
convert an integer into its corresponding mode name
Example