From a9d8ac05ea6a4ccf93805ae30ea16374c2d3b4d3 Mon Sep 17 00:00:00 2001 From: Kevin Poretti Date: Sun, 28 Feb 2021 00:38:14 -0500 Subject: [PATCH] Add player jump and dash [git-p4: depot-paths = "//depot/main/": change = 17] --- .../Locomotion/Roll_RootMotion.uasset | 3 +++ .../Locomotion/Roll_RootMotion_Montage.uasset | 3 +++ .../Locomotion/ThirdPersonIdle.uasset | 3 +++ .../Locomotion/ThirdPersonJump_Loop.uasset | 3 +++ .../Locomotion/ThirdPersonJump_Start.uasset | 3 +++ .../Locomotion/ThirdPersonRun.uasset | 3 +++ .../Locomotion/ThirdPersonWalk.uasset | 3 +++ .../Locomotion/ThirdPerson_IdleRun_2D.uasset | 3 +++ .../Locomotion/ThirdPerson_Jump.uasset | 3 +++ .../Animations/ThirdPersonIdle.uasset | 4 ++-- .../Animations/ThirdPersonJump_Loop.uasset | 4 ++-- .../Animations/ThirdPersonJump_Start.uasset | 4 ++-- .../Animations/ThirdPersonRun.uasset | 4 ++-- .../Animations/ThirdPersonWalk.uasset | 4 ++-- .../Animations/ThirdPerson_AnimBP.uasset | 4 ++-- .../Animations/ThirdPerson_IdleRun_2D.uasset | 4 ++-- .../Animations/ThirdPerson_Jump.uasset | 4 ++-- .../Protagonist/BP_Protagonist.uasset | 4 ++-- .../Mesh/UE4_Mannequin_Skeleton.uasset | 4 ++-- .../AN_SetIgnoreCharacterMovement.uasset | 3 +++ SwordNGun/Content/Maps/Test.umap | 4 ++-- SwordNGun/Content/Maps/Test_BuiltData.uasset | 4 ++-- .../Private/Characters/SNGCharacterBase.cpp | Bin 536 -> 1176 bytes .../Private/Characters/SNGProtagonist.cpp | Bin 3082 -> 8272 bytes .../Public/Characters/SNGCharacterBase.h | Bin 734 -> 894 bytes .../Public/Characters/SNGProtagonist.h | Bin 1634 -> 2332 bytes 26 files changed, 54 insertions(+), 24 deletions(-) create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/Roll_RootMotion.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/Roll_RootMotion_Montage.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonIdle.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonJump_Loop.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonJump_Start.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonRun.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonWalk.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPerson_IdleRun_2D.uasset create mode 100644 SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPerson_Jump.uasset create mode 100644 SwordNGun/Content/Core/Characters/AN_SetIgnoreCharacterMovement.uasset diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/Roll_RootMotion.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/Roll_RootMotion.uasset new file mode 100644 index 0000000..e0768a4 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/Roll_RootMotion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3f8395a771e58230a6fed7760c3cd37d816fc82ea01f159970db3ddee780ea +size 174271 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/Roll_RootMotion_Montage.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/Roll_RootMotion_Montage.uasset new file mode 100644 index 0000000..3c27285 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/Roll_RootMotion_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d8b0559a39c7eb5ef7c3d37f58f7ed45629b55cb44722d495241fbbb315eb4 +size 97983 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonIdle.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonIdle.uasset new file mode 100644 index 0000000..8c1fa87 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonIdle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413b5f44668b424ceacc8cc4e39e0b058d64e98713b8f3d433b459aeab2ceeda +size 148423 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonJump_Loop.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonJump_Loop.uasset new file mode 100644 index 0000000..cc3fc82 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonJump_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e49a6336cc029f8042acef923edae815322493357407317052fdad3975ec75 +size 121532 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonJump_Start.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonJump_Start.uasset new file mode 100644 index 0000000..30e9c04 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonJump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c1da7af24f92b0d5d22d6c5511799e63cc24429a0d1eef3289b961c8119cbb +size 117517 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonRun.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonRun.uasset new file mode 100644 index 0000000..19332df --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4664d78315018afefabd5d48f08413033aa833d44ba3f1f6ed639f38e4f00c8c +size 118934 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonWalk.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonWalk.uasset new file mode 100644 index 0000000..a3307ba --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPersonWalk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14054c59c2772e384346cc670634d64db15a8057e25255b9bc0534af42597263 +size 128197 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPerson_IdleRun_2D.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPerson_IdleRun_2D.uasset new file mode 100644 index 0000000..a5beeb4 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPerson_IdleRun_2D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e3472466fbae856db6dd5402b4f4cc3a2a17fb9c1df5c160f3e2327269445d +size 97796 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPerson_Jump.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPerson_Jump.uasset new file mode 100644 index 0000000..07bcc09 --- /dev/null +++ b/SwordNGun/Content/Characters/Protagonist/Animations/Locomotion/ThirdPerson_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8747960e3b92614f65e77a4b5f025fb0e47f58c24f14208e661ea9e433f414e0 +size 114121 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonIdle.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonIdle.uasset index de66980..27a43f4 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonIdle.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonIdle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0900bd310a26dfb5f696e4180a02819739bffc6e94e4a05a4b1aad6efbb55113 -size 141123 +oid sha256:04f91d85219e42cfd3573298a9915ab96f4dcc784a7d5c5e70c3153d35f94157 +size 1427 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonJump_Loop.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonJump_Loop.uasset index 5891721..9361232 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonJump_Loop.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonJump_Loop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76add46da954b01125de046df1ba1a7590f78a20a69e166c32656f32894d8120 -size 113973 +oid sha256:e95969d647e35f27378f107ca12e57c1a89082881f48e1e20210e3d1decf5a1b +size 1462 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonJump_Start.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonJump_Start.uasset index be7b4da..5b7206b 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonJump_Start.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonJump_Start.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5527a6f88a882434c8a6f196d12149702e3d9b07eecc1de684484eda8bf6d986 -size 109908 +oid sha256:209ae33d7915371d011796aabb8ce7e03592589b483c5183ac5dac0f76b4d8f1 +size 1469 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonRun.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonRun.uasset index 8d0ac8b..2b722f9 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonRun.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonRun.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c6ccd3329c182d12ed6302629a52bff10a73523ed966f841fec7b4d56845ed8 -size 111125 +oid sha256:b1aa0d8007ea515c1c59c6865728dd49c0855ea1ed779dd2ed02a75178cf776f +size 1420 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonWalk.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonWalk.uasset index 10e6e3a..0955385 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonWalk.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPersonWalk.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6f9c8890c26bc8793dabfe550cd9a2d406c29c405ea18dfb2ca5d20fcd66e1c -size 121605 +oid sha256:f1f4954c31e937e46a0f3e1cb4c85536addde4306942265791daad6f21d4835a +size 1427 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPerson_AnimBP.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPerson_AnimBP.uasset index c1af08e..673d21b 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPerson_AnimBP.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPerson_AnimBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13448251c4fd6bc990f25df6403d4c5c8472b9b956634d4a3eca1d0d500ef16e -size 231713 +oid sha256:c981eb32d12e2cd4c69fef2a151bafcb0fc422e42a97fa81c37f45c56a2b727f +size 243158 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPerson_IdleRun_2D.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPerson_IdleRun_2D.uasset index b8035f9..d65c282 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPerson_IdleRun_2D.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPerson_IdleRun_2D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a1a47f6193114a4a802ec9aa0d67715aa2f34c7dcc66d72096bb704ede3ea29 -size 90366 +oid sha256:167a46fd2c8165dee25943a21e9cceb14c0076254f6ee040e8317360c55c1048 +size 1476 diff --git a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPerson_Jump.uasset b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPerson_Jump.uasset index 8166945..cd07900 100644 --- a/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPerson_Jump.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Animations/ThirdPerson_Jump.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:875ebfaf0a6db414ea62c6cd5031e9c5aa553f288bea744294741aa954593c6c -size 107469 +oid sha256:26fa24f3cb648a8506282d66ce0fc0080673e62bfdbe397ea5b64733a7b2ea25 +size 1434 diff --git a/SwordNGun/Content/Characters/Protagonist/BP_Protagonist.uasset b/SwordNGun/Content/Characters/Protagonist/BP_Protagonist.uasset index e4df0e3..fb72ae9 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:09f6d216f67d1116b694ac42e7b6f3090144a56a398d026418abfe6c10f770e3 -size 116827 +oid sha256:61d07838aab97f03d905bf9ae5a89e8aae7b52c197a5358545003763ec635667 +size 111642 diff --git a/SwordNGun/Content/Characters/Protagonist/Character/Mesh/UE4_Mannequin_Skeleton.uasset b/SwordNGun/Content/Characters/Protagonist/Character/Mesh/UE4_Mannequin_Skeleton.uasset index 7d846a3..0e3a07f 100644 --- a/SwordNGun/Content/Characters/Protagonist/Character/Mesh/UE4_Mannequin_Skeleton.uasset +++ b/SwordNGun/Content/Characters/Protagonist/Character/Mesh/UE4_Mannequin_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a39e6f46fb688aed65bf770f55b21de3cbe347d7bea61f2538e6674eb5b9c2f -size 21686 +oid sha256:d026744555f298f14c8b197b12d5dc39832ba0f2049aed590f1e034153478652 +size 22821 diff --git a/SwordNGun/Content/Core/Characters/AN_SetIgnoreCharacterMovement.uasset b/SwordNGun/Content/Core/Characters/AN_SetIgnoreCharacterMovement.uasset new file mode 100644 index 0000000..03ec720 --- /dev/null +++ b/SwordNGun/Content/Core/Characters/AN_SetIgnoreCharacterMovement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21566823f7f715298c4634911c102c4535dff8db656f6f3c2cef8259c5d9917d +size 30437 diff --git a/SwordNGun/Content/Maps/Test.umap b/SwordNGun/Content/Maps/Test.umap index 8217bda..8f101e6 100644 --- a/SwordNGun/Content/Maps/Test.umap +++ b/SwordNGun/Content/Maps/Test.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:994d1696304c104fedd354aae03d5274bde8dd5fde5a13af6946cce0848659a8 -size 632757 +oid sha256:29ea516ad4c2a25615067a744718bce9cf2fc6a55da7397ca06b166d617f4cf5 +size 631613 diff --git a/SwordNGun/Content/Maps/Test_BuiltData.uasset b/SwordNGun/Content/Maps/Test_BuiltData.uasset index 17c1053..01f171d 100644 --- a/SwordNGun/Content/Maps/Test_BuiltData.uasset +++ b/SwordNGun/Content/Maps/Test_BuiltData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8bf1607db154c698a423ca43a91e03eb74788e9173818f873f8c9cece738957 -size 2329681 +oid sha256:6ed93eb057f79771a397f9597e2f608f52a8fa81998f14209b99833f9903cfdd +size 2330061 diff --git a/SwordNGun/Source/SwordNGun/Private/Characters/SNGCharacterBase.cpp b/SwordNGun/Source/SwordNGun/Private/Characters/SNGCharacterBase.cpp index 487219733b6623e84716fddfe1b42dcae0296b40..56ee54bb62840bcd63b0eb32cf9133683f3ba50b 100644 GIT binary patch literal 1176 zcmds#?@9tu5XH~e?I{+6s35IA8U-355=LMzpsS{}{z2D`h#shytbQ|_sj21XSnl3? zXXc(cb7nr?3o0not;QPaL2X4!xYzZ>eXJJeJyu0i4cITSj`WPDr+alh_6_@~j#($1 zuE9w0TJ)`Bw24Zv>@0k{9uX-9x5bN4Ik3BGfZT8nZB7%o)pbMmRbQF72`}@!%6%he z)zq;kctgkT5IH52)s=F#oNc_ur}QU&QN=By_I2QRFa8e|z}$2#qtz;l7P=UN5S50` zD{@{jmOGS*^e96NiAq^xN9njWeeQYB5_s2o>hsnjO0JuAZHAFo6XhCYx%$GHc|x6o zZpy^2;+Z3wA^|wo0?NG6YoDp|(v(nTmlj9Rt|> zj(VgEI%s*T%%iC}=2l}j-KtndbUPvAyw*9FSFbwzTkR?DdOq{p&Bf--)+JMLkwFu5 Z(=)_6S>oGTnx6mKfpt~Srs8KOJ^{DIzbF6z delta 18 UcmbQiIfG>b9}`zC0~Ztm041FQtpET3 diff --git a/SwordNGun/Source/SwordNGun/Private/Characters/SNGProtagonist.cpp b/SwordNGun/Source/SwordNGun/Private/Characters/SNGProtagonist.cpp index 71c86f29e7aff83ceb5fdecf21f7a3993b54ea14..cd8b85eb0bb08f09c38d9ad737ceee2bb75b42f0 100644 GIT binary patch literal 8272 zcmeHMZF3Vx4BoHTUvW)mm`e*G@G-Q^xJe8tkY*sEFJC&2Z5)>*&NvP!WcWe+$+piU zS=Qd2eLieY>CjHb@p)IPl^$s&t?sWs?}ob}4F_Qu2I2S64ec<(?-$`3zlWiN=UezZ z3RmGA-`g0y2yZdd54~_Av>z~jKWyT24^L0P;|*p>eIPu#pc-N1i|Fqwp=gIw@a~V~}df_pi zPN9SHcMj85KaqXTKs$mY@vmo)WQ5(Hg5p^A7y=dNMqL|~vTud0ITTq~7u{~;egpnf)!hVOvz2qRY*e=z1p8578OfpOZa2cARl zr;X1rN}Rj+&>y&d8?#-}yDNCU!t)id9D&Cb_8#D49`tQEs>S(X$ROoz_!<8**s_i^ zYrtiFqD7q*cfvz(rWLQCR|DVlq&DnF+fu_UJcs-PJe9Tgy%aHG%ysnCGWB9uRr4&O zR85`7r<%47GIbC(jNXfH5vMmmvoG;u{yBICT6$~~-$O(mMu84&(#G#|Iq7M51y37b zhTixR-;5mH!U=hbamIx_pGNotl3b3x*w^OIK_5G0VGndB%^vo?z%C<<_V7&Ex*`|- zPkq78W+HR+uOTRnv!aoVX`A9>^gKPc)T0lM*U@-iG*%yaggNy`dMM-bDgNkpj108g zGz$8$?xDO$Yx2~W;1@`FjeRx|RW^alZ9#pyv>QRGNn`ZBX9I|JCYaiJb8It2iusY1 z(NeX|+x8{!usE2_#8c&4A8X;hqqr>Rv(I5e&4i2ltMmBZS3f6Tb-R8#Ki!d-cp@=_ zG3#a=jWphUxkSWk;=K9kOTo$F8)Bt>$jr=mic0fW(Rv_OwOo`;Y@0}3$L!%%VmU9=jk~OM zUt>Sz&=d^LP_Z#v&Xzf@(UR~U67i2(=QTI~WY%S#V});doh!^=`FsG~ThP7%N>;-8 zH5ojJ`TwLa?zxC^*zUXqTw*8t9q)65iu5 z*V(s~6gg}QtM{=og}QQ{YTD_UA+jUz zq91oBJUddg(4Tvlu@zb`$CVG!W|d}V%B`P)tKKafYem{~YcX2PuL?Ea`!02&1*JDj z)~|LxpL$EJ7uU*WwS3)Vb%s~NF$OW_T01)(Z)wwc(gPoi{ikT{{O-&nT~dHloBQDeuE&U6~nTde@;$t2z5-a#}n)GpqbJZiafUioTsk*{%O+ zB1K-BvK?dpE^6ZTUrr0>v&bp+)z#9k`gDFw|HpfCR^hRxcht&VHg*lF<{9Pd^2(n@ z_A<3Q%xY~B$?ESLdr#d}?E8F=I`JG8q*=5oCo?MX9>d!apKoDRRZpE-PtT8@-B%^6 z`{tU+wy2!WXLT|jj(d5FNv2&d`fagyr@bim-PK9Vd&&SewIlfNs--@F|BU3;QI=fe z_+mcc9Rm9B55SyvER}vwZee`$!@COaYMq6=#JDbtbY51wYpzyS<7%>cwevCY)ZY7K zxq5`}!1%VNB~eX#>mA^lkAKB1<{bq3R~xJSmddw6T9ePFihDS-dFS)&s&jo&Mz6NK zM{bBG=pyjVPW;ZW+>v1qnQzP31z?|Ccko^owPv)PjZ5`x8dwEq(fT4n%y9S6Z}*P- z?aAGpac!)JQc=24-H)vTM) zyxw2++Z@Vk6dwOABbu~HR3(%p+mK!i-+2;+et3ry68r1F$rGv(p5+ZGP~u;;N3g@! OgYMdKTFfsrQvD4{p=y-? delta 104 zcmccM&?Pb9!DKnczRgTbXPCH?8S)wO7>XH67!)SIW!0X%K{x_gZ1Y>ziHyhs*c1W9 Uj!ur_Y}woou!UNv2QVavu$rK2I`K-L#?qsRFJfac{|__s{=E9{ z!Q diff --git a/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h b/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h index cd23d71a515c069d2ede1eda26eb5f121e1c41cf..c0e576e3422a96dce29f85c7b291e455fb64d7a7 100644 GIT binary patch delta 566 zcmb7C%}T>S7#z_pR6K~MN)HCTRH@i|p+%?>K@t3EPZmPcKbqQ-T~SYY0FUd@lTXm6 z@IibMXLlQEss|;9?3Zt5zWHYJx$(9&D~Of6K3Xg8oFK#y3JrA8Lx2ZFtRyaR&(pJh zS*<6>JP$EuSMfbzC9#Wrtn5jbTC3GLo+{tx&8pxb~|&`A*8P7_PzkRTxWj( delta 32 mcmbOu^oVDJ1nXo27PiUv*tjMquvJX{#J-E8mcg2V3kU(R6A42A