Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/build/agones-bot/golan…
Browse files Browse the repository at this point in the history
…g.org/x/crypto-0.31.0
  • Loading branch information
agones-bot authored Jan 14, 2025
2 parents 8954c22 + 1c769e0 commit 291e599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/unreal/Agones/Source/Agones/Classes/Classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -423,10 +423,10 @@ struct FCounterResponse
}

UPROPERTY(BlueprintReadOnly, Category = "Agones")
int64 Count;
int64 Count = 0;

UPROPERTY(BlueprintReadOnly, Category = "Agones")
int64 Capacity;
int64 Capacity = 0;

explicit FCounterResponse(const TSharedPtr<FJsonObject> JsonObject)
{
Expand Down

0 comments on commit 291e599

Please sign in to comment.