diff --git a/Source/ols/Private/Animations/OLSAnimInstanceBase.cpp b/Source/ols/Private/Animations/OLSAnimInstanceBase.cpp deleted file mode 100644 index 201df8a..0000000 --- a/Source/ols/Private/Animations/OLSAnimInstanceBase.cpp +++ /dev/null @@ -1,4 +0,0 @@ -// © 2024 Long Ly. All rights reserved. Any unauthorized use, reproduction, or distribution of this trademark is strictly prohibited and may result in legal action. - - -#include "Animations/OLSAnimInstanceBase.h" diff --git a/Source/ols/Public/Animations/OLSAnimInstanceBase.h b/Source/ols/Public/Animations/OLSAnimInstanceBase.h deleted file mode 100644 index 11d88ee..0000000 --- a/Source/ols/Public/Animations/OLSAnimInstanceBase.h +++ /dev/null @@ -1,17 +0,0 @@ -// © 2024 Long Ly. All rights reserved. Any unauthorized use, reproduction, or distribution of this trademark is strictly prohibited and may result in legal action. - -#pragma once - -#include "CoreMinimal.h" -#include "Animation/AnimInstance.h" -#include "OLSAnimInstanceBase.generated.h" - -/** - * - */ -UCLASS() -class OLS_API UOLSAnimInstanceBase : public UAnimInstance -{ - GENERATED_BODY() - -};