diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagHit.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagHit.uasset index f32bc86..2881eb1 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagHit.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagHit.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e3e9abe94b31ed7b2672b6dfafaf6ad370b095c25972a78169a305a0f7d4d74 -size 5445 +oid sha256:56ef1181e85e76b93a39bc0629305334b39fbf41d7910dba9aa839b0176264e3 +size 5836 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagHitStun.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagHitStun.uasset index 17328f8..c39dc29 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagHitStun.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagHitStun.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ab71d8d3b8e19940fd610b1ce954d59f5c08ef1bc186d4b2c71ae3ab42bb3a0 -size 5494 +oid sha256:d46bdd074ee87c786f1dee75060511647af71c4ccbc05d01e774ad3852a3e98c +size 52537 diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagRootState.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagRootState.uasset index 82e59cb..209da8d 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:4fa5e3e1e9eb5793ce0977fcc71ac49050da746922c1ff96f01ea5c61da9694c -size 15722 +oid sha256:90bb85eb721d5aed6195fda41d3bab692366054f38dd00deaece337e8425e1b9 +size 31195 diff --git a/SwordNGun/Content/Maps/Test.umap b/SwordNGun/Content/Maps/Test.umap index 8f101e6..b58d4ce 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:29ea516ad4c2a25615067a744718bce9cf2fc6a55da7397ca06b166d617f4cf5 -size 631613 +oid sha256:a0ae31e2980abe3ca6fd7376199c61291b2d0df60cf13587c62fe73d78892f02 +size 638815 diff --git a/SwordNGun/Content/Maps/Test_BuiltData.uasset b/SwordNGun/Content/Maps/Test_BuiltData.uasset index 01f171d..e06f8ed 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:6ed93eb057f79771a397f9597e2f608f52a8fa81998f14209b99833f9903cfdd +oid sha256:ab864adbcc532b2fdfefa054105ff115aea6133ffb85aaae3f4ec36b2d40d357 size 2330061 diff --git a/SwordNGun/Source/SwordNGun/Private/Characters/SNGCharacterBase.cpp b/SwordNGun/Source/SwordNGun/Private/Characters/SNGCharacterBase.cpp index debd3a8..b191e60 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 f3043df..aae39f9 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/Private/Components/SNGHealthComponent.cpp b/SwordNGun/Source/SwordNGun/Private/Components/SNGHealthComponent.cpp new file mode 100644 index 0000000..a362b8e Binary files /dev/null and b/SwordNGun/Source/SwordNGun/Private/Components/SNGHealthComponent.cpp differ diff --git a/SwordNGun/Source/SwordNGun/Public/Characters/SNGCharacterBase.h b/SwordNGun/Source/SwordNGun/Public/Characters/SNGCharacterBase.h index 74563dc..12d5940 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 a0b4bd7..63e827d 100644 Binary files a/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h and b/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h differ diff --git a/SwordNGun/Source/SwordNGun/Public/Components/SNGHealthComponent.h b/SwordNGun/Source/SwordNGun/Public/Components/SNGHealthComponent.h new file mode 100644 index 0000000..b1016bc Binary files /dev/null and b/SwordNGun/Source/SwordNGun/Public/Components/SNGHealthComponent.h differ diff --git a/SwordNGun/Source/SwordNGun/Public/Components/SNGStateMachineComponent.h b/SwordNGun/Source/SwordNGun/Public/Components/SNGStateMachineComponent.h index a5bfb5b..1accf44 100644 Binary files a/SwordNGun/Source/SwordNGun/Public/Components/SNGStateMachineComponent.h and b/SwordNGun/Source/SwordNGun/Public/Components/SNGStateMachineComponent.h differ diff --git a/SwordNGun/Source/SwordNGun/Public/Components/SNGWeaponInventoryComponent.h b/SwordNGun/Source/SwordNGun/Public/Components/SNGWeaponInventoryComponent.h index 65ae95c..18cd85e 100644 Binary files a/SwordNGun/Source/SwordNGun/Public/Components/SNGWeaponInventoryComponent.h and b/SwordNGun/Source/SwordNGun/Public/Components/SNGWeaponInventoryComponent.h differ diff --git a/SwordNGun/Source/SwordNGun/Public/Interfaces/SNGEventProcessorInterface.h b/SwordNGun/Source/SwordNGun/Public/Interfaces/SNGEventProcessorInterface.h index 517af96..83a990f 100644 Binary files a/SwordNGun/Source/SwordNGun/Public/Interfaces/SNGEventProcessorInterface.h and b/SwordNGun/Source/SwordNGun/Public/Interfaces/SNGEventProcessorInterface.h differ diff --git a/SwordNGun/Source/SwordNGun/SNGTypes.h b/SwordNGun/Source/SwordNGun/SNGTypes.h index a8a366b..ccbe260 100644 Binary files a/SwordNGun/Source/SwordNGun/SNGTypes.h and b/SwordNGun/Source/SwordNGun/SNGTypes.h differ