コード例 #1
0
ファイル: http_commands.cs プロジェクト: Tikuf42/SecondBot
 public HTTPCommandsInterface(SecondBot linktobot, SecondBotHttpServer sethttpserver)
 {
     bot        = linktobot;
     httpserver = sethttpserver;
     API_type   = typeof(HTTP_commands);
     LoadCommandsList();
 }
コード例 #2
0
ファイル: http_commands.cs プロジェクト: Tikuf42/SecondBot
 public void Setup(SecondBot setBot, SecondBotHttpServer Sethttpserver)
 {
     bot        = setBot;
     httpserver = Sethttpserver;
 }