From f495cb61f254b2eb8e35ecb0245df419a468fbe8 Mon Sep 17 00:00:00 2001 From: Rafal Swierczek Date: Fri, 15 Mar 2024 03:43:38 +0000 Subject: [PATCH] Imported Mixamo Brian Char with Silly Dance Anim --- .../AI/PartyCrowd/Brian/BP_BasePartyCharacter_Brian.uasset | 3 +++ .../Content/AI/PartyCrowd/Brian/Character/BrianChar.uasset | 3 +++ .../PartyCrowd/Brian/Character/BrianChar_PhysicsAsset.uasset | 3 +++ .../AI/PartyCrowd/Brian/Character/BrianChar_Skeleton.uasset | 3 +++ .../AI/PartyCrowd/Brian/Character/Ch01_1001_Diffuse.uasset | 3 +++ .../Brian/Character/Ch01_1001_Diffuse_ncl1_1.uasset | 3 +++ .../AI/PartyCrowd/Brian/Character/Ch01_1001_Glossiness.uasset | 3 +++ .../AI/PartyCrowd/Brian/Character/Ch01_1001_Normal.uasset | 3 +++ .../PartyCrowd/Brian/Character/Ch01_1001_Normal_ncl1_1.uasset | 3 +++ .../AI/PartyCrowd/Brian/Character/Ch01_1001_Specular.uasset | 3 +++ .../Content/AI/PartyCrowd/Brian/Character/Ch01_body.uasset | 3 +++ .../Content/AI/PartyCrowd/Brian/Character/Ch01_hair.uasset | 3 +++ .../Content/AI/PartyCrowd/Brian/Character/IK_BrianChar.uasset | 3 +++ .../PartyCrowd/Brian/Character/RTG_BrianChar_Mannequin.uasset | 3 +++ .../PartyCrowd/Brian/Character/RTG_Mannequin_BrianChar.uasset | 3 +++ .../AI/PartyCrowd/Brian/PartyAnims/Silly_Dancing.uasset | 3 +++ .../PartyCrowd/Brian/PartyAnims/Silly_Dancing_Montage.uasset | 3 +++ .../AI/PartyCrowd/Brian/RetargetedABP/ABP_Brian.uasset | 3 +++ .../AI/PartyCrowd/Brian/RetargetedABP/BS_MM_WalkRun.uasset | 3 +++ .../AI/PartyCrowd/Brian/RetargetedABP/MM_Fall_Loop.uasset | 3 +++ .../Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Idle.uasset | 3 +++ .../Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Jump.uasset | 3 +++ .../Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Land.uasset | 3 +++ .../AI/PartyCrowd/Brian/RetargetedABP/MM_Run_Fwd.uasset | 3 +++ .../AI/PartyCrowd/Brian/RetargetedABP/MM_Walk_Fwd.uasset | 3 +++ .../AI/PartyCrowd/Brian/RetargetedABP/MM_Walk_InPlace.uasset | 3 +++ .../Content/Characters/Mannequins/Meshes/IK_Mannequin.uasset | 2 +- EndlessVendetta/Content/Levels/Apartment_hit.umap | 4 ++-- 28 files changed, 81 insertions(+), 3 deletions(-) create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/BP_BasePartyCharacter_Brian.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/BrianChar.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/BrianChar_PhysicsAsset.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/BrianChar_Skeleton.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Diffuse.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Diffuse_ncl1_1.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Glossiness.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Normal.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Normal_ncl1_1.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Specular.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_body.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_hair.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/IK_BrianChar.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/RTG_BrianChar_Mannequin.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/RTG_Mannequin_BrianChar.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/PartyAnims/Silly_Dancing.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/PartyAnims/Silly_Dancing_Montage.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/ABP_Brian.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/BS_MM_WalkRun.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Fall_Loop.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Idle.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Jump.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Land.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Run_Fwd.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Walk_Fwd.uasset create mode 100644 EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Walk_InPlace.uasset diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/BP_BasePartyCharacter_Brian.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/BP_BasePartyCharacter_Brian.uasset new file mode 100644 index 00000000..55d2326c --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/BP_BasePartyCharacter_Brian.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dcd831b685c4fac6883636be49f287281d03a5f9dadb6a8c259798fd5c7e1c0 +size 35005 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/BrianChar.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/BrianChar.uasset new file mode 100644 index 00000000..a5f3d9a9 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/BrianChar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56fe4f0b9c4905039128712c380466945311a357c5afa33395c48eed7d9f133 +size 6741417 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/BrianChar_PhysicsAsset.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/BrianChar_PhysicsAsset.uasset new file mode 100644 index 00000000..17826c66 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/BrianChar_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7421dab39302c6bb69d6847cc965214c5bc1c50000a3429559ccfe0663bab1 +size 30956 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/BrianChar_Skeleton.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/BrianChar_Skeleton.uasset new file mode 100644 index 00000000..b7c66c00 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/BrianChar_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63ce513901d7312a6847ab7287d1fd47b5977596403bc2598c727cc3803b497 +size 29193 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Diffuse.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Diffuse.uasset new file mode 100644 index 00000000..c918a0a1 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e44e56cdfd66c4eda000589d21620ee6e71e55667ca6377cf96836fdd02f450 +size 19380095 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Diffuse_ncl1_1.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Diffuse_ncl1_1.uasset new file mode 100644 index 00000000..5e5534c9 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Diffuse_ncl1_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a3d18ab6ffbc61c29d5c51c13f272bf4dee8bc4761929b48885aeaa85c42d9 +size 19380126 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Glossiness.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Glossiness.uasset new file mode 100644 index 00000000..38eebf97 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Glossiness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a32b923536e4368a474fed6fa4f723a96d897a289ebbace9adb97313ad31b8 +size 7199747 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Normal.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Normal.uasset new file mode 100644 index 00000000..7df9573f --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f826d5e6646619a16d3eda2ea428eb372179af270e9a8a3a6c57ad19c94951a6 +size 27760639 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Normal_ncl1_1.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Normal_ncl1_1.uasset new file mode 100644 index 00000000..5a9dea83 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Normal_ncl1_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815bf87a6b7d9153f8a2b96ecfd6dfb93508c6deb3038e9ae464ef9180e8aae5 +size 27760670 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Specular.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Specular.uasset new file mode 100644 index 00000000..0e63a682 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_1001_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39076978ddb470b14b939613f574590cbd87962c9e8d4e167f4ccb7de294e00 +size 348010 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_body.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_body.uasset new file mode 100644 index 00000000..712dbcb8 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04aa450e0308616fa3a35dfba130d48827cca16042ecb87ce2d0a3b24c7fd178 +size 13606 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_hair.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_hair.uasset new file mode 100644 index 00000000..ec0b0d7b --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/Ch01_hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9eddcdc6dd6919c4b8adb24f2377294aaed9cfe2049ae30bb30342c338b26dc +size 11553 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/IK_BrianChar.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/IK_BrianChar.uasset new file mode 100644 index 00000000..3eea4651 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/IK_BrianChar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861c6a4565dfdc2e4aff47ee14826ee035b7fe891b9e41b5762053d41137f989 +size 64254 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/RTG_BrianChar_Mannequin.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/RTG_BrianChar_Mannequin.uasset new file mode 100644 index 00000000..63fd0b5c --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/RTG_BrianChar_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023f5bcbe129ac06b14fe8e032d424018f50f9baf95f9dfae20a49958d3c6288 +size 36064 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/RTG_Mannequin_BrianChar.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/RTG_Mannequin_BrianChar.uasset new file mode 100644 index 00000000..caa27ef4 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/Character/RTG_Mannequin_BrianChar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2a9a49348360c20032ef8d59695b329481e57bc5c9688fca5a3aef1874e113 +size 14991 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/PartyAnims/Silly_Dancing.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/PartyAnims/Silly_Dancing.uasset new file mode 100644 index 00000000..28a95812 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/PartyAnims/Silly_Dancing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59149278de4b7b47a0aa1b6103715a5cb3a9bf041d00466557f38490d233b231 +size 618926 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/PartyAnims/Silly_Dancing_Montage.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/PartyAnims/Silly_Dancing_Montage.uasset new file mode 100644 index 00000000..d628524b --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/PartyAnims/Silly_Dancing_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7a720cf31ef86792faf5243d71cfd906c83f7ddd0a3b41a74fa2923481b80e +size 9611 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/ABP_Brian.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/ABP_Brian.uasset new file mode 100644 index 00000000..c653490f --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/ABP_Brian.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5472fc56dc19b4909d24c1b308f3972df8c98b48e7670e487d3bb33e5cfa19 +size 357187 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/BS_MM_WalkRun.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/BS_MM_WalkRun.uasset new file mode 100644 index 00000000..01bd6e94 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/BS_MM_WalkRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081b390a41a48196fd0d846f2f28a013d6678611a0e5e2e95cbbde53cd8a3ec0 +size 9634 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Fall_Loop.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Fall_Loop.uasset new file mode 100644 index 00000000..78baa2f4 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Fall_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228285c18d1781b7e6410ce7b5375159ab1d50289d4301184958283ce4257249 +size 279419 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Idle.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Idle.uasset new file mode 100644 index 00000000..2fd80376 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4377442b698a718d3c45f3d8d7a5ad2fc243d3b68aae21fe7b051ab4135a4854 +size 641179 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Jump.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Jump.uasset new file mode 100644 index 00000000..c160a8f4 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818810f4db458c66cf99f97a482364d73b1875a2e6888e02a5df8f57ebc535ba +size 110183 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Land.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Land.uasset new file mode 100644 index 00000000..113d85a3 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b221f3fe211f3f1f489a7289257cf3bf5222e135e0200079a871121f0ff72c93 +size 111016 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Run_Fwd.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Run_Fwd.uasset new file mode 100644 index 00000000..864ce7e2 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Run_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558121ea5d912098851b14080703429571bc8ccb16b3d753a9dc152c405d27ef +size 193216 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Walk_Fwd.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Walk_Fwd.uasset new file mode 100644 index 00000000..c302c2a9 --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Walk_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e4af89030039d2daf97b5ab7c3ff884c07efbc7e9723ca453454a8e70802be +size 259592 diff --git a/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Walk_InPlace.uasset b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Walk_InPlace.uasset new file mode 100644 index 00000000..f62309eb --- /dev/null +++ b/EndlessVendetta/Content/AI/PartyCrowd/Brian/RetargetedABP/MM_Walk_InPlace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38afc766079dba70971e9b42869ea82e81e7027223c9ad9c10090f299ba258b +size 258084 diff --git a/EndlessVendetta/Content/Characters/Mannequins/Meshes/IK_Mannequin.uasset b/EndlessVendetta/Content/Characters/Mannequins/Meshes/IK_Mannequin.uasset index 95fc9260..b8e9510b 100644 --- a/EndlessVendetta/Content/Characters/Mannequins/Meshes/IK_Mannequin.uasset +++ b/EndlessVendetta/Content/Characters/Mannequins/Meshes/IK_Mannequin.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7348256548f0a95b84fd2233c07aebbb098a3cd0a11a5dab1cdedd8087847758 +oid sha256:e09995271591f00bb4d10904396f9be8b331ef8719b98fd5ac2045c3d75aa4d3 size 83291 diff --git a/EndlessVendetta/Content/Levels/Apartment_hit.umap b/EndlessVendetta/Content/Levels/Apartment_hit.umap index 6bcfaaf0..8891ec1c 100644 --- a/EndlessVendetta/Content/Levels/Apartment_hit.umap +++ b/EndlessVendetta/Content/Levels/Apartment_hit.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7df8f89a5fd2ddb24ee877a5ce23c7d27f437a4672c144bc653150275978d31c -size 858574 +oid sha256:74e72605fe3b27445233d42cf9ceaca9a641d293ec4264f5ef85ee2e3275d984 +size 860464