From 9657f9135faa638fb0c82ca7281633be4fee9727 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 1 Apr 2024 20:19:39 +0200 Subject: [PATCH] Users can now set Volume for Master, FFX and Music in the Menu --- .../Content/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/MainMenu/UI_Materials/MPC_UI.uasset | 3 +++ .../Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset | 4 ++-- .../MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset | 4 ++-- .../MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset | 4 ++-- .../UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset | 3 +++ .../Content/MainMenu/UI_Materials/M_UI_Textures.uasset | 4 ++-- .../Content/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset | 3 +++ .../Content/MainMenu/UI_Materials/M_UI_Textures_Inst.uasset | 3 --- .../Content/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset | 3 +++ .../Content/MainMenu/UI_Materials/T_Plus.uasset | 3 +++ .../Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset | 4 ++-- .../Content/MainMenu/WB_AudioSettings.uasset | 3 +++ .../Content/MainMenu/WB_CustomSaveLoadScreen.uasset | 4 ++-- .../Content/MainMenu/Widget_SaveSlot.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap | 4 ++-- .../Content/Materials/DryGround/M_DryGround.uasset | 4 ++-- .../Content/Materials/DryGround/M_DryGround_Inst.uasset | 3 +++ .../Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset | 4 ++-- .../Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset | 4 ++-- .../Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset | 4 ++-- .../Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset | 4 ++-- .../Content/Materials/PostProcess/M_PP_Fog.uasset | 3 +++ .../Content/Materials/PostProcess/M_PP_Fog_Inst.uasset | 3 +++ .../Content/SoundClasses/MusicSoundClass.uasset | 2 +- .../Content/SoundClasses/SC_MasterSoundClass.uasset | 2 +- 26 files changed, 57 insertions(+), 33 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/MPC_UI.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Plus.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog_Inst.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset index 9b1b133..fb7125e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9895614f6f08f717ef343012853fcabfdaabd6529c3ba787e689a3a738a6823c -size 300861 +oid sha256:b8b15b8513317cd08ad6aaf357f9cf76909f466c24a059bd2b08322de0b09521 +size 337290 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/MPC_UI.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/MPC_UI.uasset new file mode 100644 index 0000000..8b7b3b2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/MPC_UI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78fe4af8651a7c47e268f0bd1ead0ef81d4d063f976b573741affd1b8436335 +size 1803 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset index f80d026..20b26ff 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df939d1ab9e28742ad756fa4ee3c47b5ee5fe6bec011cea3885ecb92e02741d0 -size 83509 +oid sha256:bda75d7a356b0e4b8cbc7dc562fc8b9d2dbea66adb59ed1570fe8e74cf7f4352 +size 85774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset index bf278a5..9227bf1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7a5650996eb4593f706e985a5d2e4e1a167bc1ac37f1982606177767ad2250f -size 167923 +oid sha256:6dde92852cd71f6dc10b38fdc6f97832511dac6b867cd7c4b51f0a897e33dd2e +size 177546 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset index 74e0b4d..f3ae9ce 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3148b31da785d5fd57a56cca4fa689de5593b35a563c9cab872a08da4e90a3fd -size 15434 +oid sha256:9cbc62367265b5ffdd1638393444567d0bc81eb715728b28d954fa3807a0e4ed +size 15529 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset new file mode 100644 index 0000000..cdcde64 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Liquid_Fill_Button_Inst_Volume.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb9716c42af1589a09ccc4097d308b56b2c8684c227ae3c1402629842fc13f3 +size 10216 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures.uasset index 032c524..dc5b1c1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4022e2756a17c8537aac76fc29de5175bc2991fee11dce3ea236e2ed94e73db -size 10619 +oid sha256:fde737c1b3678b57b5f2b7a34644bb251a9cb6978241c110422fe9382f1ecbba +size 10845 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset new file mode 100644 index 0000000..10d30b5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Arrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95b5cdfd16b6ff8beb0afaeaa10c8a4b23a1c827f20d7fb28da750de891362a +size 7825 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Inst.uasset deleted file mode 100644 index 323b3dc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07cb9833acfe5b7687dab0aa2bac4fd8cfad05b1408ce8800262cf6934cafffe -size 7819 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset new file mode 100644 index 0000000..75606c6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/M_UI_Textures_Plus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d442a70fd0f83929400c442c4ea5a7190176c3b4cb05a5feff7daed930952b +size 8373 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Plus.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Plus.uasset new file mode 100644 index 0000000..29a295b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/T_Plus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdfa9729d9bed3cdb89a880802f01d365b6073e50253c1f354d5915c9f341d4 +size 16452 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset index 0fb82fb..e58dbe6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Sound/MS_MainMenuMusic.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:367ad0ff2d27ec6f5b485bcaea65723fca982bb2c3299dc9fcb007f2f9e0b8e5 -size 47146 +oid sha256:cdd3dbac7455f4cd21a414bcac43c84a22885637fb3b492faff56cc73abfd413 +size 47448 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset new file mode 100644 index 0000000..f4a9054 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_AudioSettings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f87c579eb6f5e618263733801a11fb3cacd58f3ee76400e22f7d6afbee2eb7 +size 221930 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset index a9a85d0..49efa34 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/WB_CustomSaveLoadScreen.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29d297a599f29b2a60d93c89a23c2776618c1a6087d43328be61ce99d81a931f -size 474213 +oid sha256:9bc952c2c2db7f0865cfd8ea238076e9fdac5f8a6285eeaab8f04d2a7dd41389 +size 473405 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset index b229306..9298976 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:258db9e4044f6883a808fe2d314d17e87162920dbfb3d98b83ff27d1b1d8cf4c -size 134856 +oid sha256:92ee46418e67404a1f8fe2fbc264f34e3dfcc06916bca3bd63e3ef9f9c1e81e4 +size 135566 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap index 10db411..6261ca2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_MainMenu.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82f763af09261f5a5f112792c908793f9b9118f72cb6280bfc4dbfcce4668d80 -size 52966 +oid sha256:c7fbcd793cc181306472cb283d0a5d29673f19d8b655159f658766bd21afff06 +size 60883 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround.uasset index 89e68f1..7b80bb8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db574658d5ad90c055a33fb4377843b5701c4bb3032d24da6fc83502ccff122c -size 6289 +oid sha256:cb2ad24bbe770dadceb6b6102cdec808c9d15c1771764185b7ba793f1b8ec63f +size 29034 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround_Inst.uasset new file mode 100644 index 0000000..95cb87f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/M_DryGround_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c069436a81ccc4c94430a3a42f746fd6b850296a6ed47d16987ec050c1c860bf +size 11815 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset index 3b428ed..1206a64 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_diff_4k.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ab6c1935c50e0335b5689f47afa20f5007f2c140f424a21b96ffcc3a50c5eb1 -size 15371240 +oid sha256:d9b37b6b9e4f7e7526591d6aa0164473a7dc5a470502a83b8122b0c8838a8d45 +size 15374259 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset index cd32f75..ce19fee 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_disp_4k.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe5ee07b74345086e20f7c2b3208cb49d8e7de3d823dc5a43278c251ec89a928 -size 24715767 +oid sha256:070edf18aa14fbaa338e1a3be19cc9ce7a69124fd150b53b3317db72915bdcc6 +size 24718602 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset index a62576a..fef2b91 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_nor_gl_4k.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3eeae9b4c111adac3af49af9294c42ca8256c15c9c71088e270b34568fc33669 -size 74972029 +oid sha256:e4f71c3fbd878749eb626b7ff98bd82c32efcb80c60e222e6a9690d8f54cd58a +size 74976019 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset index a2e74c3..c73cd2f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/DryGround/mud_cracked_dry_03_rough_4k.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14d94e950c36c7d9089c8c3046b1c029415d52a9c51e1df59d08df460f13822d -size 17548041 +oid sha256:25c3d69853c66868ce222f74e71a74a94179191bc0840f5edffa2328684ace98 +size 17547883 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog.uasset new file mode 100644 index 0000000..1fbb73f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1ad45ab7b704f3aa4bf05198c894eccc1798523c0ae4e8854fcecfcc9ff5e4 +size 12077 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog_Inst.uasset new file mode 100644 index 0000000..73446c9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/PostProcess/M_PP_Fog_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ed6b207b7fabf75974b4cd95e13577e0f91995f7a3392e98b2711ec61910bb +size 7971 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/MusicSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/MusicSoundClass.uasset index f54959f..73a6d83 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/MusicSoundClass.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/MusicSoundClass.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:663611b332da3b42f5a50d99468bf82958ed35d9d21b8fe8633035e2170a962f +oid sha256:73edbd95b813321a441b22d117edea937f24f137542d80cc904f2684c51e8b60 size 1471 diff --git a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SC_MasterSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SC_MasterSoundClass.uasset index 052d39a..2faed54 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SC_MasterSoundClass.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/SoundClasses/SC_MasterSoundClass.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0176592019da413866a314d0e13ee70e3a9af493d0288d3ef894f6ea78c57f33 +oid sha256:adb73c6ecc23a0233ac82166230541203db069600ba3528d9fb1c9a3f4e0a89e size 1665