Browse Source

Updated GameModes class naming

Signed-off-by: Gehongyan <gehongyan1996@126.com>
pull/2403/head
Gehongyan 2 months ago
parent
commit
ad6d1aa217
  1. 8
      src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

8
src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

@ -1767,10 +1767,10 @@
</Environment>
<Constant Class="GameMode" Value="osu" Name="Standard" />
<Constant Class="GameMode" Value="taiko" Name="Taiko" />
<Constant Class="GameMode" Value="fruits" Name="Catch" />
<Constant Class="GameMode" Value="mania" Name="Mania" />
<Constant Class="GameModes" Value="osu" Name="Standard" />
<Constant Class="GameModes" Value="taiko" Name="Taiko" />
<Constant Class="GameModes" Value="fruits" Name="Catch" />
<Constant Class="GameModes" Value="mania" Name="Mania" />
<Property Name="GameMode" DictionaryKey=".game_mode" />
</Provider>

Loading…
Cancel
Save