第一次提交
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
// Copyright 2025 https://yuewu.dev/en All Rights Reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "DefaultMovementSet/Modes/WalkingMode.h"
|
||||
#include "GMS_WalkingMode.generated.h"
|
||||
|
||||
class UGMS_MoverGroundedMovementSettings;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class GENERICMOVEMENTSYSTEM_API UGMS_WalkingMode : public UWalkingMode
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
public:
|
||||
UGMS_WalkingMode(const FObjectInitializer& ObjectInitializer);
|
||||
};
|
||||
Reference in New Issue
Block a user