OLS/Source/ols/Public/Animations/OLSAnimInstanceBase.h

18 lines
390 B
C
Raw Normal View History

2024-09-22 21:11:19 +00:00
// © 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()
};