12 lines
413 B
C++
12 lines
413 B
C++
|
// © 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 "Characters/Components/OLSCharacterMovementComponent.h"
|
||
|
|
||
|
#include "GameFramework/Character.h"
|
||
|
|
||
|
UOLSCharacterMovementComponent::UOLSCharacterMovementComponent(const FObjectInitializer& objectInitializer) : Super(
|
||
|
objectInitializer)
|
||
|
{
|
||
|
}
|