diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/Roll_RootMotion_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/Roll_RootMotion_Montage.uasset index 3c27285..b0c1798 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/Roll_RootMotion_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/Roll_RootMotion_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27d8b0559a39c7eb5ef7c3d37f58f7ed45629b55cb44722d495241fbbb315eb4 -size 97983 +oid sha256:5e3926efa6bca6e4f169ea07342e4a7ffe1a313565054cff83c18cc9f9a7d4bd +size 99658 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Attack_A_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Attack_A_Montage.uasset index d855014..fd9a005 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Attack_A_Montage.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Melee/Attack_A_Montage.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:540bbda8bd2b748bc2ce546b5615d2bcec075c05d7edeec62785a6a8a09a38c0 -size 97419 +oid sha256:6318ca457721a7df65eef5b8a408132c442c63764aa0e892f9239b638a3d7ed1 +size 101284 diff --git a/SwordNGun/Content/Characters/Protagonist/BP_Protagonist.uasset b/SwordNGun/Content/Characters/Protagonist/BP_Protagonist.uasset index fb72ae9..b141b89 100644 --- a/SwordNGun/Content/Characters/Protagonist/BP_Protagonist.uasset +++ b/SwordNGun/Content/Characters/Protagonist/BP_Protagonist.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61d07838aab97f03d905bf9ae5a89e8aae7b52c197a5358545003763ec635667 -size 111642 +oid sha256:78acb1d3629cf0d04e04cb0d334c093094d79d6a2f2c6c7788783363e472ba1b +size 143645 diff --git a/SwordNGun/Content/Core/Characters/AN_SetIgnoreCharacterMovement.uasset b/SwordNGun/Content/Core/Characters/AN_SetIgnoreCharacterMovement.uasset index 03ec720..4e49275 100644 --- a/SwordNGun/Content/Core/Characters/AN_SetIgnoreCharacterMovement.uasset +++ b/SwordNGun/Content/Core/Characters/AN_SetIgnoreCharacterMovement.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21566823f7f715298c4634911c102c4535dff8db656f6f3c2cef8259c5d9917d -size 30437 +oid sha256:be03e5ecf7c88cc24b6268dd11c69def28208caaee59f734688ac06c60901973 +size 2521 diff --git a/SwordNGun/Content/Core/Characters/AnimNotifies/AN_SetCanAct.uasset b/SwordNGun/Content/Core/Characters/AnimNotifies/AN_SetCanAct.uasset new file mode 100644 index 0000000..45ebcaa --- /dev/null +++ b/SwordNGun/Content/Core/Characters/AnimNotifies/AN_SetCanAct.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f6f8789d420edf37974550d0cf963f1a99e880abcc35f43da5e936779cf944 +size 38905 diff --git a/SwordNGun/Content/Core/Characters/AnimNotifies/AN_SetIgnoreCharacterMovement.uasset b/SwordNGun/Content/Core/Characters/AnimNotifies/AN_SetIgnoreCharacterMovement.uasset new file mode 100644 index 0000000..e363c5f --- /dev/null +++ b/SwordNGun/Content/Core/Characters/AnimNotifies/AN_SetIgnoreCharacterMovement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9d984f9dbf446a352537c0155e701c9adecfeb304c56db194a3ee04ea2f1e5 +size 39164 diff --git a/SwordNGun/Source/SwordNGun/Private/Characters/SNGCharacterBase.cpp b/SwordNGun/Source/SwordNGun/Private/Characters/SNGCharacterBase.cpp index 56ee54b..77466df 100644 Binary files a/SwordNGun/Source/SwordNGun/Private/Characters/SNGCharacterBase.cpp and b/SwordNGun/Source/SwordNGun/Private/Characters/SNGCharacterBase.cpp differ diff --git a/SwordNGun/Source/SwordNGun/Private/Characters/SNGProtagonist.cpp b/SwordNGun/Source/SwordNGun/Private/Characters/SNGProtagonist.cpp index cd8b85e..c3b8d41 100644 Binary files a/SwordNGun/Source/SwordNGun/Private/Characters/SNGProtagonist.cpp and b/SwordNGun/Source/SwordNGun/Private/Characters/SNGProtagonist.cpp differ diff --git a/SwordNGun/Source/SwordNGun/Public/Characters/SNGCharacterBase.h b/SwordNGun/Source/SwordNGun/Public/Characters/SNGCharacterBase.h index 52521d5..aba18fd 100644 Binary files a/SwordNGun/Source/SwordNGun/Public/Characters/SNGCharacterBase.h and b/SwordNGun/Source/SwordNGun/Public/Characters/SNGCharacterBase.h differ diff --git a/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h b/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h index c0e576e..51d72fe 100644 Binary files a/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h and b/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h differ