varlinuxOption=newOption<FileInfo>(new[]{"-l","--linux"},"The output file path for the Linux mod. None given equals to no Linux port.");
varandroidOption=newOption<FileInfo>(new[]{"-a","--android"},"The output file path for the Android mod. None given equals to no Android port.");
varmacOption=newOption<FileInfo>(new[]{"-m","--mac"},"The output file path for the Mac mod. None given equals to no Mac port.");
varnameOption=newOption<string>(new[]{"-n","--name"},"The name used for the Mac mod. Required for the Mac option, has no effect on anything else.");
varnameOption=newOption<string>(new[]{"-n","--name"},"The name used for the Mac or Android mod. Required for the Mac option, and optional for the Android version. Has no effect on anything else.");
MessageBox.Show(this,"Currently the mod name is set as \"foo\", you need to manually correct that later! (Search for the files yoyorunner.config and Info.plist");