This commit is contained in:
wonkyhonky2024
2025-05-09 16:18:28 +01:00
parent c7d7856634
commit 4045ee4707
5 changed files with 9 additions and 7 deletions

View File

@ -7,11 +7,10 @@
#include "MyPlayerState.generated.h"
/**
*
*
*/
UCLASS()
class MYPROJECT_API AMyPlayerState : public APlayerState
{
GENERATED_BODY()
class MYPROJECT_API AMyPlayerState : public APlayerState {
GENERATED_BODY()
};