준우파일 복구

This commit is contained in:
2023-09-26 01:26:02 +09:00
parent ba9171056c
commit 263563d5c7
50 changed files with 317 additions and 70 deletions

View File

@@ -0,0 +1,17 @@
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Animation/AnimNotifies/AnimNotify.h"
#include "AN_Skill6.generated.h"
/**
*
*/
UCLASS()
class PROMETHER_API UAN_Skill6 : public UAnimNotify
{
GENERATED_BODY()
};