文件名称:lcu-sharp:英雄联盟客户端的API包装器
文件大小:22KB
文件格式:ZIP
更新时间:2024-05-25 18:52:55
league-of-legends riot-games riot-api riot-games-api C#
尖锐的 英雄联盟客户端的API包装器。 有关LCU API文档,请查看 用法 索取范例 // Initialize a connection to the league client. var api = await LeagueClientApi . ConnectAsync (); // Show the client. await api . RiotClientEndpoint . ShowUxAsync (); await Task . Delay ( 1000 ); // Update the current summoner's profile icon to 23. var body = new { profileIconId = 23 }; var queryParameters = Enumerable . Empty < string>(); var json =
【文件预览】:
lcu-sharp-master
----.gitattributes(2KB)
----.github()
--------ISSUE_TEMPLATE()
----LCUSharp.sln(1KB)
----LICENSE.txt(1KB)
----LCUSharp()
--------Websocket()
--------Utility()
--------Http()
--------LeagueClientApi.cs(5KB)
--------ILeagueClientApi.cs(1KB)
--------LCUSharp.csproj(300B)
----README.md(2KB)
----.gitignore(4KB)