We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6f588 commit 8a531cbCopy full SHA for 8a531cb
Client/generate.sh
@@ -1,4 +1,4 @@
1
-VERSION=0.11.1
+VERSION=0.11.2
2
PACKAGE_NAME=Coflnet.Sky.PlayerState.Client
3
4
docker run --rm -v "${PWD}:/local" --network host -u $(id -u ${USER}):$(id -g ${USER}) openapitools/openapi-generator-cli generate \
Models/ExtractedInfo.cs
@@ -41,7 +41,7 @@ public class ExtractedInfo
41
[Key(14)]
42
public List<PetState>? Pets { get; set; } = null;
43
[Key(15)]
44
- public Item? WeaponInHuntaxet { get; set; } = null;
+ public Item? WeaponInHuntaxe { get; set; } = null;
45
[MessagePackObject]
46
public class PetState
47
{
0 commit comments