From b9ab173a1840c89a8baef531e54abb33163ed6a3 Mon Sep 17 00:00:00 2001 From: 10000Je Date: Tue, 29 Apr 2025 00:10:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=9C=EC=82=AC=EC=B2=B4=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/ToonTanks/BasePawn.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/ToonTanks/BasePawn.h b/Source/ToonTanks/BasePawn.h index c415976..4198334 100644 --- a/Source/ToonTanks/BasePawn.h +++ b/Source/ToonTanks/BasePawn.h @@ -39,6 +39,7 @@ private: UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Component", meta=(AllowPrivateAccess = "true")) USceneComponent* ProjectileSpawnPoint; + // UClass Pointer for Spawn Projectile UPROPERTY(EditDefaultsOnly, Category = "Combat") TSubclassOf ProjectileClass;