diff --git a/SwordNGun/Content/Characters/Protagonist/BP_Protagonist.uasset b/SwordNGun/Content/Characters/Protagonist/BP_Protagonist.uasset index 9dee506..b4c76d3 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:313faca3eaa319d312d1ae364ec5e932c9175fccfd25bfee417bacc88234e00e -size 115372 +oid sha256:c3327312455050452fe757f9456cb88cb70bfb7720fe5c53e3160a5b7cbe723d +size 115616 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 2aff237..8a678d1 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:fbcb78c96f3dfe7a0a1b7987c918d4b1b98f0ef11d676fbf4be742cec4649f35 -size 29108 +oid sha256:f99a3549e0cedc9b22ee9acf4a645d5628bdb0ff2ecc04180497aad22694ae71 +size 30408 diff --git a/SwordNGun/Source/SwordNGun/Private/Characters/SNGProtagonist.cpp b/SwordNGun/Source/SwordNGun/Private/Characters/SNGProtagonist.cpp index f6d6306..596fc3f 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/SNGWeaponInventoryComponent.cpp b/SwordNGun/Source/SwordNGun/Private/Components/SNGWeaponInventoryComponent.cpp new file mode 100644 index 0000000..f387cb5 Binary files /dev/null and b/SwordNGun/Source/SwordNGun/Private/Components/SNGWeaponInventoryComponent.cpp differ diff --git a/SwordNGun/Source/SwordNGun/Private/Components/SNGProtagonistState.cpp b/SwordNGun/Source/SwordNGun/Private/States/SNGProtagonistState.cpp similarity index 88% rename from SwordNGun/Source/SwordNGun/Private/Components/SNGProtagonistState.cpp rename to SwordNGun/Source/SwordNGun/Private/States/SNGProtagonistState.cpp index ec14a37..358a5d2 100644 Binary files a/SwordNGun/Source/SwordNGun/Private/Components/SNGProtagonistState.cpp and b/SwordNGun/Source/SwordNGun/Private/States/SNGProtagonistState.cpp differ diff --git a/SwordNGun/Source/SwordNGun/Private/Components/SNGState.cpp b/SwordNGun/Source/SwordNGun/Private/States/SNGState.cpp similarity index 98% rename from SwordNGun/Source/SwordNGun/Private/Components/SNGState.cpp rename to SwordNGun/Source/SwordNGun/Private/States/SNGState.cpp index b8b37c6..cdf0bad 100644 Binary files a/SwordNGun/Source/SwordNGun/Private/Components/SNGState.cpp and b/SwordNGun/Source/SwordNGun/Private/States/SNGState.cpp differ diff --git a/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h b/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h index bd39526..5eb757a 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/SNGStateMachineComponent.h b/SwordNGun/Source/SwordNGun/Public/Components/SNGStateMachineComponent.h index 86932e6..a5bfb5b 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 new file mode 100644 index 0000000..c4a7ed8 Binary files /dev/null and b/SwordNGun/Source/SwordNGun/Public/Components/SNGWeaponInventoryComponent.h differ diff --git a/SwordNGun/Source/SwordNGun/Public/Components/SNGProtagonistState.h b/SwordNGun/Source/SwordNGun/Public/States/SNGProtagonistState.h similarity index 92% rename from SwordNGun/Source/SwordNGun/Public/Components/SNGProtagonistState.h rename to SwordNGun/Source/SwordNGun/Public/States/SNGProtagonistState.h index d38d672..a4423d0 100644 Binary files a/SwordNGun/Source/SwordNGun/Public/Components/SNGProtagonistState.h and b/SwordNGun/Source/SwordNGun/Public/States/SNGProtagonistState.h differ diff --git a/SwordNGun/Source/SwordNGun/Public/Components/SNGState.h b/SwordNGun/Source/SwordNGun/Public/States/SNGState.h similarity index 100% rename from SwordNGun/Source/SwordNGun/Public/Components/SNGState.h rename to SwordNGun/Source/SwordNGun/Public/States/SNGState.h diff --git a/SwordNGun/Source/SwordNGun/Public/Weapons/SNGWeaponBase.h b/SwordNGun/Source/SwordNGun/Public/Weapons/SNGWeaponBase.h index 8c26f64..a2708e8 100644 Binary files a/SwordNGun/Source/SwordNGun/Public/Weapons/SNGWeaponBase.h and b/SwordNGun/Source/SwordNGun/Public/Weapons/SNGWeaponBase.h differ