// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "UObject/Object.h" #include "TapRankUpdateResponse.generated.h" /** * */ USTRUCT(BlueprintType) struct TAPTAP_API FTapRankUpdateResponse { GENERATED_BODY() public: };