Resolve Money duplication between ANakedDesireCharacter and UGlobalSaveGameData

This commit is contained in:
koritsa
2026-05-18 20:57:34 +03:00
parent 28ca1d0bd3
commit 84b0432be8
5 changed files with 17 additions and 9 deletions
@@ -136,7 +136,7 @@ public:
float RunSpeed = 500.0f;
UPROPERTY(BlueprintReadWrite)
int Money = 300000;
int Money = 0;
int XP = 0;