more types

This commit is contained in:
CWX
2025-01-06 22:52:49 +00:00
parent bdcac81a79
commit 211e68f3fc
24 changed files with 659 additions and 16 deletions
+7 -2
View File
@@ -1,4 +1,9 @@
namespace Core.Callbacks;
using Core.Models.Eft.Common;
using Core.Models.Eft.Dialog;
using Core.Models.Eft.HttpResponse;
using Core.Models.Eft.Profile;
namespace Core.Callbacks;
public class DialogCallbacks
{
@@ -7,7 +12,7 @@ public class DialogCallbacks
throw new NotImplementedException();
}
public GetBodyResponseData<List<object>> GetChatServerList(string url, GetChatServerListRequestData info, string sessionID)
public GetBodyResponseData<List<ChatServer>> GetChatServerList(string url, GetChatServerListRequestData info, string sessionID)
{
throw new NotImplementedException();
}