mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-07 02:30:48 +01:00
WIP
This commit is contained in:
10
Needlework.Net.Core/LcuConnector.cs
Normal file
10
Needlework.Net.Core/LcuConnector.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using BlossomiShymae.GrrrLCU;
|
||||
|
||||
namespace Needlework.Net.Core;
|
||||
|
||||
public static class LcuConnector
|
||||
{
|
||||
public static Func<ProcessInfo> GetProcessInfo { get; } = Connector.GetProcessInfo;
|
||||
public static Func<int, string, Uri> GetLeagueClientUri { get; } = Connector.GetLeagueClientUri;
|
||||
public static Func<HttpMethod, string, CancellationToken, Task<HttpResponseMessage>> SendAsync { get; } = Connector.SendAsync;
|
||||
}
|
||||
Reference in New Issue
Block a user