using BlossomiShymae.GrrrLCU; namespace Needlework.Net.Core; public static class LcuConnector { public static Func GetProcessInfo { get; } = Connector.GetProcessInfo; public static Func GetLeagueClientUri { get; } = Connector.GetLeagueClientUri; public static Func> SendAsync { get; } = Connector.SendAsync; }