Fixed intial Rank value;

This commit is contained in:
2025-07-14 23:24:24 +02:00
parent fdae0fddc8
commit f644fb99a8

View File

@ -31,5 +31,5 @@ public:
UPROPERTY(BlueprintReadOnly, VisibleAnywhere)
FString Gap = "-";
UPROPERTY(BlueprintReadOnly, VisibleAnywhere)
int Rank;
int Rank = -1;
};