DRG-Femboy-Voice/Source/FSD/Public/EGooGunUpgrades.h
2025-04-15 12:39:31 -07:00

13 lines
229 B
C
Executable file

#pragma once
#include "CoreMinimal.h"
#include "EGooGunUpgrades.generated.h"
UENUM(BlueprintType)
enum class EGooGunUpgrades : uint8 {
ChargeFire,
BurstFire,
ShotCostCharged,
ChargeTime,
ChargeShotCount,
};