Skip to content

Commit

Permalink
Update PredatorSettings.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Helmssyss authored May 19, 2024
1 parent a415022 commit ab4f217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/PrimalPredators/Characters/PredatorSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ UENUM()
enum class EPredatorType : uint8{
T_REX UMETA(DisplayName="T-Rex"),
Velociraptor UMETA(DisplayName="Velociraptor"),
Pterodon UMETA(DisplayName="Pterodon"),
Pterodon UMETA(DisplayName="Pterodon"),
EMPTY UMETA(DisplayName="Empty")
};

Expand All @@ -22,4 +22,4 @@ struct FPredatorSettings{

UPROPERTY()
FString PredatorPlayerName;
};
};

0 comments on commit ab4f217

Please sign in to comment.