animation blueprints
This commit is contained in:
parent
6c2e8fc163
commit
c69563f6a3
BIN
Content/Blueprints/Character/ABP_Enemy.uasset
Normal file
BIN
Content/Blueprints/Character/ABP_Enemy.uasset
Normal file
Binary file not shown.
BIN
Content/Blueprints/Character/Aura/ABP_Aura.uasset
Normal file
BIN
Content/Blueprints/Character/Aura/ABP_Aura.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Blueprints/Character/GoblinSpear/ABP_GoblinSPear.uasset
Normal file
BIN
Content/Blueprints/Character/GoblinSpear/ABP_GoblinSPear.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,19 +0,0 @@
|
|||||||
// Copyright; GhostPacket Games
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include "CoreMinimal.h"
|
|
||||||
#include "GameFramework/Character.h"
|
|
||||||
#include "AuraCharacterBase.generated.h"
|
|
||||||
|
|
||||||
UCLASS(Abstract) // Abstract so that it cannot be dragged to a level
|
|
||||||
class AURA_API AAuraCharacterBase : public ACharacter
|
|
||||||
{
|
|
||||||
GENERATED_BODY()
|
|
||||||
|
|
||||||
public:
|
|
||||||
AAuraCharacterBase();
|
|
||||||
|
|
||||||
protected:
|
|
||||||
virtual void BeginPlay() override;
|
|
||||||
};
|
|
@ -1,12 +0,0 @@
|
|||||||
// Copyright; GhostPacket Games
|
|
||||||
#include "Character/AuraCharacterBase.h"
|
|
||||||
|
|
||||||
AAuraCharacterBase::AAuraCharacterBase()
|
|
||||||
{
|
|
||||||
PrimaryActorTick.bCanEverTick = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
void AAuraCharacterBase::BeginPlay()
|
|
||||||
{
|
|
||||||
Super::BeginPlay();
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user