v2 (WPF)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace LeagueAPI.Utils;
|
||||
|
||||
internal class LcuHttpClientHandler : HttpClientHandler
|
||||
public class LcuHttpClientHandler : HttpClientHandler
|
||||
{
|
||||
private Lazy<bool> _isFirstRequest = new(() => true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user