示例#1
0
文件: Bot.cs 项目: zaxhcollab/FNFBot
 public Bot()
 {
     // Create keyhooks with KeyBot
     kBot = new KeyBot();
     kBot.InitHooks();
 }