예제 #1
0
파일: Bot.cs 프로젝트: zaxhcollab/FNFBot
 public Bot()
 {
     // Create keyhooks with KeyBot
     kBot = new KeyBot();
     kBot.InitHooks();
 }