Space Plunder
Loading...
Searching...
No Matches
PlasmaDamage.h
Go to the documentation of this file.
1// Fill out your copyright notice in the Description page of Project Settings.
2
3#pragma once
4
5#include "CoreMinimal.h"
7#include "PlasmaDamage.generated.h"
8
14UCLASS()
15class BASEHELPERS_API UPlasmaDamage : public UBaseDamage
16{
17 GENERATED_BODY()
18
19};
UCLASS(Blueprintable, BlueprintType, ClassGroup=(BucciGames), meta=(BlueprintSpawnableComponent)) class CHATSYSTEM_API UChatSystemComponent
Definition ChatSystemComponent.h:13
Definition BaseDamage.h:11
Definition PlasmaDamage.h:16