This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* Script to use ALT+1 ALT+2 ALT+3 for setting gameview resolution. | |
* If shortcut fail (such as 1280x720) you must add it manually in gameview dropdown first. | |
* | |
* Author: Wappen | |
* | |
*/ | |
using System; | |
using System.Reflection; |