diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundedState.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundedState.uasset index 4b72f0e..ab4a07b 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundedState.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundedState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f2eb6e06563ce18c9092ef11f7b0c9d641500743c2ca26700ea23f1b4cc2e3a -size 6271 +oid sha256:082650a9ce141b063925dc1766bd07c34c1ee12fdb1a421d41d84f9eb70c4902 +size 31498 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagIdleState.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagIdleState.uasset index cc75010..abac999 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagIdleState.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagIdleState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b76c69a6197519538f2b84877f274b5900a3346ab5143965fecf2220fdff1b94 -size 44927 +oid sha256:fca30623a6a818651449501d7e086c59a7517f162e80442ebff2c83a464fcf2f +size 64654 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagRootState.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagRootState.uasset index 7fd3735..4f77fbf 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagRootState.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagRootState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b5b5fc037892ecc7192e655b75261a85de72c653a5568657b5c00912347a5f9 -size 29289 +oid sha256:aaef40d46224c8ed01087e72fe3b7adb8f46aee4fb4666de78e0a002df295e9a +size 31180 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagWalkJogState.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagWalkJogState.uasset index c107516..bfa4bde 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagWalkJogState.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagWalkJogState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d34f8e3e622ed2fc85ef3740fed39a574e67be2680213969e4f70adc43e82d98 -size 44916 +oid sha256:4cbe05c4d759f5ae4496246258b794f8d046aadb0fde9f6dd10ad6906e0cd309 +size 64663 diff --git a/SwordNGun/Source/SwordNGun/Private/Components/SNGState.cpp b/SwordNGun/Source/SwordNGun/Private/Components/SNGState.cpp index d54f25d..f980bbf 100644 Binary files a/SwordNGun/Source/SwordNGun/Private/Components/SNGState.cpp and b/SwordNGun/Source/SwordNGun/Private/Components/SNGState.cpp differ diff --git a/SwordNGun/Source/SwordNGun/Private/Components/SNGStateMachineComponent.cpp b/SwordNGun/Source/SwordNGun/Private/Components/SNGStateMachineComponent.cpp index c4aa5be..c242c1e 100644 Binary files a/SwordNGun/Source/SwordNGun/Private/Components/SNGStateMachineComponent.cpp and b/SwordNGun/Source/SwordNGun/Private/Components/SNGStateMachineComponent.cpp differ diff --git a/SwordNGun/Source/SwordNGun/Public/Components/SNGState.h b/SwordNGun/Source/SwordNGun/Public/Components/SNGState.h index 4c79846..d226314 100644 Binary files a/SwordNGun/Source/SwordNGun/Public/Components/SNGState.h and b/SwordNGun/Source/SwordNGun/Public/Components/SNGState.h differ