Create NakatomiCMC
This commit is contained in:
parent
48bb8f9ef6
commit
56aa855a7c
5
Source/Nakatomi/NakatomiCMC.cpp
Normal file
5
Source/Nakatomi/NakatomiCMC.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "NakatomiCMC.h"
|
||||
|
17
Source/Nakatomi/NakatomiCMC.h
Normal file
17
Source/Nakatomi/NakatomiCMC.h
Normal file
@ -0,0 +1,17 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "GameFramework/CharacterMovementComponent.h"
|
||||
#include "NakatomiCMC.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class NAKATOMI_API UNakatomiCMC : public UCharacterMovementComponent
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user