leopard8352
2023-12-04 8871a733498c8d717714b83bb096b7738224541a
提交 | 用户 | 时间
8871a7 1 // Fill out your copyright notice in the Description page of Project Settings.
L 2
3 #pragma once
4
5 #include "CoreMinimal.h"
6 #include "UObject/Object.h"
7 #include "TapRankUpdateResponse.generated.h"
8
9 /**
10  * 
11  */
12 USTRUCT(BlueprintType)
13 struct TAPTAP_API FTapRankUpdateResponse
14 {
15     GENERATED_BODY()
16 public:
17     
18 };