Karelia 삭제
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
// Copyright HappyTanuki
|
||||
|
||||
|
||||
#include "Character/AuraCharacter.h"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
// Copyright HappyTanuki
|
||||
|
||||
|
||||
#include "Character/KareliaCharacter.h"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
// Copyright HappyTanuki
|
||||
|
||||
|
||||
#include "Player/AuraPlayerController.h"
|
||||
|
||||
AAuraPlayerController::AAuraPlayerController()
|
||||
{
|
||||
bReplicates = true;
|
||||
}
|
||||
+2
-2
@@ -4,13 +4,13 @@
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Character/AuraCharacterBase.h"
|
||||
#include "KareliaCharacter.generated.h"
|
||||
#include "AuraCharacter.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class AURA_API AKareliaCharacter : public AAuraCharacterBase
|
||||
class AURA_API AAuraCharacter : public AAuraCharacterBase
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
// Copyright HappyTanuki
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "GameFramework/PlayerController.h"
|
||||
#include "AuraPlayerController.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class AURA_API AAuraPlayerController : public APlayerController
|
||||
{
|
||||
GENERATED_BODY()
|
||||
public:
|
||||
AAuraPlayerController();
|
||||
protected:
|
||||
virtual void BeginPlay() override;
|
||||
};
|
||||
Reference in New Issue
Block a user