29. Globe progress bar

This commit is contained in:
2024-04-16 17:18:06 -04:00
parent a366ab11f2
commit b47c6979ac
23 changed files with 202 additions and 27 deletions

View File

@ -143,8 +143,7 @@ public:
#pragma region UObject
void GetLifetimeReplicatedProps( TArray< FLifetimeProperty >& OutLifetimeProps ) const override = 0;
;
void GetLifetimeReplicatedProps( TArray< FLifetimeProperty >& OutLifetimeProps ) const override;
#pragma endregion UObject
};

View File

@ -36,4 +36,4 @@ public:
void PostInitializeComponents() override;
#pragma endregion Actor
};
};