Skip to content

Commit

Permalink
Update PubnubEnumLibrary.h (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax authored Sep 2, 2024
1 parent 23c04d6 commit a718033
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Source/PubnubLibrary/Public/PubnubEnumLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,3 @@ enum class EPubnubErrorType : uint8
PET_Error UMETA(DisplayName="Error"),
PET_Warning UMETA(DisplayName="Warning")
};

UENUM(BlueprintType)
enum class EPubnubChatMessageType : uint8
{
PCMT_TEXT UMETA(DisplayName="TEXT")
};

0 comments on commit a718033

Please sign in to comment.