Implemented getAllBotDifficulties

This commit is contained in:
Chomp
2025-01-18 13:09:28 +00:00
parent 2c1e974c89
commit abb9e02869
7 changed files with 173 additions and 20 deletions
+2 -2
View File
@@ -57,10 +57,10 @@ public class NotifierCallbacks
/// </summary>
/// <param name="url"></param>
/// <param name="info"></param>
/// <param name="sessionID"></param>
/// <param name="sessionId"></param>
/// <returns></returns>
/// <exception cref="NotImplementedException"></exception>
public string GetNotifier(string url, object info, string sessionID) // TODO: no types were given
public string GetNotifier(string url, object info, string sessionId)
{
return _httpResponseUtil.EmptyArrayResponse();
}