Updated name of parameter in ISerializer
This commit is contained in:
@@ -3,5 +3,5 @@ namespace SPTarkov.Server.Core.DI;
|
||||
public interface ISerializer
|
||||
{
|
||||
public void Serialize(string sessionID, HttpRequest req, HttpResponse resp, object? body);
|
||||
public bool CanHandle(string something);
|
||||
public bool CanHandle(string route);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user