我注册了Xbox创建者计划,我想获得一个排行榜。但是,我找不到任何使用C#应用编程接口的示例。展示了如何在C++中做到这一点。
这是我的代码。它不会构建,因为它显示为XboxLiveContext doesn't have a LeaderboardService property。如何在C#中创建排行榜服务?
XboxLiveUser user = new XboxLiveUser();
SignInResult x = await user.SignInAsync();
XboxLiveContext context = new XboxLiveContext(user);
这是一个很基本的问题,但我仍然不太擅长让我的代码更紧凑。在一个列表中导航多个嵌套的字典有没有比我现在得到的更简单的方法?
myset = set(())
for element in nested_list:
for value in element.values():
for item in value.items():
myset.add(item)
作为后续,如果它过于冗长,真的有关系吗?
示例数据:
nested_list = [{
"2020/48": {
"Paradise":
当我在请求JSON ()中添加新的本地化(不是为游戏手动添加)以更新成绩或排行榜时,服务器返回以下错误:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "UnsupportedLocale",
"message": "The locale bg in the name field is not supported by the application."