diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/ShooterCore.uplugin b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/ShooterCore.uplugin new file mode 100644 index 0000000000000000000000000000000000000000..2d3441571e24c4791305c35018e157b7c02f6873 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/ShooterCore.uplugin @@ -0,0 +1,65 @@ +{ + "FileVersion": 3, + "Version": 1, + "VersionName": "1.0", + "FriendlyName": "ShooterCore", + "Description": "Gameplay systems for Game1 / Shooter Game", + "Category": "Game Features", + "CreatedBy": "Epic Games, Inc.", + "CreatedByURL": "https://www.epicgames.com", + "DocsURL": "", + "MarketplaceURL": "", + "SupportURL": "", + "CanContainContent": true, + "IsBetaVersion": false, + "IsExperimentalVersion": false, + "Installed": false, + "ExplicitlyLoaded": true, + "EnabledByDefault": false, + "BuiltInInitialFeatureState": "Registered", + "Modules": [ + { + "Name": "ShooterCoreRuntime", + "Type": "Runtime", + "LoadingPhase": "Default" + } + ], + "Plugins": [ + { + "Name": "GameplayAbilities", + "Enabled": true + }, + { + "Name": "ModularGameplay", + "Enabled": true + }, + { + "Name": "GameplayMessageRouter", + "Enabled": true + }, + { + "Name": "AsyncMixin", + "Enabled": true + }, + { + "Name": "CommonUI", + "Enabled": true + }, + { + "Name": "CommonGame", + "Enabled": true + }, + { + "Name": "GameSubtitles", + "Enabled": true + }, + { + "Name": "EnhancedInput", + "Enabled": true + }, + { + "Name": "LyraExampleContent", + "Enabled": true + } + ] +} \ No newline at end of file diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/ShooterExplorer.uplugin b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/ShooterExplorer.uplugin new file mode 100644 index 0000000000000000000000000000000000000000..0e0de39df38d662846836d4b264e51f38eb011c4 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/ShooterExplorer.uplugin @@ -0,0 +1,30 @@ +{ + "FileVersion": 3, + "Version": 1, + "VersionName": "1.0", + "FriendlyName": "ShooterExplorer", + "Description": "Builds onto ShooterCore, adding adventure elements.", + "Category": "Game Features", + "CreatedBy": "Epic Games, Inc.", + "CreatedByURL": "https://www.epicgames.com", + "DocsURL": "", + "MarketplaceURL": "", + "SupportURL": "", + "CanContainContent": true, + "IsBetaVersion": false, + "IsExperimentalVersion": false, + "Installed": false, + "EnabledByDefault": false, + "ExplicitlyLoaded": true, + "BuiltInInitialFeatureState": "Registered", + "Plugins": [ + { + "Name": "ShooterCore", + "Enabled": true + }, + { + "Name": "LyraExampleContent", + "Enabled": true + } + ] +} \ No newline at end of file diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/3F/SMK9WD01LATU98EOCN49P.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/3F/SMK9WD01LATU98EOCN49P.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4ec0939a0594b566f82390650bdcceb9f6a2682f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/3F/SMK9WD01LATU98EOCN49P.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/3Z/CL2Z777DXRF6AX5VB685F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/3Z/CL2Z777DXRF6AX5VB685F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..20253577e2a4140cdb32ef23bd93db985c8e9d35 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/3Z/CL2Z777DXRF6AX5VB685F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/5D/XDE8KS95YOJDB057MNOOK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/5D/XDE8KS95YOJDB057MNOOK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..96b69ef70aabca7f6d11c06e6b415fb6ca1d59aa Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/5D/XDE8KS95YOJDB057MNOOK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/8N/09JDGQPXG0TA6C5GUFWMZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/8N/09JDGQPXG0TA6C5GUFWMZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b32d1226052a2933173f655c936a9444ec7c5d66 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/8N/09JDGQPXG0TA6C5GUFWMZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/BG/H13Y14O42V28R6A3Z58EM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/BG/H13Y14O42V28R6A3Z58EM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..50c7c8abe0d9f3d7b1cdda4de5d1832c3ad55aeb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DR/BG/H13Y14O42V28R6A3Z58EM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DS/3R/DS49M0ZJMX4W2PPST4P3M.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DS/3R/DS49M0ZJMX4W2PPST4P3M.uasset new file mode 100644 index 0000000000000000000000000000000000000000..531017fefa8a44f1f68bed70d51e02391415f312 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DS/3R/DS49M0ZJMX4W2PPST4P3M.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DS/IW/CKRBSP70AZ97BHJ76OWWE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DS/IW/CKRBSP70AZ97BHJ76OWWE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a5fa404b5064f73e58008e5d8552b9151d466cfb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DS/IW/CKRBSP70AZ97BHJ76OWWE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DS/M2/W1R3WKQU2RRLO1AM1WTRT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DS/M2/W1R3WKQU2RRLO1AM1WTRT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5305713bc5c8ede42532cb2f1b15d74d90e07241 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DS/M2/W1R3WKQU2RRLO1AM1WTRT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DT/4D/VFLOPG0FSU9TMYUPJKFYR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DT/4D/VFLOPG0FSU9TMYUPJKFYR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3020bd0ef16fa915122a2c1c0b5d532a5463de87 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DT/4D/VFLOPG0FSU9TMYUPJKFYR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DT/AH/G82NG8KKEYMR1HZDXFGU3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DT/AH/G82NG8KKEYMR1HZDXFGU3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8a0412ff3878bf01e26e1b8773584c2a3dce0b3a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DT/AH/G82NG8KKEYMR1HZDXFGU3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DT/H6/KSSJBVX5GYAFNJ3BG2N93.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DT/H6/KSSJBVX5GYAFNJ3BG2N93.uasset new file mode 100644 index 0000000000000000000000000000000000000000..faaa9b81934e897f4ff7fb9128c2c25907e7147a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DT/H6/KSSJBVX5GYAFNJ3BG2N93.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DT/P2/GIDRQZIVJOHJKGXXISGJZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DT/P2/GIDRQZIVJOHJKGXXISGJZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fce81c23003ea58f3641193855352c653c0165c7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DT/P2/GIDRQZIVJOHJKGXXISGJZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DU/D1/076GRVQRWRHPBG3X7SM5F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DU/D1/076GRVQRWRHPBG3X7SM5F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..232d40243a5754d6a94f66e841f6b0c622ad8e14 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DU/D1/076GRVQRWRHPBG3X7SM5F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DU/H3/AX3IZ02TL5QPG24UHLPEP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DU/H3/AX3IZ02TL5QPG24UHLPEP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..66932fed88d0e69e6fe66fdd2e02366b5ea65434 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DU/H3/AX3IZ02TL5QPG24UHLPEP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DU/VC/B9KQGDRNK9Q8IMTCJRYKO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DU/VC/B9KQGDRNK9Q8IMTCJRYKO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b2c657c3c16607163a5288ab67fce1bb2cd4c4b9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DU/VC/B9KQGDRNK9Q8IMTCJRYKO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/49/LC3IG28VA40LPIJBWU8I6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/49/LC3IG28VA40LPIJBWU8I6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d82bff29602eeece7a47c0d733aa70fdc827f16d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/49/LC3IG28VA40LPIJBWU8I6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/JU/PSG84VWC2Z5O48B6372W2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/JU/PSG84VWC2Z5O48B6372W2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3772a5edcdd3fe4d82a332df26519d6ba46d253d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/JU/PSG84VWC2Z5O48B6372W2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/K1/NJ6AG1HBDAP7JTKICIG04.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/K1/NJ6AG1HBDAP7JTKICIG04.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a86e36ac4625942a6bf196c00554a94f2449041d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/K1/NJ6AG1HBDAP7JTKICIG04.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/UC/J9S6H8RC8EM740LDXHOSB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/UC/J9S6H8RC8EM740LDXHOSB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b8858bea468cacc125fe9bf205e94412a99dba9f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/UC/J9S6H8RC8EM740LDXHOSB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/VX/9GNYZP6AMDSHKUS2FVO5V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/VX/9GNYZP6AMDSHKUS2FVO5V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..88d93a501766060ac8f85bb74c2f2a282b18ddf9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/VX/9GNYZP6AMDSHKUS2FVO5V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/YE/3P66OT5YWC0R072S8WB2K.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/YE/3P66OT5YWC0R072S8WB2K.uasset new file mode 100644 index 0000000000000000000000000000000000000000..42b5af59685e7bb8d971b3a1723d0465a677daf8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/YE/3P66OT5YWC0R072S8WB2K.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/YF/L46ZZOQ8NBIX123HVZ7YM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/YF/L46ZZOQ8NBIX123HVZ7YM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a3989bc26d6767f6d75c723efc77f420e06ae2c1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DV/YF/L46ZZOQ8NBIX123HVZ7YM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DW/A1/JTOCQWWZIEPQWOTA7UTSQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DW/A1/JTOCQWWZIEPQWOTA7UTSQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7c7eac73241284d9768620bcf3a0f2cfb87b9580 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DW/A1/JTOCQWWZIEPQWOTA7UTSQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DW/JA/4GMR8QE3WSDHP15VZ1OER.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DW/JA/4GMR8QE3WSDHP15VZ1OER.uasset new file mode 100644 index 0000000000000000000000000000000000000000..49e86a00bf246747f7c18b21b5570e5e68cdeb22 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DW/JA/4GMR8QE3WSDHP15VZ1OER.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DW/P2/NANTEZ8I302154YBXBWMR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DW/P2/NANTEZ8I302154YBXBWMR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..19b28904da7651cc0607c33bac59e83db2ebdb2c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DW/P2/NANTEZ8I302154YBXBWMR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DW/XG/K3INGYY4KZB9TDXMQS4KX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DW/XG/K3INGYY4KZB9TDXMQS4KX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d5a7a0571a10179b0ce0f99711749d1047d87c5e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DW/XG/K3INGYY4KZB9TDXMQS4KX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/2P/151479GKEKARS4Y9288QW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/2P/151479GKEKARS4Y9288QW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d22bddc1bbfee0983286e478250185fd839c35ae Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/2P/151479GKEKARS4Y9288QW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/52/Y9JMI6H1MP77AQ3IMCAA3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/52/Y9JMI6H1MP77AQ3IMCAA3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ee0a5a39fadadba605d738a094c3f80c8b381490 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/52/Y9JMI6H1MP77AQ3IMCAA3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/9E/Y2L9ELKKVI9BU3XSBRGPU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/9E/Y2L9ELKKVI9BU3XSBRGPU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3a1791f5c7f6bffe6ee1c08c44287786319b0f68 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/9E/Y2L9ELKKVI9BU3XSBRGPU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/DJ/KBA8FGCHVY3XCQF7AHWVG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/DJ/KBA8FGCHVY3XCQF7AHWVG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9c22271bac291162f79b5e8bc84dc40be7b44559 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/DJ/KBA8FGCHVY3XCQF7AHWVG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/IZ/78EKMS1U2IV9SZ2RCM103.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/IZ/78EKMS1U2IV9SZ2RCM103.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2fdc4245ea40ef75aa4d3e5d29738c6c9f14368b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/IZ/78EKMS1U2IV9SZ2RCM103.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/Z5/OGOJ4EK0HAHXXJKKESLY1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/Z5/OGOJ4EK0HAHXXJKKESLY1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a2dbc92c1b621e406b875c408b93c98f8f65de30 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DX/Z5/OGOJ4EK0HAHXXJKKESLY1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DY/3L/OAO2CKVKEXX169REI07OM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DY/3L/OAO2CKVKEXX169REI07OM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7b732f37c13fd0ff59ec5374433d5508f32d2c33 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DY/3L/OAO2CKVKEXX169REI07OM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DY/D8/LBMRIXVQPYS2N46P9WYXG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DY/D8/LBMRIXVQPYS2N46P9WYXG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..97df947c51ed1db8ecfbf33ebdf64b522f58fa16 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DY/D8/LBMRIXVQPYS2N46P9WYXG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DY/US/F3TDC38UCDICJ1J7SYK90.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DY/US/F3TDC38UCDICJ1J7SYK90.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b6794623a066bdedc7a208b2810da653c9f16a36 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DY/US/F3TDC38UCDICJ1J7SYK90.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/0M/H6ZABCIIVVLSHQF66GMNA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/0M/H6ZABCIIVVLSHQF66GMNA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..71f1953836011db6b2d7d9f4586065401eb2b4fe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/0M/H6ZABCIIVVLSHQF66GMNA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/2N/YCRV03EQVM1M7HQI349GW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/2N/YCRV03EQVM1M7HQI349GW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a28cba959f26cb699ee4a6078d8347ef97da8977 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/2N/YCRV03EQVM1M7HQI349GW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/85/1QG19LXXDY36QC56HCPQN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/85/1QG19LXXDY36QC56HCPQN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5181368460bfd75df20524d666c6c1ca3a05ed03 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/85/1QG19LXXDY36QC56HCPQN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/DQ/67FLRRQ0LI5JYNUZ20NL4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/DQ/67FLRRQ0LI5JYNUZ20NL4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..10fb60f98bb0c710461174946d04b586b97416b4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/DQ/67FLRRQ0LI5JYNUZ20NL4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/HW/BFBJF8C4NZW6ISJU3RMGO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/HW/BFBJF8C4NZW6ISJU3RMGO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6cac35456ec2bfc9e706389a5f87c407f9f77d71 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/HW/BFBJF8C4NZW6ISJU3RMGO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/LT/WHPP1PGCMDLQDZ1OH7Y0A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/LT/WHPP1PGCMDLQDZ1OH7Y0A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7b0a0e57cee018fd1647debd13235774e41964a1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/LT/WHPP1PGCMDLQDZ1OH7Y0A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/PU/0XNS1YWV7CKSN69MCBRO8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/PU/0XNS1YWV7CKSN69MCBRO8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ebcc36c51c5cdd1fc83ba358c3da11f658da87a9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/PU/0XNS1YWV7CKSN69MCBRO8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/RI/1HT5X3DCCBWK9FX18SUDF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/RI/1HT5X3DCCBWK9FX18SUDF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3cede26b08d9a5af763c7fa82e949e27f2bb5cda Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/RI/1HT5X3DCCBWK9FX18SUDF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/UE/N28KO7KOR0RD8DMZ6R5DO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/UE/N28KO7KOR0RD8DMZ6R5DO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5234a2ec00309076579efdcb6de58b6b4afa9968 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/UE/N28KO7KOR0RD8DMZ6R5DO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/W6/FXD3CGOO5N3AY2MAYHCOZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/W6/FXD3CGOO5N3AY2MAYHCOZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..be79e036d1f73501c0a6e06d6a136e7efaa4bf5d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/W6/FXD3CGOO5N3AY2MAYHCOZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/ZZ/O2VZAODR5UW6F56ZHBMXP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/ZZ/O2VZAODR5UW6F56ZHBMXP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4088e2c1b11be04bc6455af10331188415190630 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/DZ/ZZ/O2VZAODR5UW6F56ZHBMXP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/2B/X34CSV9PFO4DJTLFP6CTO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/2B/X34CSV9PFO4DJTLFP6CTO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a03c85101d27fde45e05d6148af8719959ac91e2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/2B/X34CSV9PFO4DJTLFP6CTO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/97/FDEP031D3AHOZOTP1R08C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/97/FDEP031D3AHOZOTP1R08C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ed4df36f69eb9629d315e7f5cd9e9327fb1b8b3b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/97/FDEP031D3AHOZOTP1R08C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/B3/HLFO2EU8A3LDA5GE3YR00.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/B3/HLFO2EU8A3LDA5GE3YR00.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4432ed694b068074382abd88317c7b98e8888299 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/B3/HLFO2EU8A3LDA5GE3YR00.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/EA/UFGOVZ7JOLWQCL2N3VWE0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/EA/UFGOVZ7JOLWQCL2N3VWE0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8457bb36c64db7474b726677700c67449532c48d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/EA/UFGOVZ7JOLWQCL2N3VWE0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/GR/MFVHPRMH6OOIQK5ULSOCR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/GR/MFVHPRMH6OOIQK5ULSOCR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..df1d2ea7c58700b5003fe98ae9a19e2609a266fe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/GR/MFVHPRMH6OOIQK5ULSOCR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/KA/VP2V0426DDB9SZFBPMSXO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/KA/VP2V0426DDB9SZFBPMSXO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3ad9b253300279143ee0846cf85a457ddcb40c6d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/KA/VP2V0426DDB9SZFBPMSXO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/LM/Z352LBD3AY93Y4XIZN0LZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/LM/Z352LBD3AY93Y4XIZN0LZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3608eae5c958244cb5a3d8d96d622266846eae20 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E0/LM/Z352LBD3AY93Y4XIZN0LZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E1/5M/JEZDJSA6VP10KFZ8T07SW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E1/5M/JEZDJSA6VP10KFZ8T07SW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dafe4893d5e2bd5ff044bfb4a71485365d98b0a3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E1/5M/JEZDJSA6VP10KFZ8T07SW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E1/GJ/QJNEBVTE5RFF384WVREE3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E1/GJ/QJNEBVTE5RFF384WVREE3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0da9f5b68c2abfef6a23e5b25347db771f20d61f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E1/GJ/QJNEBVTE5RFF384WVREE3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E1/IN/0ICAPEBTEOGM8BUE15PGI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E1/IN/0ICAPEBTEOGM8BUE15PGI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..279c4a44cb7dd1ae17b1c5dc4c3ad2f69432959f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E1/IN/0ICAPEBTEOGM8BUE15PGI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E1/WT/VI1U3A1E67QD8CKKIPV9Q.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E1/WT/VI1U3A1E67QD8CKKIPV9Q.uasset new file mode 100644 index 0000000000000000000000000000000000000000..91319ceee4f4adc7bdfcdf80d67fd7ee59e3e18b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E1/WT/VI1U3A1E67QD8CKKIPV9Q.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E2/5G/CFB6BQ347DY657WG7RC2L.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E2/5G/CFB6BQ347DY657WG7RC2L.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b54a87c367f420a822e50e2bdace75eeec575667 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E2/5G/CFB6BQ347DY657WG7RC2L.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E2/6J/4L45TCPLZH1I1L1IWO6H5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E2/6J/4L45TCPLZH1I1L1IWO6H5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..95d98a438d64fd303957a6aae3bbf8a57758b176 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E2/6J/4L45TCPLZH1I1L1IWO6H5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E3/7L/9ELZY2R60L3K413I6OIIJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E3/7L/9ELZY2R60L3K413I6OIIJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..db6af8a95f92267b432ae215fcc32201ca13e4e2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E3/7L/9ELZY2R60L3K413I6OIIJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E3/JE/RNM5PIDW6K0RDCWXXYZ8F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E3/JE/RNM5PIDW6K0RDCWXXYZ8F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3505322cecc1eed644c734a83f8ddc3862567917 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E3/JE/RNM5PIDW6K0RDCWXXYZ8F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E3/PM/0U0FQXW8ZI2OVL6QG3B9F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E3/PM/0U0FQXW8ZI2OVL6QG3B9F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d7055cd5c198b9a0b4724a865f19ac2b76ac9341 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E3/PM/0U0FQXW8ZI2OVL6QG3B9F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E3/WA/6OEI3VKG5990K4V5K5ZH6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E3/WA/6OEI3VKG5990K4V5K5ZH6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3c98bd9dc6a97f73cbb0fbcd166c7a2aa8037648 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E3/WA/6OEI3VKG5990K4V5K5ZH6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E4/CU/1CFERRUE77SUIINRHPEZC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E4/CU/1CFERRUE77SUIINRHPEZC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8da0c0acf7b9f276ff8c08bdbdd68846d2365457 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E4/CU/1CFERRUE77SUIINRHPEZC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E4/NA/YPWE02FK81IKKE9ZLP7JJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E4/NA/YPWE02FK81IKKE9ZLP7JJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ed41bdfa1018b2c024aa5601675dffffb158cd3d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E4/NA/YPWE02FK81IKKE9ZLP7JJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E4/UI/05WTBT7TTBI6YXCJVP8ZK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E4/UI/05WTBT7TTBI6YXCJVP8ZK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fdb94b57609267c38620082122624555af908782 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E4/UI/05WTBT7TTBI6YXCJVP8ZK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E5/HE/NMLIUMHHX4283CYK56YTT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E5/HE/NMLIUMHHX4283CYK56YTT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c0c0b315da4c1605f8b42359c882e0643c05b033 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E5/HE/NMLIUMHHX4283CYK56YTT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E5/WJ/89DFOT3HRAUHMT1URQODZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E5/WJ/89DFOT3HRAUHMT1URQODZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c03e03e3849cc3afa5dae51cce14bc5f2cbda6d3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E5/WJ/89DFOT3HRAUHMT1URQODZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E5/WV/UNB2JOW111ZFWEKKUGSPG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E5/WV/UNB2JOW111ZFWEKKUGSPG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f6357c0048c9ff89bc20b5147c4f45a6efe15dfe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E5/WV/UNB2JOW111ZFWEKKUGSPG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E6/H6/FKA7K6NR4KYQ5HXMSXWUX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E6/H6/FKA7K6NR4KYQ5HXMSXWUX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4bf3a77727d264957254a7a0e935a98cae8242d6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E6/H6/FKA7K6NR4KYQ5HXMSXWUX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E6/NL/ORYCVNQKG5AFHW5RNZTXV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E6/NL/ORYCVNQKG5AFHW5RNZTXV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c623467b999f4b23fa780faa11e9a1bbf03006eb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E6/NL/ORYCVNQKG5AFHW5RNZTXV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/02/0HVQOGOXKIOPE17NQQ2E2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/02/0HVQOGOXKIOPE17NQQ2E2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..240e2af93e4aa6459867f1af4b9adcaaa0e4e6cf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/02/0HVQOGOXKIOPE17NQQ2E2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/2Z/7R0ARRFI57YK5ILRTJA0B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/2Z/7R0ARRFI57YK5ILRTJA0B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..97cb1efd887258e91b484f0c282d5ce0989243b9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/2Z/7R0ARRFI57YK5ILRTJA0B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/34/BRRRMFD1PG29RWX3U2CDB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/34/BRRRMFD1PG29RWX3U2CDB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1af5322bb5819db9fd35a08d905a2a1fe9f63229 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/34/BRRRMFD1PG29RWX3U2CDB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/57/9B57YR3CVTZ7GHWCFO595.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/57/9B57YR3CVTZ7GHWCFO595.uasset new file mode 100644 index 0000000000000000000000000000000000000000..91b796851925ba1da92d73ec37dd9953aed5c6f3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/57/9B57YR3CVTZ7GHWCFO595.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/7P/SNOOBOPK9Z9EERVNXCFJV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/7P/SNOOBOPK9Z9EERVNXCFJV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d6071248f7401469e2e7846e1c1f49f42efde500 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/7P/SNOOBOPK9Z9EERVNXCFJV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/C8/M3LZXK9MFOHNV9GOXNYXO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/C8/M3LZXK9MFOHNV9GOXNYXO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e40b70a1f75dc3291091ea4ecdbe4f2703cef9a9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/C8/M3LZXK9MFOHNV9GOXNYXO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/GM/CCB7XVWNRE7YL6NQ3IS42.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/GM/CCB7XVWNRE7YL6NQ3IS42.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e41f9cfab4851779a6cae90c7372606a504d6348 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/GM/CCB7XVWNRE7YL6NQ3IS42.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/IL/AYJBSUUE7Y7PL07DM4H6K.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/IL/AYJBSUUE7Y7PL07DM4H6K.uasset new file mode 100644 index 0000000000000000000000000000000000000000..280b5e2a954125e50edd40a4653db3c60b9d0e48 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/IL/AYJBSUUE7Y7PL07DM4H6K.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/J2/RV0S5GET1XENFGKH2LW7C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/J2/RV0S5GET1XENFGKH2LW7C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e085f53c94b99534ecb5ae55204cf6dd1fedb8d1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/J2/RV0S5GET1XENFGKH2LW7C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/JJ/B2MUZABL8IOK1KDO3S52T.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/JJ/B2MUZABL8IOK1KDO3S52T.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d1b3754f9b0706b6d4802fc7cea555e16d8b461c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/JJ/B2MUZABL8IOK1KDO3S52T.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/S2/DD5JWMPSY5A6HMUZVUJHF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/S2/DD5JWMPSY5A6HMUZVUJHF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e8f7f6f859ef10d526c24840552504ce034f2f7c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/S2/DD5JWMPSY5A6HMUZVUJHF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/W0/4K5B424QJ94RRAHSRAOE8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/W0/4K5B424QJ94RRAHSRAOE8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a463ad1a8a2e32d30bd84cc9f06ee973e5e24a96 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/W0/4K5B424QJ94RRAHSRAOE8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/Z6/A722VPQJXI0OOAXZTQDNS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/Z6/A722VPQJXI0OOAXZTQDNS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3adb5a33da8c0d05bedd006e8b2268d255cf4d4e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E7/Z6/A722VPQJXI0OOAXZTQDNS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/33/7JRC55CZ2QLG5GDAZC1SQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/33/7JRC55CZ2QLG5GDAZC1SQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1df18201b3d96f564c8e052bb03abfbb5667000e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/33/7JRC55CZ2QLG5GDAZC1SQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/3X/8QYD52PR1TN8ZRDROUKGQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/3X/8QYD52PR1TN8ZRDROUKGQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ddaa01c031da7a32e1e331d6e4a8ba8bfc1d69b2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/3X/8QYD52PR1TN8ZRDROUKGQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/5N/P6W82DMQXRT1O3YPNYP9L.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/5N/P6W82DMQXRT1O3YPNYP9L.uasset new file mode 100644 index 0000000000000000000000000000000000000000..49416e4aeb63cb93c5cec408e54e719fb9635562 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/5N/P6W82DMQXRT1O3YPNYP9L.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/8W/7XXPOQZQ4NGGZBQI9FOFV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/8W/7XXPOQZQ4NGGZBQI9FOFV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9f1b816bbcb768306800950cb90895e34fbcf9d0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/8W/7XXPOQZQ4NGGZBQI9FOFV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/DV/FZ7N2CQJH7EDMLQO3VAGP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/DV/FZ7N2CQJH7EDMLQO3VAGP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fa6ec00611c84691491de4d5b6a59f66e3310312 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/DV/FZ7N2CQJH7EDMLQO3VAGP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/FO/NS9U40XJA6JCYDSNRHLPZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/FO/NS9U40XJA6JCYDSNRHLPZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f527b5b19d9d61e51b8403dc9690b7fb96bd1cc8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/FO/NS9U40XJA6JCYDSNRHLPZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/L6/HEERPZJVZ9YAX3I5WW6I7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/L6/HEERPZJVZ9YAX3I5WW6I7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..92da65a16878fb971bc6ea9698db12b9a61830cf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/L6/HEERPZJVZ9YAX3I5WW6I7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/OV/3UQ3HE03ZG5M56ZNZXCR8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/OV/3UQ3HE03ZG5M56ZNZXCR8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2ca40a6bf66d8c52bb64ef19da8c89719a5e0d0d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/OV/3UQ3HE03ZG5M56ZNZXCR8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/VE/FL3JRWNVJQR8KOMSXG7WL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/VE/FL3JRWNVJQR8KOMSXG7WL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4f974d27ce183cd837dfb35c27656496754f6131 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/VE/FL3JRWNVJQR8KOMSXG7WL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/WN/7REI2BT3XMP2EYA6MAKCZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/WN/7REI2BT3XMP2EYA6MAKCZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ade88fe75ad889788c1d071284782760219b4b93 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E8/WN/7REI2BT3XMP2EYA6MAKCZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/11/JW8IMXXVYVJB9PXEGJTP8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/11/JW8IMXXVYVJB9PXEGJTP8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..adfc89974bbc25ebdc9691d50c255be4a4b9f4fe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/11/JW8IMXXVYVJB9PXEGJTP8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/59/4JCN2ZCM2OBYEARDTSG2V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/59/4JCN2ZCM2OBYEARDTSG2V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..713f54f36b79417968c878d9fa284c5d06b57282 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/59/4JCN2ZCM2OBYEARDTSG2V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/8Q/7IFOZ8B9XNCBADODN6MA5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/8Q/7IFOZ8B9XNCBADODN6MA5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9bb670890badeff8b02d2666b7344249a180310d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/8Q/7IFOZ8B9XNCBADODN6MA5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/C7/63ERQBEE7882883Y4YR1U.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/C7/63ERQBEE7882883Y4YR1U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0b9683d9a35e192835b4154deb005e34ea0d3408 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/C7/63ERQBEE7882883Y4YR1U.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/MS/30V8SMBT9053CEBTDCBSN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/MS/30V8SMBT9053CEBTDCBSN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8d85fd37100a923dee5eea33a31a5fa25aa12171 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/MS/30V8SMBT9053CEBTDCBSN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/RL/746EAMF4RXXYDXIDY8FDN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/RL/746EAMF4RXXYDXIDY8FDN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..87b37f6c15ed398723206c85ad0ad41adcf158be Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/RL/746EAMF4RXXYDXIDY8FDN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/SI/PEFS6MY4NX2YY8LU5FI77.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/SI/PEFS6MY4NX2YY8LU5FI77.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b3a40244b0d15b67609341622b974de3964c7780 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/SI/PEFS6MY4NX2YY8LU5FI77.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/ZB/FF3BVD3B1UPCTIPHNIWX1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/ZB/FF3BVD3B1UPCTIPHNIWX1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8542b442647c97395badaf568a21df4894d44d3f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/E9/ZB/FF3BVD3B1UPCTIPHNIWX1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/0C/NKFHAZDLN9EXPEF6VEQCR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/0C/NKFHAZDLN9EXPEF6VEQCR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..82b19ccd9e6f58cee63505b4b840dde3814063af Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/0C/NKFHAZDLN9EXPEF6VEQCR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/61/1TM6YP4HPHEXTD0LK8QP2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/61/1TM6YP4HPHEXTD0LK8QP2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c29d923a5b3c06ea3a63291a2d216e5bd9432aa4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/61/1TM6YP4HPHEXTD0LK8QP2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/C3/3F4ALRSGLMTV9RBZHGN8F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/C3/3F4ALRSGLMTV9RBZHGN8F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1a5d6203a8af984bae63bbc7411db4ede69052ef Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/C3/3F4ALRSGLMTV9RBZHGN8F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/DN/VW8Y93P28RX4Y91YZ50I8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/DN/VW8Y93P28RX4Y91YZ50I8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4166cf31f88b8b5e70db178bc9fd0353ed7aba95 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/DN/VW8Y93P28RX4Y91YZ50I8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/NX/YA9LTQ0Q6SCZ4ROOPZZT6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/NX/YA9LTQ0Q6SCZ4ROOPZZT6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..203126671333cdafc76bc8928bbf15ce9fe2f032 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/NX/YA9LTQ0Q6SCZ4ROOPZZT6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/VH/30YRJKRE763QIPFVQWTC8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/VH/30YRJKRE763QIPFVQWTC8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..33a3a57b7fbf94b3bf6dc8d9e4288b1d3703d22b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EA/VH/30YRJKRE763QIPFVQWTC8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/61/786ODN9A30I70O2GV8Z54.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/61/786ODN9A30I70O2GV8Z54.uasset new file mode 100644 index 0000000000000000000000000000000000000000..189a3a4c5f774506ecb48aaa9b317320509bbce8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/61/786ODN9A30I70O2GV8Z54.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/AC/PRUGS2LG8ARVR7PVF0RYJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/AC/PRUGS2LG8ARVR7PVF0RYJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c676093e97def7029f046c76b2b92d8ef7f7d415 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/AC/PRUGS2LG8ARVR7PVF0RYJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/WS/QA93NJ5UCSJM6BUTTM63P.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/WS/QA93NJ5UCSJM6BUTTM63P.uasset new file mode 100644 index 0000000000000000000000000000000000000000..aa1784259443c55b2072179d969d1e96caa1552e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/WS/QA93NJ5UCSJM6BUTTM63P.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/Y6/UT2ZZCPXUOQNNQNZVGBZW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/Y6/UT2ZZCPXUOQNNQNZVGBZW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ca0e80bdcbb01c89671400f5c29401bbfe48a0ce Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/Y6/UT2ZZCPXUOQNNQNZVGBZW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/ZO/N36V0QSL3XSHGHTF8MXKF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/ZO/N36V0QSL3XSHGHTF8MXKF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9f8d9d498ee341f4f21cc2091a2b21ccb99d1719 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EB/ZO/N36V0QSL3XSHGHTF8MXKF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/0E/3B6T1UGCAUD7FROFAU4GF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/0E/3B6T1UGCAUD7FROFAU4GF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0e25dcb11fbc4c9e2a308dfb15f33f4c8141ebeb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/0E/3B6T1UGCAUD7FROFAU4GF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/2W/3Y969NAZEI0QB1E0QV67P.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/2W/3Y969NAZEI0QB1E0QV67P.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7dcd0cb2de5e38c274c2a2febd8f5e829bf76088 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/2W/3Y969NAZEI0QB1E0QV67P.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/5K/7SS509CS02V0KJUYLWSBD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/5K/7SS509CS02V0KJUYLWSBD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e3710e8cb231fbaebcd8e7993e6e496da7b0ce9f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/5K/7SS509CS02V0KJUYLWSBD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/AC/N92C7G6OPTZW8AGPNU2TD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/AC/N92C7G6OPTZW8AGPNU2TD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8de1f99dc133e147591bd090ee34b85548e306c4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/AC/N92C7G6OPTZW8AGPNU2TD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/EJ/GE4UJLYVJDMSJE4KBVN9V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/EJ/GE4UJLYVJDMSJE4KBVN9V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b80a49962d89597bed274b60c14f439ff0f2ea6c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/EJ/GE4UJLYVJDMSJE4KBVN9V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/LZ/DB2I1KHYJFW3VYRGV9GBS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/LZ/DB2I1KHYJFW3VYRGV9GBS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7daf5c5f993dba98098de50227d2dce9cc9b31e8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/LZ/DB2I1KHYJFW3VYRGV9GBS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/M2/ANS3I7FPYC71FKZEL5XF4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/M2/ANS3I7FPYC71FKZEL5XF4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c717770ecf54df29c2ad213f955007dabdb80d76 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/M2/ANS3I7FPYC71FKZEL5XF4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/UU/XXN4UZSLGVL4NVVDTIWYJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/UU/XXN4UZSLGVL4NVVDTIWYJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..130810297112b66c4429c1d2306e72d157fcefb7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/UU/XXN4UZSLGVL4NVVDTIWYJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/Z7/7X0E01ICEAEHR7M555JYI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/Z7/7X0E01ICEAEHR7M555JYI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3cb7563b238eeeb1da2c72c987c8173d68880fdc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EC/Z7/7X0E01ICEAEHR7M555JYI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ED/0T/7600V3D6FAJ9LZBL74PEC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ED/0T/7600V3D6FAJ9LZBL74PEC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cbbb36a197f281e456701e510461fde32dbb8ac6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ED/0T/7600V3D6FAJ9LZBL74PEC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ED/FK/7M17KWF12M3RIV9D246IR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ED/FK/7M17KWF12M3RIV9D246IR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5fa1569b6518861e4645a8b08f66f1f11c538471 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ED/FK/7M17KWF12M3RIV9D246IR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ED/I5/MSRN509UKHEC6YBJGEIWD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ED/I5/MSRN509UKHEC6YBJGEIWD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6ebc39c1cbdf21d37623d62b136fa0d0fbca576a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ED/I5/MSRN509UKHEC6YBJGEIWD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ED/JB/59SBX1CHO2NEXNHK0GYMF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ED/JB/59SBX1CHO2NEXNHK0GYMF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..88dd64a15429193b670207864fc4842d3b59ddbf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ED/JB/59SBX1CHO2NEXNHK0GYMF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EE/JC/2S9O62BGR3DLW89LVX5ZX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EE/JC/2S9O62BGR3DLW89LVX5ZX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a023eeb21ff2516ae1df494e0be8595ffa81c123 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EE/JC/2S9O62BGR3DLW89LVX5ZX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EE/OR/S7KS4ZI059VU8IJ0A3FV8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EE/OR/S7KS4ZI059VU8IJ0A3FV8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..078a19f8ed5ccc1731fc5dd17cc9cd1909d56125 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EE/OR/S7KS4ZI059VU8IJ0A3FV8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EE/T8/O8DDBN29N6N7K3INN1XT0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EE/T8/O8DDBN29N6N7K3INN1XT0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8fda80ae9f06d603ebcfe65bd45ae7e05d6a1439 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EE/T8/O8DDBN29N6N7K3INN1XT0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EE/WM/GMFCM7HJA86XI0SNHJ85N.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EE/WM/GMFCM7HJA86XI0SNHJ85N.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bbd2052c43a6b918dcd89f4481e5d3652af8be74 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EE/WM/GMFCM7HJA86XI0SNHJ85N.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/0L/KELZYTWCUQZ34P3Q36TMA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/0L/KELZYTWCUQZ34P3Q36TMA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3c99d37b644cb99446a787f0b606f72298cc6fd4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/0L/KELZYTWCUQZ34P3Q36TMA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/39/WQL0OPFOS4LYKJ9ZAN8AW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/39/WQL0OPFOS4LYKJ9ZAN8AW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e0c941087eee043419f98eb5143b5a9c4a1a8636 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/39/WQL0OPFOS4LYKJ9ZAN8AW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/87/2B3DQBRXKICRDX4IU98M2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/87/2B3DQBRXKICRDX4IU98M2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a8d2b1d7518e89d869a8a1f27bcc18d9c0dcda51 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/87/2B3DQBRXKICRDX4IU98M2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/FH/RHE17ZY4UINLRWYOHAT5R.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/FH/RHE17ZY4UINLRWYOHAT5R.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fd509e3152ac50273fcd86697aff077beb00afae Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/FH/RHE17ZY4UINLRWYOHAT5R.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/LV/CZIK9OPNHVC8QV9LZFCQQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/LV/CZIK9OPNHVC8QV9LZFCQQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..75ec345c3a89ceba8b9c3c464dc62113b98e61c7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/LV/CZIK9OPNHVC8QV9LZFCQQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/QM/S1NDA6SH584F0PVDJNTA8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/QM/S1NDA6SH584F0PVDJNTA8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..09cb358059cd83bff5d5f43ca5f3e04a880b1f17 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/QM/S1NDA6SH584F0PVDJNTA8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/TZ/21FYH8QDAVSJNIL1QWY5R.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/TZ/21FYH8QDAVSJNIL1QWY5R.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8b631c243f342244b080c776652595ae17ccdc2b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/TZ/21FYH8QDAVSJNIL1QWY5R.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/UU/I17CVVRPMHRHIU2IGIOYS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/UU/I17CVVRPMHRHIU2IGIOYS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fc291fea004234517e0f8e280239d3d5758eec54 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/UU/I17CVVRPMHRHIU2IGIOYS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/ZZ/W140ZW4BTOMLUZMZ2CJOU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/ZZ/W140ZW4BTOMLUZMZ2CJOU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1fd60da332c0b62aea2896de2a75db01760676ff Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EF/ZZ/W140ZW4BTOMLUZMZ2CJOU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/1K/BNCV0ZUATBX4GUBW9CTOW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/1K/BNCV0ZUATBX4GUBW9CTOW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9109905a661fb2e47643622aa828bc6e6fb36925 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/1K/BNCV0ZUATBX4GUBW9CTOW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/DK/HSN54WVTN7IZ3DZRWODNB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/DK/HSN54WVTN7IZ3DZRWODNB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c94db74dec4c04953150210e82bc083377e23359 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/DK/HSN54WVTN7IZ3DZRWODNB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/DT/3P979WQPJHMEBG9VA8QVM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/DT/3P979WQPJHMEBG9VA8QVM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3c2f3f20d369c23598b433f4c5a6facfe8fdad35 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/DT/3P979WQPJHMEBG9VA8QVM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/H1/WJKHXAWWV1T3QUBDF7K1S.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/H1/WJKHXAWWV1T3QUBDF7K1S.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f56a1b3dfb8d7cfc471b4e10dc9c756ecf060cf5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/H1/WJKHXAWWV1T3QUBDF7K1S.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/I4/I2UFWF57ULLSH37RJOVLS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/I4/I2UFWF57ULLSH37RJOVLS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..45d105ebdcf0f43fa11ce978f29c98309378df69 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EG/I4/I2UFWF57ULLSH37RJOVLS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/57/GMVKMVSYTT7CEX57UIXE8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/57/GMVKMVSYTT7CEX57UIXE8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..de311f67b4e3ff9d4ed3c86bfd166d1ece3f712a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/57/GMVKMVSYTT7CEX57UIXE8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/9Y/A9B4OVEXDYNTEGWCFL0YS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/9Y/A9B4OVEXDYNTEGWCFL0YS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2b8729a3cf6d7642b6de2b7b756db0324cf4c822 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/9Y/A9B4OVEXDYNTEGWCFL0YS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/B2/CT6K2NFYBNF8KOJQBG0YL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/B2/CT6K2NFYBNF8KOJQBG0YL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6d308e112a7b542cf921145ca72d89323490014b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/B2/CT6K2NFYBNF8KOJQBG0YL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/DE/EIYF4N0GJL6H8ECEJ8G8O.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/DE/EIYF4N0GJL6H8ECEJ8G8O.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3d4b413a332732f0ae837c0e2562538a9cf7e952 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/DE/EIYF4N0GJL6H8ECEJ8G8O.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/PY/BQFCORD3JIBBBEGCJUL3R.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/PY/BQFCORD3JIBBBEGCJUL3R.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ca5658fdf22853ff372f0c19298fd942c2098c0f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/PY/BQFCORD3JIBBBEGCJUL3R.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/X4/5ORXT8ZG444MEVOYO2JHW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/X4/5ORXT8ZG444MEVOYO2JHW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e63913a7803e158229528c927525fb96d8f57239 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EH/X4/5ORXT8ZG444MEVOYO2JHW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/0I/0RQ3FW7PKVJRYYB3AK62I.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/0I/0RQ3FW7PKVJRYYB3AK62I.uasset new file mode 100644 index 0000000000000000000000000000000000000000..974ecaaf993c7973da65a7cb5eec6c0b41f547da Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/0I/0RQ3FW7PKVJRYYB3AK62I.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/3W/VHAMTJ7MGTT0BW4GBFZUU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/3W/VHAMTJ7MGTT0BW4GBFZUU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..978029f87221bd8142add9527dde4180cb05cb83 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/3W/VHAMTJ7MGTT0BW4GBFZUU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/6A/XE49NOIFDUNV330N6ZE5T.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/6A/XE49NOIFDUNV330N6ZE5T.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8d888f971067183a42510abee456d1364281853f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/6A/XE49NOIFDUNV330N6ZE5T.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/E7/GINH6C2IMJBWQPHR72TUY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/E7/GINH6C2IMJBWQPHR72TUY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..596f5c7ba3d7061af4ad114770089981ace57a24 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/E7/GINH6C2IMJBWQPHR72TUY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/EP/NAY97CGCPN7STRJ45E5VA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/EP/NAY97CGCPN7STRJ45E5VA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a57495f06f0a0dab934ca25a8ba66b186c94992b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/EP/NAY97CGCPN7STRJ45E5VA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/FD/DIAXQE9AH0OSSHZQ8NAB9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/FD/DIAXQE9AH0OSSHZQ8NAB9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e5b26d5d374153afb5b1e7890b742bf1257547ba Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/FD/DIAXQE9AH0OSSHZQ8NAB9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/ND/BL76S762WHPGKLWB3C86J.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/ND/BL76S762WHPGKLWB3C86J.uasset new file mode 100644 index 0000000000000000000000000000000000000000..323ae28b48feaa37afa25b07a2cdbd96d3d37bcc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/ND/BL76S762WHPGKLWB3C86J.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/R1/QJ70EE7W129T2B5TFZP38.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/R1/QJ70EE7W129T2B5TFZP38.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9d7e5d5b2ca09280b33fc8691ac6d13ae1cf1407 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/R1/QJ70EE7W129T2B5TFZP38.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/Y7/F2KSU1MX5VO83404FSY7A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/Y7/F2KSU1MX5VO83404FSY7A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..87304d8eab89691f7bf62970acd406c09e35b7c8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EI/Y7/F2KSU1MX5VO83404FSY7A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/4C/69PHOEGZ4OS5T4YD7OJKO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/4C/69PHOEGZ4OS5T4YD7OJKO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..543fff13687574f3495fe7348a62aed820093191 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/4C/69PHOEGZ4OS5T4YD7OJKO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/AV/PMR2ADJ3JG8WGBQ9C9GYO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/AV/PMR2ADJ3JG8WGBQ9C9GYO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ee9d6cd58ea52fc39070aff6a4bbb5af99812665 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/AV/PMR2ADJ3JG8WGBQ9C9GYO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/FX/2PRS79DUPY4ZH7VXAA8SX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/FX/2PRS79DUPY4ZH7VXAA8SX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cb14a279f525a26d8bdef9acd7649202a68d30b0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/FX/2PRS79DUPY4ZH7VXAA8SX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/G6/HWCHOTGMWX67Q62R9ZK0A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/G6/HWCHOTGMWX67Q62R9ZK0A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..46ab9a365057894a864d1dd898e809620b4a7c69 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/G6/HWCHOTGMWX67Q62R9ZK0A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/G6/LJI203J9X0ZM60CWRE4JV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/G6/LJI203J9X0ZM60CWRE4JV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f6c89e62d85c89517725bcdb343a467902f6c5d2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/G6/LJI203J9X0ZM60CWRE4JV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/IW/0TQ80VBPL900M2EYD481H.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/IW/0TQ80VBPL900M2EYD481H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..29c28824ccb232f90669db0b8344eabcf650af78 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/IW/0TQ80VBPL900M2EYD481H.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/SC/DYBV6WT18EGOITXLMC48O.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/SC/DYBV6WT18EGOITXLMC48O.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0fb6ec6f7ffb960daecb1ea5ac3364789c4664ba Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EJ/SC/DYBV6WT18EGOITXLMC48O.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/7I/56GH0S1CXCN46FL925KD4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/7I/56GH0S1CXCN46FL925KD4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..34158b0a448f0c20a2d5f6c46d72bf5bb69fccfc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/7I/56GH0S1CXCN46FL925KD4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/FY/SRZZWOHV2R8V6AC61LHUD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/FY/SRZZWOHV2R8V6AC61LHUD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2a4af05d4b0b0a9b8976c33504998ee9f2a272e0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/FY/SRZZWOHV2R8V6AC61LHUD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/G4/ZRIF97093EA7SEGLOOTYG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/G4/ZRIF97093EA7SEGLOOTYG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e4d9a0b8838403e399d91eff32cdbb8c1278a2cd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/G4/ZRIF97093EA7SEGLOOTYG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/JU/GPKBM5AQKLABE430GS6W3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/JU/GPKBM5AQKLABE430GS6W3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..90b9a6c0221557f07f8627320b904ac854dfd27b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/JU/GPKBM5AQKLABE430GS6W3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/NR/CXWHGP6E31UNHIFQOX0JC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/NR/CXWHGP6E31UNHIFQOX0JC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0a10825bee6260ec4cba4b2bbd4296881530b92d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/NR/CXWHGP6E31UNHIFQOX0JC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/WR/U2NLM7CH4CCHBHF8KDTYR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/WR/U2NLM7CH4CCHBHF8KDTYR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7f36361dd8018961dcd77310cc515bc3443a0196 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EK/WR/U2NLM7CH4CCHBHF8KDTYR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EL/0O/GPRZ2EQKJHCZ80Z6GXXV7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EL/0O/GPRZ2EQKJHCZ80Z6GXXV7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dd08df1741041d9f5d1f3eb14013e7eb3c20d24b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EL/0O/GPRZ2EQKJHCZ80Z6GXXV7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EL/HN/A32Q2G3CNX7RJGF1SG7XT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EL/HN/A32Q2G3CNX7RJGF1SG7XT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..19f901422dcbce64376619a9a34516d28abb7694 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EL/HN/A32Q2G3CNX7RJGF1SG7XT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EL/Q5/87X7JU51QFL4Q64GG9FM6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EL/Q5/87X7JU51QFL4Q64GG9FM6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..432ca7568fa694dd777037fdf9c53da653cb8e63 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EL/Q5/87X7JU51QFL4Q64GG9FM6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/19/FBPDMB6PF43XXYPG9WAUK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/19/FBPDMB6PF43XXYPG9WAUK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4392afcb15fa19f5c13226de7c2645bb1681604a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/19/FBPDMB6PF43XXYPG9WAUK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/3R/ZP6BK6JIB0EIA0EXEBPR7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/3R/ZP6BK6JIB0EIA0EXEBPR7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6f73b356ad17609b78b6661de540eb2c0335c726 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/3R/ZP6BK6JIB0EIA0EXEBPR7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/DP/HOTCPGDI31NDODIA8G3MN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/DP/HOTCPGDI31NDODIA8G3MN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5c1bfc78d958898549ce315636464ca669d5e57d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/DP/HOTCPGDI31NDODIA8G3MN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/MQ/UN6OGUEML8E78Z43M837Z.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/MQ/UN6OGUEML8E78Z43M837Z.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c9f05a185c29e4756bae0b6bd5bce9dc6c194db6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/MQ/UN6OGUEML8E78Z43M837Z.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/W4/FL1OJSWY1JUGPB3N6MG40.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/W4/FL1OJSWY1JUGPB3N6MG40.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6342bb846c1631c860ffa5b47251c46febca3888 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/W4/FL1OJSWY1JUGPB3N6MG40.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/X2/CTV6DBOO95YL31BHLKNHI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/X2/CTV6DBOO95YL31BHLKNHI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f2c9c3e89adfb32e6f79fa34f5a6be7fea0b36de Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EM/X2/CTV6DBOO95YL31BHLKNHI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/44/NNYW6UY3UV4OHFRKDT9U0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/44/NNYW6UY3UV4OHFRKDT9U0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6e489f18cb1ac9e96232fb9fc36a922c73fdbd35 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/44/NNYW6UY3UV4OHFRKDT9U0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/45/OQHFFRM3CMKU4TKU4FXKY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/45/OQHFFRM3CMKU4TKU4FXKY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..172c9082f400cfdc9b259a5b6be035dc8cc0b87b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/45/OQHFFRM3CMKU4TKU4FXKY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/OA/2P9L5NZ3HT4XH3SL5542K.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/OA/2P9L5NZ3HT4XH3SL5542K.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5dcf202aa7a6eb5903273940c716ac004444fc94 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/OA/2P9L5NZ3HT4XH3SL5542K.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/OB/B3U1LJP6YTZ4ISA397H32.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/OB/B3U1LJP6YTZ4ISA397H32.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5453a77589b29e2afd286f339c9410014a91e992 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/OB/B3U1LJP6YTZ4ISA397H32.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/TX/MKK2RR8TDW9212JJ4HJ8X.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/TX/MKK2RR8TDW9212JJ4HJ8X.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dd51065c06ec72f00ae364aa06d8cb02148a35c4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EN/TX/MKK2RR8TDW9212JJ4HJ8X.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/8D/PXRP92CT481YC2XUHN2D1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/8D/PXRP92CT481YC2XUHN2D1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b68b109e7cd42423acdebba810ba3e77a383663b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/8D/PXRP92CT481YC2XUHN2D1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/A9/6IVVUDM22PIFVU8DBP9XZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/A9/6IVVUDM22PIFVU8DBP9XZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4dabde731f887c2e2d5c6e0b3de3eacdb8ed0bb6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/A9/6IVVUDM22PIFVU8DBP9XZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/CN/FNLQFI5ZAO0ESVI8595X8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/CN/FNLQFI5ZAO0ESVI8595X8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c2f2b2e2f66374bd4e12e49cf0be8f8ad2ab3444 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/CN/FNLQFI5ZAO0ESVI8595X8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/DI/1R7AOVEBQ7JW16F2ONS95.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/DI/1R7AOVEBQ7JW16F2ONS95.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9fa93fae422903eab595f0c7cba2d3c15bf9b9d4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/DI/1R7AOVEBQ7JW16F2ONS95.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/ID/5787N0TSD7A27157E9325.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/ID/5787N0TSD7A27157E9325.uasset new file mode 100644 index 0000000000000000000000000000000000000000..39d5840e38e7f89486073b1e7df7c1ec5d845abf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/ID/5787N0TSD7A27157E9325.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/K8/HLMRG1JXROTWXBRMIZR3G.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/K8/HLMRG1JXROTWXBRMIZR3G.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dba7749d602609dc2f4793300da913b635e21b85 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/K8/HLMRG1JXROTWXBRMIZR3G.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/KE/2OK4CU8ORCC9V996V1IQI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/KE/2OK4CU8ORCC9V996V1IQI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3f5e06712fc9cc8f03f1dc41737e64990b6b266d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/KE/2OK4CU8ORCC9V996V1IQI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/Q5/XURI4S1E6709X2H5WCXT0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/Q5/XURI4S1E6709X2H5WCXT0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..86cd77f60ba5ced2a2788bf7f7868c2464566c2f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EO/Q5/XURI4S1E6709X2H5WCXT0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EP/5U/QAN3ELTVVL6YKZBXD4POJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EP/5U/QAN3ELTVVL6YKZBXD4POJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5b0719960b370fa87bbd38cbaab72a5e59b0091b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EP/5U/QAN3ELTVVL6YKZBXD4POJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EP/7L/ZT28EGNUJD8DDKICSK31X.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EP/7L/ZT28EGNUJD8DDKICSK31X.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7ac5ecca46c325efa96890843f5881cb57aa00b9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EP/7L/ZT28EGNUJD8DDKICSK31X.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EP/8N/ACNHSOQW177042VGHDBKU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EP/8N/ACNHSOQW177042VGHDBKU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b8db8708abd5e87c779a9009728623001e640e48 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EP/8N/ACNHSOQW177042VGHDBKU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EP/ON/JIHQG7QF3CLZ50ZM5XXKA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EP/ON/JIHQG7QF3CLZ50ZM5XXKA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..36f6d478eb2e2714b0c7d1296989614c76b5bef3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EP/ON/JIHQG7QF3CLZ50ZM5XXKA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/1O/6MNQO9Z0Q63X0M9J4W38Z.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/1O/6MNQO9Z0Q63X0M9J4W38Z.uasset new file mode 100644 index 0000000000000000000000000000000000000000..56fac76fb110a959b959103f113447c05be1f12c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/1O/6MNQO9Z0Q63X0M9J4W38Z.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/1T/FBBJ4MJTIYLYTJDA976E9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/1T/FBBJ4MJTIYLYTJDA976E9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9187095793c3921dde35cd25d96f4a77f45f3581 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/1T/FBBJ4MJTIYLYTJDA976E9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/3T/5JQ94YW4QPJKL2B0D6FKM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/3T/5JQ94YW4QPJKL2B0D6FKM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c2b7292965858933c3943703d9d71b8b6ed3a9d7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/3T/5JQ94YW4QPJKL2B0D6FKM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/4N/G4E681FJTAOY6L5INALTA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/4N/G4E681FJTAOY6L5INALTA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e2cf23e5b3b0510866e82a8dac53e29f17d6b835 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/4N/G4E681FJTAOY6L5INALTA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/BN/D86EIYULX6P3VVFN65Q3R.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/BN/D86EIYULX6P3VVFN65Q3R.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c8fc03a6b1c04da8ef8f77399ed677efae647886 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/BN/D86EIYULX6P3VVFN65Q3R.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/CZ/O1QPBOTQKTGDLMWG76GIN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/CZ/O1QPBOTQKTGDLMWG76GIN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9deb13b6b1d2563256b3bc7a3c58433f8f68a343 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/CZ/O1QPBOTQKTGDLMWG76GIN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/MF/4J5ZOMRJP3MHX2QEBNES7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/MF/4J5ZOMRJP3MHX2QEBNES7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bf0ec1743e85ff01a327ffcc724e10f4b5f17d48 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EQ/MF/4J5ZOMRJP3MHX2QEBNES7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/1Y/1PFAJKV8XBQ2PYB4IZ2KP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/1Y/1PFAJKV8XBQ2PYB4IZ2KP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3afd435859d6876a612bb7856fda0598227b548c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/1Y/1PFAJKV8XBQ2PYB4IZ2KP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/IG/YOZHHWI8DWQPJC0KNXYIX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/IG/YOZHHWI8DWQPJC0KNXYIX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3eb919964eb8f9913af77e9e215ee6e35299cd71 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/IG/YOZHHWI8DWQPJC0KNXYIX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/JD/0AOVM8HIJN9P7UOJ6Q0OS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/JD/0AOVM8HIJN9P7UOJ6Q0OS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f946fb3ac3932aa000d5594d0c9b3d1f92a87231 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/JD/0AOVM8HIJN9P7UOJ6Q0OS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/TV/9Y9PR6O94XN8KQ0N8D99T.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/TV/9Y9PR6O94XN8KQ0N8D99T.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9e75cbaae249616011985cc65ad69343e818ec6a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/TV/9Y9PR6O94XN8KQ0N8D99T.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/WU/A6WPH7Y93JGJLEUMFK76U.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/WU/A6WPH7Y93JGJLEUMFK76U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fbbedb2ea8431c688e3e2a507aa77657d49e0bce Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ER/WU/A6WPH7Y93JGJLEUMFK76U.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ES/7X/REO7G00CP49V7LO6Z073U.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ES/7X/REO7G00CP49V7LO6Z073U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b38edb6af326d7d8b180ae93a7760e0462b90d1b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ES/7X/REO7G00CP49V7LO6Z073U.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ES/ED/TEHB5B7DR56BVTSYV8CVH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ES/ED/TEHB5B7DR56BVTSYV8CVH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..eea6b48a6ddbb097673263504afb1d6ac841e40d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ES/ED/TEHB5B7DR56BVTSYV8CVH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ES/TV/B8XUMEUQJ8CU06HS8JQHE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ES/TV/B8XUMEUQJ8CU06HS8JQHE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d84db07f5deef303ea4c0d6990242c65ad32f8f6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ES/TV/B8XUMEUQJ8CU06HS8JQHE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/2L/SOXCYLW3ED4CVN9OKUVZT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/2L/SOXCYLW3ED4CVN9OKUVZT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c4d46702f80a80a05a7f108bfaefdc233fd37ba5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/2L/SOXCYLW3ED4CVN9OKUVZT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/4L/PVB2XSIOY2TUV2ZGC7OJE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/4L/PVB2XSIOY2TUV2ZGC7OJE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..445d1ebc3ea4bb3d875ce6f8059dc234bbb192a3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/4L/PVB2XSIOY2TUV2ZGC7OJE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/9G/TGV10F9KVPZM12ARCWCIT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/9G/TGV10F9KVPZM12ARCWCIT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b74fa74842fc59cef824c3d3226703b7093e0869 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/9G/TGV10F9KVPZM12ARCWCIT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/C7/4VYL7A6XEQ67AEZHY2W5Z.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/C7/4VYL7A6XEQ67AEZHY2W5Z.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d7b30911713074052eced45cfc47ed37ab680e86 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/C7/4VYL7A6XEQ67AEZHY2W5Z.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/JI/6O8BB2ODYZLOPCNNSWN1A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/JI/6O8BB2ODYZLOPCNNSWN1A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4a399f992396853559c5b1f3b79f5f1e7f8f090b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/JI/6O8BB2ODYZLOPCNNSWN1A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/N5/64YVE5SJ1VN7XXM80E08G.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/N5/64YVE5SJ1VN7XXM80E08G.uasset new file mode 100644 index 0000000000000000000000000000000000000000..be64c8316f946ffcd0f20c124a911944041bbcef Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/N5/64YVE5SJ1VN7XXM80E08G.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/X9/IOMW9G6RXLJO5X8FAXPR1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/X9/IOMW9G6RXLJO5X8FAXPR1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..66370e2ead31c0bedb4e78de9ede00b3ff0d934b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/ET/X9/IOMW9G6RXLJO5X8FAXPR1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/1A/IKKX89QN3EZ9E304GSKWW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/1A/IKKX89QN3EZ9E304GSKWW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a4810ee03b1983345c45d09c647636c7e204fdfe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/1A/IKKX89QN3EZ9E304GSKWW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/G1/1V7Y262NPRMTL50B0NTZN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/G1/1V7Y262NPRMTL50B0NTZN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..11a8b9b47b33547413e6efbdc5ac506be951d556 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/G1/1V7Y262NPRMTL50B0NTZN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/IG/AWVL1BQA6G9R27R35CCVT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/IG/AWVL1BQA6G9R27R35CCVT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..88f37a07d4603ac463e65bcd84d343c4b7d3277f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/IG/AWVL1BQA6G9R27R35CCVT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/LZ/E8ZVIHBND9HTN5399O65T.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/LZ/E8ZVIHBND9HTN5399O65T.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c6b72cea50f4b96ce786146d45a7d8010ce48ac5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/LZ/E8ZVIHBND9HTN5399O65T.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/T6/ZGJFAVQW5W9JKSRC2MGTB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/T6/ZGJFAVQW5W9JKSRC2MGTB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..454b66932080ca2753e68e4b777baab805b0fdc6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EU/T6/ZGJFAVQW5W9JKSRC2MGTB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/7B/ORNX002QENWS6I9OTGV1Z.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/7B/ORNX002QENWS6I9OTGV1Z.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d181efc0cde2c5c783e04984ae200763edf7cb7d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/7B/ORNX002QENWS6I9OTGV1Z.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/JN/653P1UQGJ56KV9EO5933S.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/JN/653P1UQGJ56KV9EO5933S.uasset new file mode 100644 index 0000000000000000000000000000000000000000..437384f40ce7ca974d3117e323a3c08a213e2536 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/JN/653P1UQGJ56KV9EO5933S.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/N7/6EXZA8K9E5L3ZWQUX8T4C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/N7/6EXZA8K9E5L3ZWQUX8T4C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a204e21e573652f71b6fc95d3706dc0e09cf2259 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/N7/6EXZA8K9E5L3ZWQUX8T4C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/OM/0C6Z3QZGF8I7OSA1YR4L2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/OM/0C6Z3QZGF8I7OSA1YR4L2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ac6f0fd64b641fd4270a61ed0ad7f771fae91a01 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/OM/0C6Z3QZGF8I7OSA1YR4L2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/WI/UOTK840WY78XW88DB1S8H.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/WI/UOTK840WY78XW88DB1S8H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b4c2ca4b4db1ea3ab9789e665c359704fdfded39 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/WI/UOTK840WY78XW88DB1S8H.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/WO/WXM1E43VE94A5DBV2NL60.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/WO/WXM1E43VE94A5DBV2NL60.uasset new file mode 100644 index 0000000000000000000000000000000000000000..aca85d2e5ea5845fdbd27189a98169cb45c9ddf8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EV/WO/WXM1E43VE94A5DBV2NL60.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EW/5I/PDMOFKPJ1XK1W4L73Q20G.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EW/5I/PDMOFKPJ1XK1W4L73Q20G.uasset new file mode 100644 index 0000000000000000000000000000000000000000..521408ff1aa556a973e0fe80cf7d5d42ad31fc9c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EW/5I/PDMOFKPJ1XK1W4L73Q20G.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EW/9Q/LG5BW0WBPGTG0W2CMMHPD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EW/9Q/LG5BW0WBPGTG0W2CMMHPD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2aae231ce9a32cb3f8eaec8884bd9d2ef36d7d13 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EW/9Q/LG5BW0WBPGTG0W2CMMHPD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EW/BB/GI49IE3UTTDS948LOCK81.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EW/BB/GI49IE3UTTDS948LOCK81.uasset new file mode 100644 index 0000000000000000000000000000000000000000..089cf1d5f54a864bd841df7200a8ac10b35141d2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EW/BB/GI49IE3UTTDS948LOCK81.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/1T/OTQX0I32MVIT4NNO66ZCN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/1T/OTQX0I32MVIT4NNO66ZCN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1c7311a39c3fec6d1a471f6a0eda1e133adb0d57 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/1T/OTQX0I32MVIT4NNO66ZCN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/54/FILBY2GYAXF1HJJKDE4NJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/54/FILBY2GYAXF1HJJKDE4NJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..70196b2239b20566e40dcdd03633b7c481431f51 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/54/FILBY2GYAXF1HJJKDE4NJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/5B/HNOKHFFY7NSSXPAUFQUPB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/5B/HNOKHFFY7NSSXPAUFQUPB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..de84f30399194611d1f62bb21e6e54987a3d7085 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/5B/HNOKHFFY7NSSXPAUFQUPB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/TI/WO43OSSOUFN5XKXT8GNGC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/TI/WO43OSSOUFN5XKXT8GNGC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4eac5388de68c47b7325f0cb2c420eb37bc62cc2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/TI/WO43OSSOUFN5XKXT8GNGC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/TT/62EIQD0W1LEIC4VH8ALY3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/TT/62EIQD0W1LEIC4VH8ALY3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7854e2b1cece1f097a47e54e83c7fb71a681d848 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EX/TT/62EIQD0W1LEIC4VH8ALY3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/2C/LZWOL291GIZYQJ450B9B9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/2C/LZWOL291GIZYQJ450B9B9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7507ef61bbc4fefc5278f78eded4ed13a8500b81 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/2C/LZWOL291GIZYQJ450B9B9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/BI/6NEVJ739ZGECRJ0VLB0P6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/BI/6NEVJ739ZGECRJ0VLB0P6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e9abdb17b3ef4967b81edefd71814d6b7bc85b36 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/BI/6NEVJ739ZGECRJ0VLB0P6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/CK/B314ZPXGQ0ZVNMZPMROO6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/CK/B314ZPXGQ0ZVNMZPMROO6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bb3b0aa108ee101051e4aad4e7abeff7c158eb52 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/CK/B314ZPXGQ0ZVNMZPMROO6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/G3/0Z71KDX6AMXDQFBR5WM3X.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/G3/0Z71KDX6AMXDQFBR5WM3X.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3b018e41b21f64418fc4069baefd7716cb34bbf7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/G3/0Z71KDX6AMXDQFBR5WM3X.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/PG/IZXCZFAYE7QALFRRAF5QN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/PG/IZXCZFAYE7QALFRRAF5QN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f85213b6e00e61216c1556f466d99598a96eb690 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/PG/IZXCZFAYE7QALFRRAF5QN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/XF/XD289OI9FXO9QEWE2ZT1I.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/XF/XD289OI9FXO9QEWE2ZT1I.uasset new file mode 100644 index 0000000000000000000000000000000000000000..84cd67051ebe5b4be5fd17b0fe1aee0472e4ca16 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/XF/XD289OI9FXO9QEWE2ZT1I.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/YS/PGGBLJLVF8PQLOA8I9WOS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/YS/PGGBLJLVF8PQLOA8I9WOS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9c33e2d9d4ae5767b940945f7fd0edd7b98e99c5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EY/YS/PGGBLJLVF8PQLOA8I9WOS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/00/YVGEPK5ITM4F6962RCHMV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/00/YVGEPK5ITM4F6962RCHMV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a30c62985ee4f6e1c64ad9fabbc8d4dceb57ab50 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/00/YVGEPK5ITM4F6962RCHMV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/6B/KYVXKGZM2SXJ7MOFITONB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/6B/KYVXKGZM2SXJ7MOFITONB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7ceb1b6324117b272f30aba044c386bba3064a7d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/6B/KYVXKGZM2SXJ7MOFITONB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/C8/CQ5TBDVZQRFCW5ELSWL4J.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/C8/CQ5TBDVZQRFCW5ELSWL4J.uasset new file mode 100644 index 0000000000000000000000000000000000000000..45d492ade701ee6a557240b371221c5b0d01b8c7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/C8/CQ5TBDVZQRFCW5ELSWL4J.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/D2/AC0E09E3OW4QCHQF5XR4Z.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/D2/AC0E09E3OW4QCHQF5XR4Z.uasset new file mode 100644 index 0000000000000000000000000000000000000000..087f81d05452ba59d49e973d0f8339a78c6456e9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/D2/AC0E09E3OW4QCHQF5XR4Z.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/D3/TX12Y1IRI2QRQNWNJIZ3W.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/D3/TX12Y1IRI2QRQNWNJIZ3W.uasset new file mode 100644 index 0000000000000000000000000000000000000000..980f9f1177cc41519e5ac4d5cc0e0cda31162fa3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/D3/TX12Y1IRI2QRQNWNJIZ3W.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/G6/CYLJWP7N5DFRAO3KHNWFC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/G6/CYLJWP7N5DFRAO3KHNWFC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d9a0ef09098cd37316056d961ef136ce18dfa2bd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/EZ/G6/CYLJWP7N5DFRAO3KHNWFC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/0K/IB8VOGDFXASJP0SPHL92R.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/0K/IB8VOGDFXASJP0SPHL92R.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8450e540e0a2c5c8164259a9cb628e0778fcce13 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/0K/IB8VOGDFXASJP0SPHL92R.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/0U/VBEY6ZFP196JIM21JDKPQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/0U/VBEY6ZFP196JIM21JDKPQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..37cab7ef3d59e814ce017eceaabb31de1b1b7bad Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/0U/VBEY6ZFP196JIM21JDKPQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/88/JBTCN4FQACJ9POCTEXSFX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/88/JBTCN4FQACJ9POCTEXSFX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8c08dcef2f8b1c9557cc44cdccbd7193765f5161 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/88/JBTCN4FQACJ9POCTEXSFX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/W7/AWAKM9HW05LKV83QN6BJ2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/W7/AWAKM9HW05LKV83QN6BJ2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..05d9fdcce7f8e9dc9e98d9449e1a4f0a862b6e83 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/W7/AWAKM9HW05LKV83QN6BJ2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/WP/0CSITNDGKRBUYFNELBL0Y.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/WP/0CSITNDGKRBUYFNELBL0Y.uasset new file mode 100644 index 0000000000000000000000000000000000000000..053cc5003ef17b2a022aee246a27da3e6f6b07cf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F0/WP/0CSITNDGKRBUYFNELBL0Y.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/8T/BD58QW4OXTHJDL8QJHRM6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/8T/BD58QW4OXTHJDL8QJHRM6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0dc836f172c9d3f4fa4310a99970a2c2b46498cc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/8T/BD58QW4OXTHJDL8QJHRM6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/94/Q0NXY63KU31O92P8L38O0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/94/Q0NXY63KU31O92P8L38O0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..776733d67982177bba07af6a9c1f32e497a07b7c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/94/Q0NXY63KU31O92P8L38O0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/BD/BK780VA0Z0RD6INNV2ZR2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/BD/BK780VA0Z0RD6INNV2ZR2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6b8cddd00d5029db830928b26dbcb830ea086586 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/BD/BK780VA0Z0RD6INNV2ZR2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/NV/Z7AFVS4F93ECQYJAUU8KI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/NV/Z7AFVS4F93ECQYJAUU8KI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c165e2190d050f612483aea6088e884bd405d764 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/NV/Z7AFVS4F93ECQYJAUU8KI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/SJ/OCOLE2XQIZYZNAYMKZD36.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/SJ/OCOLE2XQIZYZNAYMKZD36.uasset new file mode 100644 index 0000000000000000000000000000000000000000..30668d9798f9bd35c27c7f517f5c443292017cb6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/SJ/OCOLE2XQIZYZNAYMKZD36.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/TQ/JANYYWUTUN9JKTTCQPBUD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/TQ/JANYYWUTUN9JKTTCQPBUD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..56cabd152b780aecbde371f30de0b2fd9360c829 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F1/TQ/JANYYWUTUN9JKTTCQPBUD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/AU/1WYPGRGUVQTJ437BKEXQJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/AU/1WYPGRGUVQTJ437BKEXQJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f6574e5f2dcab46e83b104ca4d18efa126149e39 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/AU/1WYPGRGUVQTJ437BKEXQJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/HM/BGQN1PI92DXG5KMXOPWT1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/HM/BGQN1PI92DXG5KMXOPWT1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e8597406e32a582a534d7aa3beab42bc6382b1c1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/HM/BGQN1PI92DXG5KMXOPWT1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/JF/52NYLMD0Y3LH5V570SKHK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/JF/52NYLMD0Y3LH5V570SKHK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c0b9c0301e699cd5c62052a7b116bf69b8696bb5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/JF/52NYLMD0Y3LH5V570SKHK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/JY/73VS3448ZBXM3DANFXCWL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/JY/73VS3448ZBXM3DANFXCWL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2b4d611bf9a56773b15f41bb10107be9cd9543f1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/JY/73VS3448ZBXM3DANFXCWL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/L5/MQU1UEOA97KZKOWYMJMO7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/L5/MQU1UEOA97KZKOWYMJMO7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..66d1cb2fd5f73b2b1f2a46d318c6bcace9f5fa9a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F2/L5/MQU1UEOA97KZKOWYMJMO7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/18/LSJCE6BTRS4FPYHMBZQCO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/18/LSJCE6BTRS4FPYHMBZQCO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fd5c55f36a650bf8cfafac2942ed68f11da6df53 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/18/LSJCE6BTRS4FPYHMBZQCO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/7Z/VFC65YQAPNOE3976ZAFZH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/7Z/VFC65YQAPNOE3976ZAFZH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9cdbc41ba8cb9969736be1dea664a3eef2837a7d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/7Z/VFC65YQAPNOE3976ZAFZH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/BX/DAAP77RZ3KJE9TBV7I3M4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/BX/DAAP77RZ3KJE9TBV7I3M4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..646dced0a99a9d27fd3c327bf4af66bfc1d06c14 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/BX/DAAP77RZ3KJE9TBV7I3M4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/M7/BNE5TEK8WQNICKU3JPK5R.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/M7/BNE5TEK8WQNICKU3JPK5R.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d28a7f86210d4d231d380bf462631b31c742bdc0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/M7/BNE5TEK8WQNICKU3JPK5R.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/MB/LUKHNFRFR0JL42TDPWUI8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/MB/LUKHNFRFR0JL42TDPWUI8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ff693cdec78d3f1e4aa41a1c68f2a2d07e40ff50 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/MB/LUKHNFRFR0JL42TDPWUI8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/ST/ZAMLPKPBOUY30IXXM8QWA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/ST/ZAMLPKPBOUY30IXXM8QWA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..79d63097bec0add17ccd01e415fd8a6203d95a25 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/ST/ZAMLPKPBOUY30IXXM8QWA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/TQ/BRPHR5LLAHKZH2BITZI8U.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/TQ/BRPHR5LLAHKZH2BITZI8U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..99f3af27c9b522aebf916ad30376e04c8dce7b44 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F3/TQ/BRPHR5LLAHKZH2BITZI8U.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F4/2I/HXQZ76UTQTWWL4TRZR34L.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F4/2I/HXQZ76UTQTWWL4TRZR34L.uasset new file mode 100644 index 0000000000000000000000000000000000000000..83677ee2e1f716ae7fb2c32d14e85da2ba0bd8c6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F4/2I/HXQZ76UTQTWWL4TRZR34L.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F4/IH/OTD28CDS21HU6TCFSGPIY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F4/IH/OTD28CDS21HU6TCFSGPIY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..93827bac40a432d7c2b496580248543a738ba5c6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F4/IH/OTD28CDS21HU6TCFSGPIY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F4/PZ/MWS3EQCFN39TT1BBZGFZO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F4/PZ/MWS3EQCFN39TT1BBZGFZO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0e4c76e167247de75e11e0b2c3d3edbc4cbddcd6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F4/PZ/MWS3EQCFN39TT1BBZGFZO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F5/59/46MY714X43VLO2TEFY4PI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F5/59/46MY714X43VLO2TEFY4PI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..893110741ed1aa39cb5530c9b7da6099782cf268 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F5/59/46MY714X43VLO2TEFY4PI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F5/8F/1LKSEXXJS553K6UWG7TC5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F5/8F/1LKSEXXJS553K6UWG7TC5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..27b5052448e8509f688cba79261a0acc8b2ee965 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F5/8F/1LKSEXXJS553K6UWG7TC5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F5/B6/BTB81X61G0QJIBBQSNJ79.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F5/B6/BTB81X61G0QJIBBQSNJ79.uasset new file mode 100644 index 0000000000000000000000000000000000000000..18d905e2a3c2375416215ad4c2e6d94d1dde9d47 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F5/B6/BTB81X61G0QJIBBQSNJ79.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F5/KE/4HS2IKGRWKIC6XHWDNPVT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F5/KE/4HS2IKGRWKIC6XHWDNPVT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fe22fdba909d3a0f623d7575f6052bce1cc1d75a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/F5/KE/4HS2IKGRWKIC6XHWDNPVT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/00/BI/KHVU1RPHVJ9TDDRHRZK0R.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/00/BI/KHVU1RPHVJ9TDDRHRZK0R.uasset new file mode 100644 index 0000000000000000000000000000000000000000..45d23a41373bad389e7834a08dac14b19c3a9184 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/00/BI/KHVU1RPHVJ9TDDRHRZK0R.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/00/U7/MNX0MVX83VN5R14SUW2OR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/00/U7/MNX0MVX83VN5R14SUW2OR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..be0767ce35a964906bc3f4a01b55aad6f7474238 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/00/U7/MNX0MVX83VN5R14SUW2OR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/02/7M/9CG5MB8QUXMQOXHKKEBEH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/02/7M/9CG5MB8QUXMQOXHKKEBEH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ab8f87a6ac6a10d13784dab929b1ca86ae6993b4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/02/7M/9CG5MB8QUXMQOXHKKEBEH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/05/61/48NPXK0CXF4ZH2L2B6KFD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/05/61/48NPXK0CXF4ZH2L2B6KFD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f56d799a5ecf050c6457f59185170daeb63b52e1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/05/61/48NPXK0CXF4ZH2L2B6KFD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/05/CV/VYX9DM8FK86OBAUJ3978P.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/05/CV/VYX9DM8FK86OBAUJ3978P.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ab2e58f73dd1ec5704211917948ae85fa9b4c7d8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/05/CV/VYX9DM8FK86OBAUJ3978P.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/06/3U/S3NOM3XKPJF3UTJPMZWLS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/06/3U/S3NOM3XKPJF3UTJPMZWLS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3472441569070eb8d9c2a8b6390c67e147c31195 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/06/3U/S3NOM3XKPJF3UTJPMZWLS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/06/DO/7F35AXZGESX26WRYEC3TQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/06/DO/7F35AXZGESX26WRYEC3TQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..325b3ba9f67d793ec8f5b6158879152a0d16d825 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/06/DO/7F35AXZGESX26WRYEC3TQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/07/1F/2QEHBCH3ICRLQXP8F1A1V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/07/1F/2QEHBCH3ICRLQXP8F1A1V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..babeb48215907206ab053db4aca7e1996bd86874 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/07/1F/2QEHBCH3ICRLQXP8F1A1V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/07/B6/ZCZMQ0GGWJ8JXTX74QM3N.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/07/B6/ZCZMQ0GGWJ8JXTX74QM3N.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4f782725387bf6c7ebcde2b1b869db3e5e6d6ea6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/07/B6/ZCZMQ0GGWJ8JXTX74QM3N.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/07/H1/M9P4E6W1BCRYNURI8RNRU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/07/H1/M9P4E6W1BCRYNURI8RNRU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c120c46ebc2260051707fb78470f7a49a1cea6c2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/07/H1/M9P4E6W1BCRYNURI8RNRU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/08/MS/NN15DF9GSXAEUIE6TQG6C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/08/MS/NN15DF9GSXAEUIE6TQG6C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a0a911db439e9ad71031fb2a14350ce221c77389 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/08/MS/NN15DF9GSXAEUIE6TQG6C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/08/XZ/AD10TNREWPF5LX64D9H2U.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/08/XZ/AD10TNREWPF5LX64D9H2U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3c589e37ed56e2c666a4d38e3816e923a7ed7aff Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/08/XZ/AD10TNREWPF5LX64D9H2U.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/09/K9/TOA2N65JT5Q6AYMH55WEG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/09/K9/TOA2N65JT5Q6AYMH55WEG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bdbd0fd81b0ce3e5c2a1d42de3f4eff19a5d7cf3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/09/K9/TOA2N65JT5Q6AYMH55WEG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/09/OQ/A7VLM51LT0Z29LGWJO5HV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/09/OQ/A7VLM51LT0Z29LGWJO5HV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a0816cb234c38a6e99e0348143c324cf8be2aad6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/09/OQ/A7VLM51LT0Z29LGWJO5HV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/09/SI/I4SRMOPM25FIE904DK5Q1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/09/SI/I4SRMOPM25FIE904DK5Q1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1fbc023a4ac754872d78e63e0793e1c6aae5f360 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/09/SI/I4SRMOPM25FIE904DK5Q1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0A/KH/M31KPPUFKZ029UNMPNHCL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0A/KH/M31KPPUFKZ029UNMPNHCL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b0fa6dfc63092edd817c4f8bb3a459b9236e74ca Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0A/KH/M31KPPUFKZ029UNMPNHCL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0A/MY/WSDQ899GTMBNJV0THDX3U.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0A/MY/WSDQ899GTMBNJV0THDX3U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..314ba2d49dff0b87133d33b91e3f7143cb225d8b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0A/MY/WSDQ899GTMBNJV0THDX3U.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0D/YI/A0PB1CTNY89JH3C5S5784.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0D/YI/A0PB1CTNY89JH3C5S5784.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1220869f50474e5e016e83a1e0a4ad5bd26ac321 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0D/YI/A0PB1CTNY89JH3C5S5784.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0E/2L/FYDOWOEN4N1UH9NQAML1M.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0E/2L/FYDOWOEN4N1UH9NQAML1M.uasset new file mode 100644 index 0000000000000000000000000000000000000000..82f856259765f8ed3a96dd0bc0f1b8a4203b34c5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0E/2L/FYDOWOEN4N1UH9NQAML1M.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0E/KS/2OJMZHIFWLQTRQFUVB17J.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0E/KS/2OJMZHIFWLQTRQFUVB17J.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8d1c3b35ccff39fe864525f41973109eabace13b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0E/KS/2OJMZHIFWLQTRQFUVB17J.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0E/N0/DJEXKO5ZIE9V5IKZ37JVZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0E/N0/DJEXKO5ZIE9V5IKZ37JVZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a65d53d93020a5cb79381eb7e42fa614262b7ada Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0E/N0/DJEXKO5ZIE9V5IKZ37JVZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0G/87/KN48GCFP1A80HZT61GSGZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0G/87/KN48GCFP1A80HZT61GSGZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..45b296b959575b513cfe68a731927047913bbd83 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0G/87/KN48GCFP1A80HZT61GSGZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0G/T9/0VRG0D6MVTRZ8O17WYRMM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0G/T9/0VRG0D6MVTRZ8O17WYRMM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..58267bf7dcb282e5769c3c3aa42079f3eb09ee5e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0G/T9/0VRG0D6MVTRZ8O17WYRMM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0G/WF/3LPLZ5N8VH2IGUMPZFM7K.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0G/WF/3LPLZ5N8VH2IGUMPZFM7K.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cf014643fb785ecf21da8f48daa574e135ff445f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0G/WF/3LPLZ5N8VH2IGUMPZFM7K.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0I/28/1JMRP0X87STIVFEXJWOBP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0I/28/1JMRP0X87STIVFEXJWOBP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ea4c1ba98fea54496f1c0536df2d56246968c8b2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0I/28/1JMRP0X87STIVFEXJWOBP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0I/J4/I4DZNOLBXKA2ORCERVIR5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0I/J4/I4DZNOLBXKA2ORCERVIR5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e20609cf581d56cec6e60f13c2c0a8a27218a1b0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0I/J4/I4DZNOLBXKA2ORCERVIR5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0K/61/C1E5AQCUMMZH3Y3DD66ZN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0K/61/C1E5AQCUMMZH3Y3DD66ZN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..648ff4b224e0ad56c638a676f69bbb1df84dd6b9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0K/61/C1E5AQCUMMZH3Y3DD66ZN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0K/SD/1SUGVZ6EYRFU8UNJRK3KT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0K/SD/1SUGVZ6EYRFU8UNJRK3KT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b28e4a83909d2ffd51bef68bddbb56c75b731d49 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0K/SD/1SUGVZ6EYRFU8UNJRK3KT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0L/C3/HA5CRJ11BYE4WVYYWXXUS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0L/C3/HA5CRJ11BYE4WVYYWXXUS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..48a3c9205e60089083fcc88759098a2ea9acb109 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0L/C3/HA5CRJ11BYE4WVYYWXXUS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0M/OA/BJ45BD2UG8X2GJH5H62HE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0M/OA/BJ45BD2UG8X2GJH5H62HE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..505c08a9a49e3d8097f3e2c7fa8e3e831e0cb2c0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0M/OA/BJ45BD2UG8X2GJH5H62HE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0M/RH/MLN56QD13EATGAY3FIGR6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0M/RH/MLN56QD13EATGAY3FIGR6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cfdee1cb44051741df290d6cfec8b12c7cedc181 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0M/RH/MLN56QD13EATGAY3FIGR6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0M/TH/71IGBEE708C5ZUGDIIJIY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0M/TH/71IGBEE708C5ZUGDIIJIY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ccc7f477333cd79d2e90bb7ae968db51fd36d8b1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0M/TH/71IGBEE708C5ZUGDIIJIY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0N/FS/5ND1I8NGNSKZGX7NTKFQZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0N/FS/5ND1I8NGNSKZGX7NTKFQZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1c13a10d666ac9e16c21d19a9e914f9b89626b7c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0N/FS/5ND1I8NGNSKZGX7NTKFQZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0N/HW/NGLOYK7XU5MVXS908JVP1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0N/HW/NGLOYK7XU5MVXS908JVP1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d6978e5ebe1f0c0b360f55f6b0503d9b10ddd7ee Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0N/HW/NGLOYK7XU5MVXS908JVP1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0O/4E/M066XI2BLX6X9H9OZ8D8W.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0O/4E/M066XI2BLX6X9H9OZ8D8W.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2e57192957a689e4957fd535fb782adaf5ec1c92 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0O/4E/M066XI2BLX6X9H9OZ8D8W.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0P/Z1/6YZI3KWVERWVAW5Y19GM6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0P/Z1/6YZI3KWVERWVAW5Y19GM6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8d7e9491a07c8b69c57cb147d7934bb5a716c74e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0P/Z1/6YZI3KWVERWVAW5Y19GM6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Q/ZO/RARN5IYPFOI15PO8F7WA5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Q/ZO/RARN5IYPFOI15PO8F7WA5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3926d4a70493a733f8863d40a0a5109d15aada88 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Q/ZO/RARN5IYPFOI15PO8F7WA5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0R/3G/DS3D5TBQ5SET98TZ7WTC3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0R/3G/DS3D5TBQ5SET98TZ7WTC3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0ca02467737a8634c1b7b66c8d5c2239aa67c8de Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0R/3G/DS3D5TBQ5SET98TZ7WTC3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0R/EA/1XF93B109YIT1PKIOGFGQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0R/EA/1XF93B109YIT1PKIOGFGQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..25b9507fb4d91e0e7ffb4ccba8e4406d043e27ed Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0R/EA/1XF93B109YIT1PKIOGFGQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0R/TO/5TCS6CBJ0MO19C614FIC5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0R/TO/5TCS6CBJ0MO19C614FIC5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..57b10417d3bcaa91960c966d9ffa419814fea0e1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0R/TO/5TCS6CBJ0MO19C614FIC5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0S/8E/FM3U2ONW4KDFH1TA6SUE4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0S/8E/FM3U2ONW4KDFH1TA6SUE4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..64a83204fc5e729c72793eefee6ff2265ee0aa17 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0S/8E/FM3U2ONW4KDFH1TA6SUE4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0S/8J/YLMQX8PDAHRQ1LSPJVO7L.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0S/8J/YLMQX8PDAHRQ1LSPJVO7L.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f2bce1aa5a98621c6e9cf0a542e74eaf1982ea11 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0S/8J/YLMQX8PDAHRQ1LSPJVO7L.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0T/K7/I63MRCMA16SBUOYS7YUAM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0T/K7/I63MRCMA16SBUOYS7YUAM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2defe88c843ee789a4cfe92b09c76edbf773162a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0T/K7/I63MRCMA16SBUOYS7YUAM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0T/LQ/E63ES9N17ELFMAJO97WPO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0T/LQ/E63ES9N17ELFMAJO97WPO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3c21f5734fe3be75eec01ac7edb5a1cd39376bbb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0T/LQ/E63ES9N17ELFMAJO97WPO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0T/PP/DBU6BPJKL0VHPND8HB0TN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0T/PP/DBU6BPJKL0VHPND8HB0TN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e1d788c5b3afd7e963a1dcef237925b61bcc7dd1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0T/PP/DBU6BPJKL0VHPND8HB0TN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0V/3R/3JBF5A1QVBURZHB8SMXNN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0V/3R/3JBF5A1QVBURZHB8SMXNN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e63c3a450650cf979be9670b63b727bacc5da441 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0V/3R/3JBF5A1QVBURZHB8SMXNN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0W/CX/Y7B65BX456WHSHA93ULM5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0W/CX/Y7B65BX456WHSHA93ULM5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3cd502200d5403bdffbc0e683fb60833ce833cfd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0W/CX/Y7B65BX456WHSHA93ULM5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0W/D1/TUL8N5F80CEZQTLRT4Y3M.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0W/D1/TUL8N5F80CEZQTLRT4Y3M.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1c7e15648e9c53366734d22f09ec15e3292f8cd2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0W/D1/TUL8N5F80CEZQTLRT4Y3M.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0W/FM/O279ID3F9E0JE195Q3ILN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0W/FM/O279ID3F9E0JE195Q3ILN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cfbab1b4833b6deeb1c42699ce7db193605f410b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0W/FM/O279ID3F9E0JE195Q3ILN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0W/SW/U5ISKGT7QVMBRAVIXV5FD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0W/SW/U5ISKGT7QVMBRAVIXV5FD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1c6adeb62af3e437e9ee7943b0e62bc93ccea86b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0W/SW/U5ISKGT7QVMBRAVIXV5FD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0X/L2/K3XW0PWBUESPWPS37S4WC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0X/L2/K3XW0PWBUESPWPS37S4WC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4ea422ff455c6afd3657839c4bf34310255968d0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0X/L2/K3XW0PWBUESPWPS37S4WC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0X/PW/4QQ2HHLNOZ6UDMZ1Z3F1B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0X/PW/4QQ2HHLNOZ6UDMZ1Z3F1B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..352f55e2a010920b8c5274f5c20ff63045045048 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0X/PW/4QQ2HHLNOZ6UDMZ1Z3F1B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Y/5L/TWFJH91PY2HEEYYAQ0DKD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Y/5L/TWFJH91PY2HEEYYAQ0DKD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a980ca2c142900c876049e061086ae268fb9de7d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Y/5L/TWFJH91PY2HEEYYAQ0DKD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Z/49/E9NYZZOUEVHV9VV2RUDSO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Z/49/E9NYZZOUEVHV9VV2RUDSO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f45a181ad26164791cff7b914ad5b00a29b50e81 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Z/49/E9NYZZOUEVHV9VV2RUDSO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Z/R7/XJPRFVGLCYYDOT9WJQ5A8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Z/R7/XJPRFVGLCYYDOT9WJQ5A8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..03a119b72525d6763913ca1499808085fc79396f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Z/R7/XJPRFVGLCYYDOT9WJQ5A8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Z/YJ/CQGTKVGUY7KSZWGQD22B3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Z/YJ/CQGTKVGUY7KSZWGQD22B3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7513a549e36f6787d1decbcb2a17d407f62c5231 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/0Z/YJ/CQGTKVGUY7KSZWGQD22B3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/11/9C/AUQIO3TB6BCLD3Q54Z9OI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/11/9C/AUQIO3TB6BCLD3Q54Z9OI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c5532710d34bab7500f4a145f323c6d0fd611ded Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/11/9C/AUQIO3TB6BCLD3Q54Z9OI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/11/9S/4C7D0W8I34ZIIYVCT95ZW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/11/9S/4C7D0W8I34ZIIYVCT95ZW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..731b86496ded4a932f7deb79dda8f80def14ed81 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/11/9S/4C7D0W8I34ZIIYVCT95ZW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/11/IR/0BCZ13JEFEPCM6OQS5HNY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/11/IR/0BCZ13JEFEPCM6OQS5HNY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c0b4f9124301b3f0e35aa7c64ed019b2e2fb3d14 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/11/IR/0BCZ13JEFEPCM6OQS5HNY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/12/FE/JW4FPIU5OR7EJUU1WY9I1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/12/FE/JW4FPIU5OR7EJUU1WY9I1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7ef64faeac2f235584c34e868e6185497c44df72 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/12/FE/JW4FPIU5OR7EJUU1WY9I1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/12/VH/SQTBPPSXWG0GQ3B6OB3RZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/12/VH/SQTBPPSXWG0GQ3B6OB3RZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..885db0ea694686399bd79382ad82ac6196d2a888 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/12/VH/SQTBPPSXWG0GQ3B6OB3RZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/15/E0/VGBXJ6K0WMUK0KTQGFMIA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/15/E0/VGBXJ6K0WMUK0KTQGFMIA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7cb01724527e253d83e194c68664d236abea0f15 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/15/E0/VGBXJ6K0WMUK0KTQGFMIA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/16/86/3CIAVPLRXK8LDLL23VAK4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/16/86/3CIAVPLRXK8LDLL23VAK4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8287fd550f889ca5dccbebdffb08f7915cd22a54 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/16/86/3CIAVPLRXK8LDLL23VAK4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/16/BZ/WGRSJLXX3O6414UJJLJ68.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/16/BZ/WGRSJLXX3O6414UJJLJ68.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4ab6ca516776edd928422907948c0b5f8d824ab5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/16/BZ/WGRSJLXX3O6414UJJLJ68.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/17/GY/SQKK6ZLB47OHTXNG2PYH5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/17/GY/SQKK6ZLB47OHTXNG2PYH5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..962428ee523df6180adf7cc95a7e9c4b4992655a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/17/GY/SQKK6ZLB47OHTXNG2PYH5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/17/V9/FU0QYATH014DBHAZ3M760.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/17/V9/FU0QYATH014DBHAZ3M760.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6928005a6f15ba34443cb0a5f96f6d9d68839f84 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/17/V9/FU0QYATH014DBHAZ3M760.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/18/OC/8PYPOOQD2K68VS0DH1L09.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/18/OC/8PYPOOQD2K68VS0DH1L09.uasset new file mode 100644 index 0000000000000000000000000000000000000000..17c297d7b8e7214bda25eefe5ce24b926dc19a0f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/18/OC/8PYPOOQD2K68VS0DH1L09.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1A/3S/D09OO2FEM52YXT3L68O80.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1A/3S/D09OO2FEM52YXT3L68O80.uasset new file mode 100644 index 0000000000000000000000000000000000000000..047e39d5c7a2ede2441943c66be1d05ed7e4afec Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1A/3S/D09OO2FEM52YXT3L68O80.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1A/59/XACNA1MO1YH21G1EGCDS3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1A/59/XACNA1MO1YH21G1EGCDS3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..67a1a0a7036f8f35b399052e68a8a8069da5f680 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1A/59/XACNA1MO1YH21G1EGCDS3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1A/ZC/Z00BA0TGODEY8S9WMNPUG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1A/ZC/Z00BA0TGODEY8S9WMNPUG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..28385997a71c335140d587fc5250b7a4bfb17d2f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1A/ZC/Z00BA0TGODEY8S9WMNPUG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1B/81/MQE9VQZYFILGFHIX7FSQ4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1B/81/MQE9VQZYFILGFHIX7FSQ4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8ea49db8cecd657a7148851dfa735271802ea283 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1B/81/MQE9VQZYFILGFHIX7FSQ4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1B/Z6/D4Y6D13TIOO4F9T54WWVI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1B/Z6/D4Y6D13TIOO4F9T54WWVI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..606a1c05a8e46a7df6c07994167b8a98ebf2e4a1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1B/Z6/D4Y6D13TIOO4F9T54WWVI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1C/95/WZJAD47F40KRETZM9DRWN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1C/95/WZJAD47F40KRETZM9DRWN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..07937ced5c2d1cf62b6d75b563b20659a2577ef5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1C/95/WZJAD47F40KRETZM9DRWN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1C/CY/Y26C8JGMBSXSKMZWSYM33.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1C/CY/Y26C8JGMBSXSKMZWSYM33.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0c0c7034d620aea492d682fc1285c27386e27205 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1C/CY/Y26C8JGMBSXSKMZWSYM33.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1C/PV/3ZCW1E0UKCWCWSW9XNLAP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1C/PV/3ZCW1E0UKCWCWSW9XNLAP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2e3c90112398dd28909818b24f225930a252741d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1C/PV/3ZCW1E0UKCWCWSW9XNLAP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1D/P5/WJH3OPYXRX3HTNVVMYROP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1D/P5/WJH3OPYXRX3HTNVVMYROP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9bc585f85aacaebaad2dd5e2d97f8ab2d3ac2c8b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1D/P5/WJH3OPYXRX3HTNVVMYROP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1E/95/5ESY4FAA34YDCAPTB00A6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1E/95/5ESY4FAA34YDCAPTB00A6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8bc253d33583ea2d2486045617dddd0351355757 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1E/95/5ESY4FAA34YDCAPTB00A6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1F/UN/QNC0F4LCCVBEA96WARG25.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1F/UN/QNC0F4LCCVBEA96WARG25.uasset new file mode 100644 index 0000000000000000000000000000000000000000..813e1d5fd36317f72f626635375a5d92fcf95188 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1F/UN/QNC0F4LCCVBEA96WARG25.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1H/FR/T9KHJYX4MP9FU9KNP5893.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1H/FR/T9KHJYX4MP9FU9KNP5893.uasset new file mode 100644 index 0000000000000000000000000000000000000000..14a9fb0114cea09e717fda83803d252a701434c6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1H/FR/T9KHJYX4MP9FU9KNP5893.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1H/YJ/Z8OVS6EPASRR1WIP92RD3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1H/YJ/Z8OVS6EPASRR1WIP92RD3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7c5413274d6889a125ae56135d14fb988f6e4a6f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1H/YJ/Z8OVS6EPASRR1WIP92RD3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1I/9X/7PU5OZP9BT6N8L60W6U2V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1I/9X/7PU5OZP9BT6N8L60W6U2V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2e4f14b92c11b0f7fdc1b884f0845ee242f750b6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1I/9X/7PU5OZP9BT6N8L60W6U2V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1I/O5/RZK30L4E0FUDPM5YK3EH7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1I/O5/RZK30L4E0FUDPM5YK3EH7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7ccddf34f758e9f733f5d1f0837d171c3f401650 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1I/O5/RZK30L4E0FUDPM5YK3EH7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1J/2A/N2CLG86VJ7AUAVZYL29SX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1J/2A/N2CLG86VJ7AUAVZYL29SX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b9845230e3805ee4f2277007ab0131d350e2d084 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1J/2A/N2CLG86VJ7AUAVZYL29SX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1J/G6/BSE43MDZR8O6BBQK5SDVI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1J/G6/BSE43MDZR8O6BBQK5SDVI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d8f8ed5ba5300a247ac4743a12b31938323c49b9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1J/G6/BSE43MDZR8O6BBQK5SDVI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1K/V0/CN32H1LYIN4H762EKD6PJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1K/V0/CN32H1LYIN4H762EKD6PJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..513d5acae4dffb6d7d32a516ed6354772034853e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1K/V0/CN32H1LYIN4H762EKD6PJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1L/CM/YDY90VLI2ZIUJNCI9UW1N.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1L/CM/YDY90VLI2ZIUJNCI9UW1N.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e31bd482ef2c0338359ffa4485746b5c75486902 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1L/CM/YDY90VLI2ZIUJNCI9UW1N.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1L/EW/ME0EV8OBAFNOGMAL4R2D3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1L/EW/ME0EV8OBAFNOGMAL4R2D3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1ee02f009175dfbf017a569f7f3677d50b9b30ae Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1L/EW/ME0EV8OBAFNOGMAL4R2D3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1M/14/K5GXD70VR3Z4N6ZFP1AIV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1M/14/K5GXD70VR3Z4N6ZFP1AIV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f496d75a8941373fc17c48879f2d4892169108d8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1M/14/K5GXD70VR3Z4N6ZFP1AIV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1M/36/HPL5LJ4T9FCORKA0NYENA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1M/36/HPL5LJ4T9FCORKA0NYENA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..92ad600bbe88ae4b5d9c9db64780545bd1f0d576 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1M/36/HPL5LJ4T9FCORKA0NYENA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1M/8J/HZCPV7ZI6LWBZ37FG8NIL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1M/8J/HZCPV7ZI6LWBZ37FG8NIL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1758c0c035115ec398199c074b239fcead3bcefa Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1M/8J/HZCPV7ZI6LWBZ37FG8NIL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1N/HX/PWNAU4KLE8AP3E02KL7K9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1N/HX/PWNAU4KLE8AP3E02KL7K9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..835fc47e15bbea6d282d4de502b54aeb92cccb0d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1N/HX/PWNAU4KLE8AP3E02KL7K9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1N/J0/CTP6RHMKSDA7JHXYIXY4K.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1N/J0/CTP6RHMKSDA7JHXYIXY4K.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6d9fa4a1ed58301bd74bb6d15df97d72e834e1d9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1N/J0/CTP6RHMKSDA7JHXYIXY4K.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1O/6C/E9B48P2NJGKUU9WZ4QOJA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1O/6C/E9B48P2NJGKUU9WZ4QOJA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b9a7240381c49ca7d570a4869725389c137b6b99 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1O/6C/E9B48P2NJGKUU9WZ4QOJA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1O/E6/RSK30O89WGSAPRKVUPQCY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1O/E6/RSK30O89WGSAPRKVUPQCY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..528c770cdf7f1c778ef8dc2b028061d964731b17 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1O/E6/RSK30O89WGSAPRKVUPQCY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Q/7O/2Q5EZAAPKQHUPZAKDTBJE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Q/7O/2Q5EZAAPKQHUPZAKDTBJE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..891907b6f51dcb6f7aa23066d64b8cd25dc587f8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Q/7O/2Q5EZAAPKQHUPZAKDTBJE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Q/9T/5EONIU92H0NFCI4D9K13Z.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Q/9T/5EONIU92H0NFCI4D9K13Z.uasset new file mode 100644 index 0000000000000000000000000000000000000000..961bd5b7136c4b21ce0a5774b6c463276ac259f7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Q/9T/5EONIU92H0NFCI4D9K13Z.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Q/DM/H2QBC6HQ5WIIF50QF76Y2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Q/DM/H2QBC6HQ5WIIF50QF76Y2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..62083ebdd877c6439b8d64d7072d2aa5330069cf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Q/DM/H2QBC6HQ5WIIF50QF76Y2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Q/HM/RGGTCKCN9CSJOOGB6UOUL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Q/HM/RGGTCKCN9CSJOOGB6UOUL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..992c5d5322e268f2a0b127dc941e62f2e862d39c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Q/HM/RGGTCKCN9CSJOOGB6UOUL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1R/49/1BL92F8QLVMGVUU3CSX99.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1R/49/1BL92F8QLVMGVUU3CSX99.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e8e44970e15792ab7f6132ae105701dd52a96924 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1R/49/1BL92F8QLVMGVUU3CSX99.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1R/B6/ZC9FX946NMBPWAP88363A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1R/B6/ZC9FX946NMBPWAP88363A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..31ea4ba5da8e3731c85de9d9ec7ce6f257322303 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1R/B6/ZC9FX946NMBPWAP88363A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1S/PA/263JIMDN56RO2KK66JAUK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1S/PA/263JIMDN56RO2KK66JAUK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6e5babd072ee2f6e33e64c871690b27d78d519c3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1S/PA/263JIMDN56RO2KK66JAUK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1U/9D/SPEYTOUXZE4ZTG66SR76E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1U/9D/SPEYTOUXZE4ZTG66SR76E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4bee1ca8f2531b6e7c554c734ef4ae4cca43a496 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1U/9D/SPEYTOUXZE4ZTG66SR76E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1V/3H/JIUWBZTIYCFFZ4UBBVNDS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1V/3H/JIUWBZTIYCFFZ4UBBVNDS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7019a377d4261e73b40b628c606fa38d3c3598b7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1V/3H/JIUWBZTIYCFFZ4UBBVNDS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1V/AT/PRF4OS267USZ6AGJFDRHG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1V/AT/PRF4OS267USZ6AGJFDRHG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5aa278c8a8a7a7b706b5f88b5d5312b8c2cc4332 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1V/AT/PRF4OS267USZ6AGJFDRHG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1W/B7/AE71VN7S0AWMAS8ZLB5R7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1W/B7/AE71VN7S0AWMAS8ZLB5R7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9be3b6c0157649f34326f78b42522af8e056ce72 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1W/B7/AE71VN7S0AWMAS8ZLB5R7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1X/GX/QQQVTNDWFBA0CGBRJ2CFA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1X/GX/QQQVTNDWFBA0CGBRJ2CFA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..79c8472be4e311a27b01535da7464eca940087cd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1X/GX/QQQVTNDWFBA0CGBRJ2CFA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1X/M7/OW5YQUC5NAIVVKAS34TM2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1X/M7/OW5YQUC5NAIVVKAS34TM2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..67a00b1fbefcfd048072f337a16dc0b00527b848 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1X/M7/OW5YQUC5NAIVVKAS34TM2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1X/R3/PARDIVFYEHLRKMQ8XZDNT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1X/R3/PARDIVFYEHLRKMQ8XZDNT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..da3eb9a578f164983b546983993003d5d0f82093 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1X/R3/PARDIVFYEHLRKMQ8XZDNT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Y/LF/0XMBHRI5VC5IRYB2CACP3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Y/LF/0XMBHRI5VC5IRYB2CACP3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8762dbb66e462c060ad623b937b2f365723ca1d9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Y/LF/0XMBHRI5VC5IRYB2CACP3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Z/FB/EXQRTUAUQ6V83937K1GOT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Z/FB/EXQRTUAUQ6V83937K1GOT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ed8d1b74f27bf15d93973f20f881384e1b190cbb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Z/FB/EXQRTUAUQ6V83937K1GOT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Z/QN/6XBO8ZQUFE7VT3O4N5JRN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Z/QN/6XBO8ZQUFE7VT3O4N5JRN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ceb71ab6490c18316cfcf711295f0429d71140e5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Z/QN/6XBO8ZQUFE7VT3O4N5JRN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Z/XZ/I689O7N0ZYSBMEEUR9ZKY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Z/XZ/I689O7N0ZYSBMEEUR9ZKY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2c81e3f53504744c6437f62b27dfbb8c30a824dc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/1Z/XZ/I689O7N0ZYSBMEEUR9ZKY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/20/7R/5LM3C8NDD4G2PHN06GKLM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/20/7R/5LM3C8NDD4G2PHN06GKLM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..21fa09dbd7a83664beadc599f13ef64e87d5cb90 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/20/7R/5LM3C8NDD4G2PHN06GKLM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/20/A4/GGEX634Y0DL8HPZK1JNXB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/20/A4/GGEX634Y0DL8HPZK1JNXB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2f1f39182e8c268959d237613ecdda878fb39052 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/20/A4/GGEX634Y0DL8HPZK1JNXB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/20/LR/4IZ8B95UJW50MEELEE9M3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/20/LR/4IZ8B95UJW50MEELEE9M3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a598e04c7dee529406d35525b17411a355139eb2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/20/LR/4IZ8B95UJW50MEELEE9M3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/22/GP/BC0YOKQ3AIW95T76OWRQ8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/22/GP/BC0YOKQ3AIW95T76OWRQ8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1a4a3997e78226a0f9b475bc0233d96942628c0e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/22/GP/BC0YOKQ3AIW95T76OWRQ8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/22/GV/3J9NVMD3247S4M0RCLFMG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/22/GV/3J9NVMD3247S4M0RCLFMG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6c8a90c811c17f29e5ea99d418fbe065f22bdd56 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/22/GV/3J9NVMD3247S4M0RCLFMG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/23/3M/MRETBOXUS3FOEZ2G1ABHC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/23/3M/MRETBOXUS3FOEZ2G1ABHC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c4414100882073f189d0f66033bf5360def90899 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/23/3M/MRETBOXUS3FOEZ2G1ABHC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/23/6K/TML6CWE4PXM8I2NDGSAOB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/23/6K/TML6CWE4PXM8I2NDGSAOB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..859af082e37f204438b0233945bcdde13c637aad Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/23/6K/TML6CWE4PXM8I2NDGSAOB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/24/YZ/OV6HSE4JLJS21GM72SI88.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/24/YZ/OV6HSE4JLJS21GM72SI88.uasset new file mode 100644 index 0000000000000000000000000000000000000000..13dc1e95d641d1303b97a6e4101e983058c7b950 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/24/YZ/OV6HSE4JLJS21GM72SI88.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/25/96/GDE0LH5BQT5Y65P5MASRY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/25/96/GDE0LH5BQT5Y65P5MASRY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f21e25bc12ba293944056931fd41fcb4225f5e70 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/25/96/GDE0LH5BQT5Y65P5MASRY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/25/G4/VXDEJDGY8MXCQMLTJQZR2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/25/G4/VXDEJDGY8MXCQMLTJQZR2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9e4edc0e2a4629670dd9cb02257aedf71ea7b19e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/25/G4/VXDEJDGY8MXCQMLTJQZR2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/25/XJ/W7Z2BSZJP3P5E1IXOF9S2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/25/XJ/W7Z2BSZJP3P5E1IXOF9S2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..524711759f11f954acd4a3694c45ba085757618d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/25/XJ/W7Z2BSZJP3P5E1IXOF9S2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/26/DH/1D32OMMEDNFRT5SHDWSKS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/26/DH/1D32OMMEDNFRT5SHDWSKS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ee7a42eda078cb43fe912db00aa77814438bbab6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/26/DH/1D32OMMEDNFRT5SHDWSKS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/27/7S/V6EER5XUTZ85L7WU6ZD44.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/27/7S/V6EER5XUTZ85L7WU6ZD44.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0621a1da6bfab3aa9d06d237abe62f31ad7d3dce Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/27/7S/V6EER5XUTZ85L7WU6ZD44.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/28/52/QRGAMDMPCEPGRZAWFVGO7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/28/52/QRGAMDMPCEPGRZAWFVGO7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d11adfbae2f8c4723e7c1eee2a718d4cdafc17db Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/28/52/QRGAMDMPCEPGRZAWFVGO7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/28/MR/PEBK3A15BTIBSMZNZFFA6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/28/MR/PEBK3A15BTIBSMZNZFFA6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..39b17ff94bf0d501a7bd5ce9aa58e5c23eadbd98 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/28/MR/PEBK3A15BTIBSMZNZFFA6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/28/O4/NB6WIHBNMY71A5WGKJAHB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/28/O4/NB6WIHBNMY71A5WGKJAHB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5de9438c1bbb542e5ea64423267f60c3d6f9a286 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/28/O4/NB6WIHBNMY71A5WGKJAHB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/28/VG/F2RDB5I3LY924SNI39ZM6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/28/VG/F2RDB5I3LY924SNI39ZM6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4df2d7757038dbd2e3856119c1ddbd469f93b806 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/28/VG/F2RDB5I3LY924SNI39ZM6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/29/8S/GSBTDZLIUC9EQGIH8D9TX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/29/8S/GSBTDZLIUC9EQGIH8D9TX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3ea141c233688f6d1c9d491879f0e57fb0f7d1f6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/29/8S/GSBTDZLIUC9EQGIH8D9TX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2A/DV/WDJNOJXZC5B0J5L6N76OZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2A/DV/WDJNOJXZC5B0J5L6N76OZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cb2ed0099ef61e66a0c8d2b33ea28d1fc5f1fef3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2A/DV/WDJNOJXZC5B0J5L6N76OZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2A/EK/KWSE8ZKHC5GFI5Q9OGI2H.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2A/EK/KWSE8ZKHC5GFI5Q9OGI2H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..504da9eb05e3536982f196a06ea5162856ec323a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2A/EK/KWSE8ZKHC5GFI5Q9OGI2H.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2C/YL/O7SM84GDJ1AD99H8WAV5V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2C/YL/O7SM84GDJ1AD99H8WAV5V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dbcab76a540de9b26970c0e441755d6a2bd97d36 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2C/YL/O7SM84GDJ1AD99H8WAV5V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2E/CP/HO2VKWAEIDXTHD3EM9Q03.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2E/CP/HO2VKWAEIDXTHD3EM9Q03.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3141176ed8a32046e9e182322310a205d2b8e937 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2E/CP/HO2VKWAEIDXTHD3EM9Q03.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2E/PM/VDW47BZLB23Z8U0ZSNYV5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2E/PM/VDW47BZLB23Z8U0ZSNYV5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..86c7a052a6f308eb3b3d357d2308ecf9aeacf132 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2E/PM/VDW47BZLB23Z8U0ZSNYV5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2F/2F/4KM7S6N7AJHBV83XFE3AM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2F/2F/4KM7S6N7AJHBV83XFE3AM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e8f8633e069ca8cf3371cdff05cb15e71e043407 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2F/2F/4KM7S6N7AJHBV83XFE3AM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2F/IU/L35N7SP2O6ODXZUG0EDP7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2F/IU/L35N7SP2O6ODXZUG0EDP7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8e0e5bf58d7bba78d02c46c66eea010b9d6820c5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2F/IU/L35N7SP2O6ODXZUG0EDP7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2G/0X/6YS410PKDH82D3LZ4LHG6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2G/0X/6YS410PKDH82D3LZ4LHG6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..897e1db42dd47c8942e09aff4c0390465c823349 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2G/0X/6YS410PKDH82D3LZ4LHG6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2G/LK/76F6JCN5UTBCQ6U2K8R4L.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2G/LK/76F6JCN5UTBCQ6U2K8R4L.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f072b3a1b8fc0ec2a2cc4f1bfe70cfb75223bf2e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2G/LK/76F6JCN5UTBCQ6U2K8R4L.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2H/QM/QW0A13BEDX9O9AEWSTDOE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2H/QM/QW0A13BEDX9O9AEWSTDOE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f88b4c6d88cd2a7314638a46e157353944803cf4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2H/QM/QW0A13BEDX9O9AEWSTDOE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2I/NJ/A0G6LIUOZMDNLFL12WQBV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2I/NJ/A0G6LIUOZMDNLFL12WQBV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0a2a00436da9e7512e7746892815888f0c863338 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2I/NJ/A0G6LIUOZMDNLFL12WQBV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2I/SD/GFRK3Z19Q1G8NAG5GBQYF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2I/SD/GFRK3Z19Q1G8NAG5GBQYF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..65b00a8e6ceaa04d71cc9b7f185abc0277e6d95a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2I/SD/GFRK3Z19Q1G8NAG5GBQYF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2J/P2/8CHO3P1EMHUCISHAD3QJM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2J/P2/8CHO3P1EMHUCISHAD3QJM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ac2b79e51811845c9f05c0b6cfb9fbc099d65b55 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2J/P2/8CHO3P1EMHUCISHAD3QJM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2K/98/MLOPS94F6WP1NP708Q1L1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2K/98/MLOPS94F6WP1NP708Q1L1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4f32bab8677f09af487be152595eedf822c15d55 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2K/98/MLOPS94F6WP1NP708Q1L1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2K/OU/TYW3YR9F8TCZZCMUKP3TK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2K/OU/TYW3YR9F8TCZZCMUKP3TK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1c8f4994660de4a5441200576d47d12ec2d2f85f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2K/OU/TYW3YR9F8TCZZCMUKP3TK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2L/CD/BIAEU3X3BDPENI3UEA1SO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2L/CD/BIAEU3X3BDPENI3UEA1SO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b55e1324e61338e0aa4ba92de9135b9b691c4263 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2L/CD/BIAEU3X3BDPENI3UEA1SO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2L/NL/C1DY2AP5GABU8WCWO2STN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2L/NL/C1DY2AP5GABU8WCWO2STN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5d9511ef530cc5d4457ad5cc81d6674da2f09589 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2L/NL/C1DY2AP5GABU8WCWO2STN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2M/15/9ZHZNXHQALWV1HF4O8KUB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2M/15/9ZHZNXHQALWV1HF4O8KUB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e69aa60ba9724879a905c1a8d47c1f05c7b2bbde Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2M/15/9ZHZNXHQALWV1HF4O8KUB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2M/5D/G425YPDK1BAD43SMGV9XL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2M/5D/G425YPDK1BAD43SMGV9XL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8f798079a9ec2f7438237f607af174733967d83c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2M/5D/G425YPDK1BAD43SMGV9XL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2M/J1/W64JU1XUVJ4CWR8HI9RU4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2M/J1/W64JU1XUVJ4CWR8HI9RU4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b8d8bcbd1c8826b787daf1735561ee547014b221 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2M/J1/W64JU1XUVJ4CWR8HI9RU4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2M/U4/8F3H88JAVI9NBC109183V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2M/U4/8F3H88JAVI9NBC109183V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..932039c79bf0d336762d8a3a44428412c9a91ac2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2M/U4/8F3H88JAVI9NBC109183V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2N/UV/MWYDYWIX0XWMB1UTVREIN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2N/UV/MWYDYWIX0XWMB1UTVREIN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..defd116e6b1c84c82e49feb2b82a9c603c1cd6cf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2N/UV/MWYDYWIX0XWMB1UTVREIN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2N/UY/F1KD3Q5Z3LU7K1YN96ADQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2N/UY/F1KD3Q5Z3LU7K1YN96ADQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bcacdd4141354890d225c1468e64e8f7b53850d7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2N/UY/F1KD3Q5Z3LU7K1YN96ADQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2O/D9/6EROKO0XLYUR10RDESFXF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2O/D9/6EROKO0XLYUR10RDESFXF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7655dc0688dae60c874c9436abacb664dff452f9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2O/D9/6EROKO0XLYUR10RDESFXF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2O/P8/0UR15PD33FSEJGRFX57YT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2O/P8/0UR15PD33FSEJGRFX57YT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bce7144cbf117d713f31516b788a0c3908e3e9db Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2O/P8/0UR15PD33FSEJGRFX57YT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2P/0F/N0DG96Y1N1QHAHR1LK7H2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2P/0F/N0DG96Y1N1QHAHR1LK7H2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7a348d8e095efec68650060e7e23f3e923c34faf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2P/0F/N0DG96Y1N1QHAHR1LK7H2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2P/8B/KN7N33WDK5P05Q39GLD4E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2P/8B/KN7N33WDK5P05Q39GLD4E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8b827fd14238089ea62fae9ad9ee6cbadaf55252 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2P/8B/KN7N33WDK5P05Q39GLD4E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2P/E2/KXIME8YLJ88R3XUD5F6GK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2P/E2/KXIME8YLJ88R3XUD5F6GK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a0e93382c67b092b51af6d95c43487a1b6b29859 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2P/E2/KXIME8YLJ88R3XUD5F6GK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2P/KU/Z36PRW0KTJKOII9JBNYHU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2P/KU/Z36PRW0KTJKOII9JBNYHU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..356dcad3b1a3863636eaa772a0cc2de4aaa24ac6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2P/KU/Z36PRW0KTJKOII9JBNYHU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Q/8B/PPN1VX2YTFKRBV7EKEMXZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Q/8B/PPN1VX2YTFKRBV7EKEMXZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3f409bfa38abe3cfd40eae472bfbda94db933b12 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Q/8B/PPN1VX2YTFKRBV7EKEMXZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Q/XL/3R1JOANCU4HBY9LX8NC9I.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Q/XL/3R1JOANCU4HBY9LX8NC9I.uasset new file mode 100644 index 0000000000000000000000000000000000000000..feb8d2824c2025f27869034bcc5c35216b99f6b9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Q/XL/3R1JOANCU4HBY9LX8NC9I.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2R/B3/WQJ7QPRH6R4XW46ZJPXZZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2R/B3/WQJ7QPRH6R4XW46ZJPXZZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e170e8717f9d1eca69ee25ecbcc60e8647c188ed Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2R/B3/WQJ7QPRH6R4XW46ZJPXZZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2R/KN/BFLCW5AWDROX53ZC8UPRJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2R/KN/BFLCW5AWDROX53ZC8UPRJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d53c3c8982bd3dfd349bfe7924f4c4136fd59f8a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2R/KN/BFLCW5AWDROX53ZC8UPRJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2S/PM/A99SO3SG6DS563JLPQCIO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2S/PM/A99SO3SG6DS563JLPQCIO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e3002fb6adc846b3cef42facf485bceb11591780 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2S/PM/A99SO3SG6DS563JLPQCIO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2T/YV/QOKJ23U7T0H43ISN6M1UK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2T/YV/QOKJ23U7T0H43ISN6M1UK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f634d5bb4178446ff66cee27c2ad5cb1b4eeb6bc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2T/YV/QOKJ23U7T0H43ISN6M1UK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2U/RL/PFJNULZLFLDQJDNIZCVSN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2U/RL/PFJNULZLFLDQJDNIZCVSN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..961a8e67b75612f870335e69b01f4c289dc73dc7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2U/RL/PFJNULZLFLDQJDNIZCVSN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2U/ZN/7E38M8KXKPIYLSSERBBNL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2U/ZN/7E38M8KXKPIYLSSERBBNL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7f17ca8a603cc8913f6998b90ede3a881317a5fa Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2U/ZN/7E38M8KXKPIYLSSERBBNL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2V/04/SRE6ZNXGIDHMJXDVUQ1A6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2V/04/SRE6ZNXGIDHMJXDVUQ1A6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4cadb723b033c57bad9bc80fefd78ab98298a46c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2V/04/SRE6ZNXGIDHMJXDVUQ1A6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2V/30/PXANT8X6VBZ17MPXHGUVI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2V/30/PXANT8X6VBZ17MPXHGUVI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5501e8ffbdee04daf57d85b0409ca9fcaa9915f4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2V/30/PXANT8X6VBZ17MPXHGUVI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2W/EY/HHXIZ33NUVX5FH8MP0LAJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2W/EY/HHXIZ33NUVX5FH8MP0LAJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9d2354534b527a9c7e556095cb4dc751845fdbe9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2W/EY/HHXIZ33NUVX5FH8MP0LAJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2W/OB/AUP7PW8NDEJJ3ATWC6BJ4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2W/OB/AUP7PW8NDEJJ3ATWC6BJ4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b067e08073db1271b24068ae92d7b8f81975ead2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2W/OB/AUP7PW8NDEJJ3ATWC6BJ4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2X/FS/387B5CI3IZO28MLB7NR61.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2X/FS/387B5CI3IZO28MLB7NR61.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0b5318c6fb3d8cbd196651e397c0eb91b189e5b4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2X/FS/387B5CI3IZO28MLB7NR61.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2X/YB/5RN5UWQNT6WZQJWQGQ8O9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2X/YB/5RN5UWQNT6WZQJWQGQ8O9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bcb8489959a189a44d9ccca20d5d12bc186c242f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2X/YB/5RN5UWQNT6WZQJWQGQ8O9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Z/GV/UDJ72J0J97DVMBO1USQ94.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Z/GV/UDJ72J0J97DVMBO1USQ94.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0ecc0c360c008d2ebc0cca7d343b66fefff151ed Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Z/GV/UDJ72J0J97DVMBO1USQ94.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Z/Q8/6XXRFDZ573L299YVYQGNT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Z/Q8/6XXRFDZ573L299YVYQGNT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..076920a18c3cd98f292d92599f08100246dffa38 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Z/Q8/6XXRFDZ573L299YVYQGNT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Z/S8/B87HV0UZ3A34B0426E9BO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Z/S8/B87HV0UZ3A34B0426E9BO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..653c6ee1f12fcb47b8b3f7e6638f8e33cf66699e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/2Z/S8/B87HV0UZ3A34B0426E9BO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/32/33/S72W4641ANM2Y3SH621NW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/32/33/S72W4641ANM2Y3SH621NW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6c38a1dcfae1b4406c76442f31112341cb9f34ea Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/32/33/S72W4641ANM2Y3SH621NW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/32/8A/S5SVKUKUI48MX78OJHCHX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/32/8A/S5SVKUKUI48MX78OJHCHX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d0e3634272061c0866748941acf24a1200727866 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/32/8A/S5SVKUKUI48MX78OJHCHX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/32/FP/WPZST90OTI5UVP1BEY3BR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/32/FP/WPZST90OTI5UVP1BEY3BR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5f5a8f488169fc5718e69c5037468baa6c5fcccf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/32/FP/WPZST90OTI5UVP1BEY3BR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/33/2F/AE889H466KHQZMZBCJ8EV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/33/2F/AE889H466KHQZMZBCJ8EV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..142a1f9df395b0f058b528b2ced8db8c4b746980 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/33/2F/AE889H466KHQZMZBCJ8EV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/33/3G/YXI83CO5PISIJSZ0RU2NM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/33/3G/YXI83CO5PISIJSZ0RU2NM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7a6e4d5a61b27b3c9caea89a85df2a4a583ddd9a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/33/3G/YXI83CO5PISIJSZ0RU2NM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/33/CS/R04Z4L6F7AC1F6EUB3UTZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/33/CS/R04Z4L6F7AC1F6EUB3UTZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b04a1302c41f70a71a2a295c20fd2ca81480c549 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/33/CS/R04Z4L6F7AC1F6EUB3UTZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/33/VG/WKYSP7U8AWTUG5LFS6B5I.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/33/VG/WKYSP7U8AWTUG5LFS6B5I.uasset new file mode 100644 index 0000000000000000000000000000000000000000..68abf6039b337a957039d279747634c5e95079a1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/33/VG/WKYSP7U8AWTUG5LFS6B5I.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/34/SB/RJ6PVO1FM230KDPXL35JP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/34/SB/RJ6PVO1FM230KDPXL35JP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..987f4aca0068990ea53e994725cb73e80a399d50 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/34/SB/RJ6PVO1FM230KDPXL35JP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/35/A9/B3ICRHO4Z98UR2EDSBZCU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/35/A9/B3ICRHO4Z98UR2EDSBZCU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..74bb71eaa21f7d0b52379aae954c3b6aabde4eba Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/35/A9/B3ICRHO4Z98UR2EDSBZCU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/36/P8/W6ZTWLA3PNGLCM3DFZ282.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/36/P8/W6ZTWLA3PNGLCM3DFZ282.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9d3769a6ab4cf86fa18c33e67d769e10e102e9df Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/36/P8/W6ZTWLA3PNGLCM3DFZ282.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/39/FW/RJ5MLFI7QVTGPGXKV8BHU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/39/FW/RJ5MLFI7QVTGPGXKV8BHU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1c7044738ac0246c1a34f54da875caa06ae7849f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/39/FW/RJ5MLFI7QVTGPGXKV8BHU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/39/J2/6GBC5X9LVVN63VVTQYIXG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/39/J2/6GBC5X9LVVN63VVTQYIXG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2b486995fe124d6e494558423eb5899d4039844a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/39/J2/6GBC5X9LVVN63VVTQYIXG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/39/M0/M15ICT48DDGOYXWL6HZ8G.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/39/M0/M15ICT48DDGOYXWL6HZ8G.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b49b624386f6c0481876022143dd235881e523fb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/39/M0/M15ICT48DDGOYXWL6HZ8G.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3C/5M/WUG2K8F4IYEPUMNQAQX4D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3C/5M/WUG2K8F4IYEPUMNQAQX4D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7d1d9265be56a22c6cee24dc88bef028e658c1fe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3C/5M/WUG2K8F4IYEPUMNQAQX4D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3G/16/O01SU88WQU4I58LHPB955.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3G/16/O01SU88WQU4I58LHPB955.uasset new file mode 100644 index 0000000000000000000000000000000000000000..10743305008752b37ade4c3186fdfcdd791ba689 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3G/16/O01SU88WQU4I58LHPB955.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3G/F8/HSOEIZWIJ7LVIZ8LZKAIU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3G/F8/HSOEIZWIJ7LVIZ8LZKAIU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..241f4d4ebe995314034022fcff2325161debdfbb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3G/F8/HSOEIZWIJ7LVIZ8LZKAIU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3H/LA/NJDP5H2VUSCLXSJZKNKMK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3H/LA/NJDP5H2VUSCLXSJZKNKMK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..132b0cb0caedd64609e83e57b1dbb193d1856ac8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3H/LA/NJDP5H2VUSCLXSJZKNKMK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3H/ZC/WRDHZQ7HG3XOJE92BBHDF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3H/ZC/WRDHZQ7HG3XOJE92BBHDF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c33e65ff572df4e26d2e84f414728ace3d89f1c6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3H/ZC/WRDHZQ7HG3XOJE92BBHDF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3I/YP/X6QPQHJ6B4S366JZJF0EY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3I/YP/X6QPQHJ6B4S366JZJF0EY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fcca404721250f10902a420387fc7285630aeb83 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3I/YP/X6QPQHJ6B4S366JZJF0EY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3I/ZN/RUAFKVEE6A5GNHZZ9QDXJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3I/ZN/RUAFKVEE6A5GNHZZ9QDXJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..52c93cd54d970a1503b9ecbf2fad4c345bd81008 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3I/ZN/RUAFKVEE6A5GNHZZ9QDXJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3J/59/VJB8BGUFVCPYLKKYPUPCD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3J/59/VJB8BGUFVCPYLKKYPUPCD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3dca5dfc722d6e82e7d9686c6b8afa12d10f11cf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3J/59/VJB8BGUFVCPYLKKYPUPCD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3J/NG/V4MWVSK3SWYUS820CLC3O.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3J/NG/V4MWVSK3SWYUS820CLC3O.uasset new file mode 100644 index 0000000000000000000000000000000000000000..875f416332840190da3593966264b1888197c724 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3J/NG/V4MWVSK3SWYUS820CLC3O.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3K/MR/4GH94B6F93M741A6SLN1O.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3K/MR/4GH94B6F93M741A6SLN1O.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d5cdd46ba799bf784145bc4fafaadc9c02c961d7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3K/MR/4GH94B6F93M741A6SLN1O.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3K/WZ/I3DC6DKD2JM67OY4XPQJO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3K/WZ/I3DC6DKD2JM67OY4XPQJO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f162b78eae8083d827984f5fd83017639800291a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3K/WZ/I3DC6DKD2JM67OY4XPQJO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3L/54/AP40K5R9PEIY1LDX7VH29.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3L/54/AP40K5R9PEIY1LDX7VH29.uasset new file mode 100644 index 0000000000000000000000000000000000000000..62e21954d2be3ca68d89ff3e3902f25a21506c4a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3L/54/AP40K5R9PEIY1LDX7VH29.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3M/4Z/63LCD5JLZZJH1M4K9JRMX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3M/4Z/63LCD5JLZZJH1M4K9JRMX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..63433af947cd41f9705429583d6698b7b78b53c3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3M/4Z/63LCD5JLZZJH1M4K9JRMX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3M/AZ/2CYY9Z438ER78DPGDXT5G.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3M/AZ/2CYY9Z438ER78DPGDXT5G.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d5012f59a40ba7d9dd28e24c549c7108d7c11b19 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3M/AZ/2CYY9Z438ER78DPGDXT5G.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3N/MD/F86UL3HZTRC9X1SEIULRF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3N/MD/F86UL3HZTRC9X1SEIULRF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e1a67d236065ae2cfd58f04d2e81afc24dc7b751 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3N/MD/F86UL3HZTRC9X1SEIULRF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3N/N5/RRUPO7ACQSV56RQXGOB6V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3N/N5/RRUPO7ACQSV56RQXGOB6V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6b1ac2f15297d0acc976cd2ded9c30ddc9fcfc2d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3N/N5/RRUPO7ACQSV56RQXGOB6V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3N/ZO/YHK8XHBEI2QRBEC8VDTKZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3N/ZO/YHK8XHBEI2QRBEC8VDTKZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c4554cf44257a691d9df8af1f6387e43abae221b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3N/ZO/YHK8XHBEI2QRBEC8VDTKZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3O/1C/TF3JGEAVSIT8X1GOR4WQC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3O/1C/TF3JGEAVSIT8X1GOR4WQC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d5977639af0666a3c5b3bbfb300b805fb1981d3b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3O/1C/TF3JGEAVSIT8X1GOR4WQC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3P/BU/LCOX192IGE3OC9K5LXJH0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3P/BU/LCOX192IGE3OC9K5LXJH0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a3c514f6f8450325a01942783267831be1b91152 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3P/BU/LCOX192IGE3OC9K5LXJH0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3P/U8/6OD7TCAVY36UVLG5BE0XV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3P/U8/6OD7TCAVY36UVLG5BE0XV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8bc4ac0128221030b69eea79529020edc1b4af8d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3P/U8/6OD7TCAVY36UVLG5BE0XV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3Q/9K/DM9G7PNL9B4HT3K3AVXYG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3Q/9K/DM9G7PNL9B4HT3K3AVXYG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1e8f56c1aef634327011cbeb49e1415e7e827398 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3Q/9K/DM9G7PNL9B4HT3K3AVXYG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3R/29/VNM3961L289EWBGAEGW7X.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3R/29/VNM3961L289EWBGAEGW7X.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ab112630cf9a04d3f22e62139a7fd334cf50a0c0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3R/29/VNM3961L289EWBGAEGW7X.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3R/W1/OXJBWF0B559LCT0DK3KE8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3R/W1/OXJBWF0B559LCT0DK3KE8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..488a2541fb7306dfa98f0f5cbaad783810cddc20 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3R/W1/OXJBWF0B559LCT0DK3KE8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3T/G0/C5FB499MJ98FBOL2HVBF6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3T/G0/C5FB499MJ98FBOL2HVBF6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ae2675f7924214672cec08c433e6bad75958443c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3T/G0/C5FB499MJ98FBOL2HVBF6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3T/P5/7X8M9W8LXSAM8JJQHKUVB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3T/P5/7X8M9W8LXSAM8JJQHKUVB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b551147b1f2a5d0a928e088db35894fd3d9f5756 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3T/P5/7X8M9W8LXSAM8JJQHKUVB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3U/HX/F8A7J36NGLT1BBGT6ZPKU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3U/HX/F8A7J36NGLT1BBGT6ZPKU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..444e4b9476d4777e1f4c0eed5549ceafa19e93d6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3U/HX/F8A7J36NGLT1BBGT6ZPKU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3U/NY/BX73ZS210S9PLE7W2BG2H.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3U/NY/BX73ZS210S9PLE7W2BG2H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4dfdc81bb47f5f8243afcb9133636bf5055e9cea Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3U/NY/BX73ZS210S9PLE7W2BG2H.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3V/57/TKZASB11PE7JBMS6NUE9X.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3V/57/TKZASB11PE7JBMS6NUE9X.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b782f113a8dcde030270f0aa9372672b5d7076b0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3V/57/TKZASB11PE7JBMS6NUE9X.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3W/TX/I1YD11JHWVES3M3X8WRMT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3W/TX/I1YD11JHWVES3M3X8WRMT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f7007652c80c4c483505ce3741fd25cec5333c37 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3W/TX/I1YD11JHWVES3M3X8WRMT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3W/X3/S2VCVA954FOUW93VCBGE7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3W/X3/S2VCVA954FOUW93VCBGE7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ed8394ba853b593547da213660e50e7a527a4329 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3W/X3/S2VCVA954FOUW93VCBGE7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3X/G7/E13JJTJD9XCYLY6LNJ4FI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3X/G7/E13JJTJD9XCYLY6LNJ4FI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..17b663fe753ca111bbd9f6d7c0067404d55afa1a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3X/G7/E13JJTJD9XCYLY6LNJ4FI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3Y/76/DO3P623XA3G2U54A1WH9E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3Y/76/DO3P623XA3G2U54A1WH9E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2d520701faa3c2ac8cee2040213bef9c7e00a264 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3Y/76/DO3P623XA3G2U54A1WH9E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3Y/AV/NDEXGLASRUCDB0VSJSYAH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3Y/AV/NDEXGLASRUCDB0VSJSYAH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..eebe5696c980f447e33825f55177b749dabec25a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3Y/AV/NDEXGLASRUCDB0VSJSYAH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3Y/UZ/4V5UY5J8FRFJ89AQ01738.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3Y/UZ/4V5UY5J8FRFJ89AQ01738.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6584368557a8a9a66e5be615ed8d079ad84378aa Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/3Y/UZ/4V5UY5J8FRFJ89AQ01738.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/40/47/D59FFRSNJLZVO23BHMPJ0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/40/47/D59FFRSNJLZVO23BHMPJ0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3c64235d3c4f78898274f67dcbd70a90167c2f98 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/40/47/D59FFRSNJLZVO23BHMPJ0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/40/NZ/BMVH6KJ7Z6ZGTMOQEKQ7W.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/40/NZ/BMVH6KJ7Z6ZGTMOQEKQ7W.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7c0401e7b45248bd9380c21a784375245f6169ff Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/40/NZ/BMVH6KJ7Z6ZGTMOQEKQ7W.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/40/P4/3HD23D0I410V6KI5C9QZ9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/40/P4/3HD23D0I410V6KI5C9QZ9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..63f6dedecaa399e5a21fc45ef7fde8721604e5d6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/40/P4/3HD23D0I410V6KI5C9QZ9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/40/TL/25EJW4H29AZ0U6YZ3ZB1R.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/40/TL/25EJW4H29AZ0U6YZ3ZB1R.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e1ac543987ab547424d14a09cda5626f965d8bbf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/40/TL/25EJW4H29AZ0U6YZ3ZB1R.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/41/1X/L0FZX7ACD62TX1AUVO54O.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/41/1X/L0FZX7ACD62TX1AUVO54O.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e617475df1fe12a638494dd77d2633f8ddd0ce4b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/41/1X/L0FZX7ACD62TX1AUVO54O.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/41/3I/CEF0CXPZEP2V6C4VA4VYK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/41/3I/CEF0CXPZEP2V6C4VA4VYK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8b1b68006c30ec617f49dcc971d046b68b5cf5d1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/41/3I/CEF0CXPZEP2V6C4VA4VYK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/41/PB/W0BCF8VYOKHYL1SDKVB2D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/41/PB/W0BCF8VYOKHYL1SDKVB2D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e23770f4007030de172b05a7fd06c0cd2e86786f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/41/PB/W0BCF8VYOKHYL1SDKVB2D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/42/00/WX1ZUCB5TCEAPUIOKKBSK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/42/00/WX1ZUCB5TCEAPUIOKKBSK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c4395ffcfdd4f4449487057ab61dd8a209c4d1c6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/42/00/WX1ZUCB5TCEAPUIOKKBSK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/42/K5/7I2N89CAZW659KMPKWVAG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/42/K5/7I2N89CAZW659KMPKWVAG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5e260677991b040166126ab8e70459dfe5ce6821 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/42/K5/7I2N89CAZW659KMPKWVAG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/42/RC/U8W5U4QWUAFU1EAR3W27F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/42/RC/U8W5U4QWUAFU1EAR3W27F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5cc788d25423a65d162df00765ca40bc01f8eda2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/42/RC/U8W5U4QWUAFU1EAR3W27F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/43/4R/KARX8O9U3BM4JW39U21BS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/43/4R/KARX8O9U3BM4JW39U21BS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cb082dfd9c4aac08e41ecf5891ccaa26b342caf0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/43/4R/KARX8O9U3BM4JW39U21BS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/43/K2/76BVC63GQI3QV2N2I28WM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/43/K2/76BVC63GQI3QV2N2I28WM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4e6c2b2ba2fea5a4c175a60d2af77ab3c8a1eb02 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/43/K2/76BVC63GQI3QV2N2I28WM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/44/6F/4VWUMQB1NNC8Y0FVM653H.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/44/6F/4VWUMQB1NNC8Y0FVM653H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..41b39cb0b5d3511eb15b7ada34fa256a3e48a053 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/44/6F/4VWUMQB1NNC8Y0FVM653H.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/44/BJ/ZQ5R6GYORAW114IR8GRKV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/44/BJ/ZQ5R6GYORAW114IR8GRKV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..49ea8256ae7768c0984cd7283d04cd2c17b665c6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/44/BJ/ZQ5R6GYORAW114IR8GRKV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/45/9O/8BO7F9HXTZKHO5IJO8O25.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/45/9O/8BO7F9HXTZKHO5IJO8O25.uasset new file mode 100644 index 0000000000000000000000000000000000000000..61c5b4569cb926b19ef0519eae27347da97db53c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/45/9O/8BO7F9HXTZKHO5IJO8O25.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/45/T1/JYYETBYIJFN4Q8ITP64DT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/45/T1/JYYETBYIJFN4Q8ITP64DT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d76eb2be1a348d14c13d638e87bf2a8cff5d24e7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/45/T1/JYYETBYIJFN4Q8ITP64DT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/48/0L/CHFPIV2THZIJLGI3AG8JW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/48/0L/CHFPIV2THZIJLGI3AG8JW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3e7f8b4a2a040eca92b4a2a94d4d2634a19a911b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/48/0L/CHFPIV2THZIJLGI3AG8JW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/48/QL/XL3K9WWWD4C0CDURG97YO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/48/QL/XL3K9WWWD4C0CDURG97YO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..862ade67431839ccef2233b76eb176b68db3f605 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/48/QL/XL3K9WWWD4C0CDURG97YO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/49/8R/2T3FLN2UIWO9VVMTIBZNT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/49/8R/2T3FLN2UIWO9VVMTIBZNT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0ef3d0e8dc0c2d9b8eb07a03061eb8058b3d7df1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/49/8R/2T3FLN2UIWO9VVMTIBZNT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/49/SI/C9H5SV1OSRU1L0AV60ZL8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/49/SI/C9H5SV1OSRU1L0AV60ZL8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f9e5f45708bc65d0dd6020d173a6d9a515365217 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/49/SI/C9H5SV1OSRU1L0AV60ZL8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4A/3K/Q31SFZK4EXESDJB839UE5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4A/3K/Q31SFZK4EXESDJB839UE5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..de12d38ecafc2baa2cf915d6a237953543f42f58 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4A/3K/Q31SFZK4EXESDJB839UE5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4C/28/RVL1XWDMNRM5LUMYUO5AW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4C/28/RVL1XWDMNRM5LUMYUO5AW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..be42a25b4b65e52f92654daa391caf66e1cca952 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4C/28/RVL1XWDMNRM5LUMYUO5AW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4C/DZ/OE5G3O08TEHA5HJOLI74D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4C/DZ/OE5G3O08TEHA5HJOLI74D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0bed5cc4a6bd6179a3178bd62abe28ca935346d5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4C/DZ/OE5G3O08TEHA5HJOLI74D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4C/HD/IKPC0FGDVTJ8UM1ND4F5C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4C/HD/IKPC0FGDVTJ8UM1ND4F5C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dd72020d5d10e9829a25f2d675d21350ee5844f8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4C/HD/IKPC0FGDVTJ8UM1ND4F5C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4F/3B/GTD19QC8HZIGVUB2VWIH2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4F/3B/GTD19QC8HZIGVUB2VWIH2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..978fe95a71ce47f1f08e6f0ee18aeeb3348efe84 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4F/3B/GTD19QC8HZIGVUB2VWIH2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4F/3K/FQN9FCEWSFI5DM2TQ69GB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4F/3K/FQN9FCEWSFI5DM2TQ69GB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3e7006a645f4fd2298a266e9b441145c51c033ed Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4F/3K/FQN9FCEWSFI5DM2TQ69GB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4F/DW/G2NV8D0VY31OVOOGC6CCD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4F/DW/G2NV8D0VY31OVOOGC6CCD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cc3d5e3cadc934716c66a912f320458c468baabd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4F/DW/G2NV8D0VY31OVOOGC6CCD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4F/WI/5Y8F0W6RC71GBUV7DKWD6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4F/WI/5Y8F0W6RC71GBUV7DKWD6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3de3d5568d350b31ae6b1ba970ded18e200d4810 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4F/WI/5Y8F0W6RC71GBUV7DKWD6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4G/0W/WL8AYFFPHGCXSR9Z74N29.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4G/0W/WL8AYFFPHGCXSR9Z74N29.uasset new file mode 100644 index 0000000000000000000000000000000000000000..824488426cd0e08534ec469ed263c4e69e4dd2e5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4G/0W/WL8AYFFPHGCXSR9Z74N29.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4G/B6/JNYC9RWZAAH5X1WCGYUJY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4G/B6/JNYC9RWZAAH5X1WCGYUJY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..746e2db8d50bab2e40524dde53cac323039b6eb3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4G/B6/JNYC9RWZAAH5X1WCGYUJY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4I/Y0/DRNONOA0S657NS9UK1NMD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4I/Y0/DRNONOA0S657NS9UK1NMD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c8d533830f93a0b4611ddd4ba6dc03af404745a7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4I/Y0/DRNONOA0S657NS9UK1NMD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4J/AS/5733388PGM0TC1NIL2NFC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4J/AS/5733388PGM0TC1NIL2NFC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d926307e4418b7c2735560aeb7386c511263ad1b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4J/AS/5733388PGM0TC1NIL2NFC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4J/MM/898EN1SPQYZPYXAP56JJP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4J/MM/898EN1SPQYZPYXAP56JJP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..82b6bb89146a3062164d42cce5a557fd5f4e8909 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4J/MM/898EN1SPQYZPYXAP56JJP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4J/SD/PLMS0POPJ30JMB01UD9XN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4J/SD/PLMS0POPJ30JMB01UD9XN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c5dc16f2665237ae026ac29dd77554bb9dd43052 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4J/SD/PLMS0POPJ30JMB01UD9XN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4J/VJ/AT5JR9PY2RHXKT8IQHEQT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4J/VJ/AT5JR9PY2RHXKT8IQHEQT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b4601d14a11dedb237fbde9093505bdddf660014 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4J/VJ/AT5JR9PY2RHXKT8IQHEQT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4K/WI/4QQSKHBVY47MX7UK6JC4V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4K/WI/4QQSKHBVY47MX7UK6JC4V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c006e526698391dba08f7970d8ee8495d2ae4780 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4K/WI/4QQSKHBVY47MX7UK6JC4V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4L/XB/ATMK1JELGKNSRZPPQ2Q3X.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4L/XB/ATMK1JELGKNSRZPPQ2Q3X.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0beb9c7463c8e98c33f0b85c8f1c70b8c064b454 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4L/XB/ATMK1JELGKNSRZPPQ2Q3X.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4N/2L/J8UFO5E4XA1CMLQZ01OK4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4N/2L/J8UFO5E4XA1CMLQZ01OK4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..44172808f621ce81b69050686ffc319e7fa8b7bb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4N/2L/J8UFO5E4XA1CMLQZ01OK4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4N/M1/OE0MXZJ5GO5BFWOMG7FYV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4N/M1/OE0MXZJ5GO5BFWOMG7FYV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3bb1e58c95b844f8b15cbb21775819aae7b44b0f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4N/M1/OE0MXZJ5GO5BFWOMG7FYV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4N/PZ/6LI5M6EGW5RS3KPF36P01.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4N/PZ/6LI5M6EGW5RS3KPF36P01.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3fb372871660cbe0f46eae049052d0ced0589940 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4N/PZ/6LI5M6EGW5RS3KPF36P01.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4P/2U/7XY2SCMZRQNE3PRM3S6Q6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4P/2U/7XY2SCMZRQNE3PRM3S6Q6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e6e491b8fdef6e14f0e9be5f71f3734dc6ef5fd2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4P/2U/7XY2SCMZRQNE3PRM3S6Q6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Q/AN/DMGH25NSWD5QZUIOAORLG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Q/AN/DMGH25NSWD5QZUIOAORLG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..101b7b0deedddfeca5e71c87b87eb2083efda925 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Q/AN/DMGH25NSWD5QZUIOAORLG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Q/WP/4MTW7CBXM82YERTTNKCGS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Q/WP/4MTW7CBXM82YERTTNKCGS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2cd65d9e683c33c857f3883c0e3e3e412b686755 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Q/WP/4MTW7CBXM82YERTTNKCGS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4R/E7/B32F0NZ4KPR4GJOMM36CB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4R/E7/B32F0NZ4KPR4GJOMM36CB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c0a6d6cf12ea88abdb8c79ea686f0fb2be9d2db2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4R/E7/B32F0NZ4KPR4GJOMM36CB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4R/HN/ATFG0VU0YNUZ7K3DZ4BW9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4R/HN/ATFG0VU0YNUZ7K3DZ4BW9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3dd56ec429e942552fe5b13e630507754761f8c2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4R/HN/ATFG0VU0YNUZ7K3DZ4BW9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4S/0I/0CCQOM9VCRD5BD3LSUVAH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4S/0I/0CCQOM9VCRD5BD3LSUVAH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..369dc49b988f5190e8ddc1195f16a9024135a094 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4S/0I/0CCQOM9VCRD5BD3LSUVAH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4S/40/NTPZSNG36TJHXGLODGCRX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4S/40/NTPZSNG36TJHXGLODGCRX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7415692a042866d3ed47c75e9861d4c4125743b5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4S/40/NTPZSNG36TJHXGLODGCRX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4U/20/FQN04BY9XWFMC1ZSOV01C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4U/20/FQN04BY9XWFMC1ZSOV01C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..135209c6092f9545cfc93ae49bbd90ad7ca4e47a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4U/20/FQN04BY9XWFMC1ZSOV01C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4U/6W/EBXKLFFNQ3HRMF9X9UMCG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4U/6W/EBXKLFFNQ3HRMF9X9UMCG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..21efcf12365757ca9a1d60cf4856e631b051a5e1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4U/6W/EBXKLFFNQ3HRMF9X9UMCG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4U/99/U7W3M0WR87DMMKYXXAJW1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4U/99/U7W3M0WR87DMMKYXXAJW1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..acdcdaecd5fa8e05b5e238dc1d79d2ece60b2df5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4U/99/U7W3M0WR87DMMKYXXAJW1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4U/CO/ERY6D9QQ0FUDGEGYBTDVF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4U/CO/ERY6D9QQ0FUDGEGYBTDVF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4380832cd29586f091961113be881027a0e1c47f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4U/CO/ERY6D9QQ0FUDGEGYBTDVF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4V/S7/RMYBSRTPEDEVBQE5DNAO4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4V/S7/RMYBSRTPEDEVBQE5DNAO4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e385612ccd89b025a8708430b8ad4051afccf90d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4V/S7/RMYBSRTPEDEVBQE5DNAO4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4W/7C/1Z8YYYIG3THPWPRXBBUS0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4W/7C/1Z8YYYIG3THPWPRXBBUS0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..037b73321b5cc34f871bc2a449a4c733bdbee029 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4W/7C/1Z8YYYIG3THPWPRXBBUS0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4X/2D/0ZS4KS4KMCBU0NVZCWC7T.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4X/2D/0ZS4KS4KMCBU0NVZCWC7T.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3fe526445a263c9591d916fa52feb8f534fa9eb7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4X/2D/0ZS4KS4KMCBU0NVZCWC7T.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Y/FH/00CZMBBDGA4FZDS691PPO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Y/FH/00CZMBBDGA4FZDS691PPO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ae4ad23a73fc293024d250b75607c24df2f0d8c7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Y/FH/00CZMBBDGA4FZDS691PPO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Z/MR/K2UNE2AF4DVZZE8M4X1P2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Z/MR/K2UNE2AF4DVZZE8M4X1P2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b9650cd6e5819dee0709aa6315cc72e2aa018b7b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Z/MR/K2UNE2AF4DVZZE8M4X1P2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Z/RP/BY425K39YJ8MZFLB58RQ7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Z/RP/BY425K39YJ8MZFLB58RQ7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a36c825b5b9704d2b826dc4e3c7c878ebaef5b54 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Z/RP/BY425K39YJ8MZFLB58RQ7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Z/YO/KAUE37BFU2BJUSWHIDFZA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Z/YO/KAUE37BFU2BJUSWHIDFZA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2e457acb07636eee59d22657e89e6c48940b6b2e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/4Z/YO/KAUE37BFU2BJUSWHIDFZA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/50/93/OTLXELJ0293W170BKX7L3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/50/93/OTLXELJ0293W170BKX7L3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e5fd9d0b8b924ebc2f5d19a319fc8d2f1f99e75c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/50/93/OTLXELJ0293W170BKX7L3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/50/VE/GCV84C9K5T34FWMPEPIP1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/50/VE/GCV84C9K5T34FWMPEPIP1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f1f36e482492f0b742beff94fb46ea038354fd8b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/50/VE/GCV84C9K5T34FWMPEPIP1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/51/FL/MB48GR2UBZHGHKUTZZ741.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/51/FL/MB48GR2UBZHGHKUTZZ741.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3329863f4267822c59bda6fcc40e554b128d4786 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/51/FL/MB48GR2UBZHGHKUTZZ741.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/51/OM/C2JUFPSK4NX79DA3TDNV5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/51/OM/C2JUFPSK4NX79DA3TDNV5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..49d41ad93ef0b20e968d57d77de3fe2bb3193cf5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/51/OM/C2JUFPSK4NX79DA3TDNV5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/52/19/YJ1VKPVMKP92Y53U1SA0L.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/52/19/YJ1VKPVMKP92Y53U1SA0L.uasset new file mode 100644 index 0000000000000000000000000000000000000000..49df3dffefc043344fcb3fe5b0d705b99ea7ce5f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/52/19/YJ1VKPVMKP92Y53U1SA0L.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/52/EM/O4V6J5UVZB1RXSD3UMD2J.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/52/EM/O4V6J5UVZB1RXSD3UMD2J.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b84ae4d85be935fce5c988e01883dc1a567dd074 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/52/EM/O4V6J5UVZB1RXSD3UMD2J.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/52/HZ/UER4K9EPUHEN0DM08HC0Q.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/52/HZ/UER4K9EPUHEN0DM08HC0Q.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ab2d5bb75fd2672dc96f77e609c106cbb71d145a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/52/HZ/UER4K9EPUHEN0DM08HC0Q.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/52/PV/7JK5XYI9OFVDHI1R9SXXI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/52/PV/7JK5XYI9OFVDHI1R9SXXI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9893e621055b0f99663da7113f5659df6038ce5b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/52/PV/7JK5XYI9OFVDHI1R9SXXI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/53/9R/AF3O9J7ERYHYTCIXLNHFK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/53/9R/AF3O9J7ERYHYTCIXLNHFK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6c4069748699b2c71fed68669c07a9ba0b89154a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/53/9R/AF3O9J7ERYHYTCIXLNHFK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/53/D4/EQHIGH4C3UZ0PNXZ2EXF8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/53/D4/EQHIGH4C3UZ0PNXZ2EXF8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7985d4057ccb82ee6c6ef9f4fac779b2f10a02e8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/53/D4/EQHIGH4C3UZ0PNXZ2EXF8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/54/5N/0NW37LWH21XR243DLSPL2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/54/5N/0NW37LWH21XR243DLSPL2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b1c926113b959f291d961ea963d4ca3f390319b3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/54/5N/0NW37LWH21XR243DLSPL2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/55/2R/NUW3TLBMPT8PZ0Y64IL19.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/55/2R/NUW3TLBMPT8PZ0Y64IL19.uasset new file mode 100644 index 0000000000000000000000000000000000000000..64ecf8f058a17a008036ee2c94c754a79f589a3c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/55/2R/NUW3TLBMPT8PZ0Y64IL19.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/55/B9/ZTBZWGBXD6U2FKODGVOY2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/55/B9/ZTBZWGBXD6U2FKODGVOY2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a21a505a3e0c97386a981cff834b14d9ae467286 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/55/B9/ZTBZWGBXD6U2FKODGVOY2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/56/D7/EFNPZUY24XQUSC3YYCV98.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/56/D7/EFNPZUY24XQUSC3YYCV98.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5d9031d3a6e05e7896582806ddade9f8404df57d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/56/D7/EFNPZUY24XQUSC3YYCV98.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/56/SK/7H3ZNU1539B48YH5NBZOK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/56/SK/7H3ZNU1539B48YH5NBZOK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..706ba4a473b17447c7fff3d24d4bf8b04525b023 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/56/SK/7H3ZNU1539B48YH5NBZOK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/57/A5/8KPT6TI0IUPQN9TLWO1PQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/57/A5/8KPT6TI0IUPQN9TLWO1PQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4b6900971cb5a8392e061ffa1adc91f189f5ba75 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/57/A5/8KPT6TI0IUPQN9TLWO1PQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/57/CY/FZTL209D7OPAZYD08IN9Y.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/57/CY/FZTL209D7OPAZYD08IN9Y.uasset new file mode 100644 index 0000000000000000000000000000000000000000..73309ce6cff4799935727bb8870617f33af688ca Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/57/CY/FZTL209D7OPAZYD08IN9Y.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/59/SF/C9T6I3JZACNTRRMOQCI8A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/59/SF/C9T6I3JZACNTRRMOQCI8A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0d4a70e893e7881755a082780f039581cc240270 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/59/SF/C9T6I3JZACNTRRMOQCI8A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/59/UZ/X4JBJJHWQRAC8XVUZ7X08.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/59/UZ/X4JBJJHWQRAC8XVUZ7X08.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8dd305969f1f686730bf3d783d0c34bb47c730cd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/59/UZ/X4JBJJHWQRAC8XVUZ7X08.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5B/86/TY1EFX0R84YB93WTY04MD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5B/86/TY1EFX0R84YB93WTY04MD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4fdc52a66e14f727993dcbdfaefcaee981aa852c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5B/86/TY1EFX0R84YB93WTY04MD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5B/UZ/LMWLC7BF0F4QI8FAB8B15.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5B/UZ/LMWLC7BF0F4QI8FAB8B15.uasset new file mode 100644 index 0000000000000000000000000000000000000000..02e1a28fe935a2a37a3d4f96fea80694c3dd00ce Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5B/UZ/LMWLC7BF0F4QI8FAB8B15.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5C/8L/DFOLJYFI7OA9HAVK8Y5GB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5C/8L/DFOLJYFI7OA9HAVK8Y5GB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1a3a674ac033c12820e79f379f3c603164a952bd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5C/8L/DFOLJYFI7OA9HAVK8Y5GB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5C/I9/YNWTVG2TLDG6VDVP0EKTR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5C/I9/YNWTVG2TLDG6VDVP0EKTR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..14c6677e58042ec02f151436218944792d785130 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5C/I9/YNWTVG2TLDG6VDVP0EKTR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5C/Q4/ZFNI4IGXWHKCIG3WEQVLQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5C/Q4/ZFNI4IGXWHKCIG3WEQVLQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2401ac6ff311f1c50b9326d4d3da611b06a5ad2b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5C/Q4/ZFNI4IGXWHKCIG3WEQVLQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5D/XI/UDMS6OADHTCXAOVHESGXO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5D/XI/UDMS6OADHTCXAOVHESGXO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..72b4ed0a4e08da2fb54ec2a5701ed63acfc7c440 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5D/XI/UDMS6OADHTCXAOVHESGXO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5E/GF/I6Y7EQVG9VJM8CNFLMOPC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5E/GF/I6Y7EQVG9VJM8CNFLMOPC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8b8e004a0340732a16f885b6c21b3e7f05e0509d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5E/GF/I6Y7EQVG9VJM8CNFLMOPC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5E/XH/FLM4LDEA4974KKXL69T0H.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5E/XH/FLM4LDEA4974KKXL69T0H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d42496ae35ced0df6c0c5a39b94a45bda8962d9e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5E/XH/FLM4LDEA4974KKXL69T0H.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5F/UH/7J51BM414K5A51BFS7D4E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5F/UH/7J51BM414K5A51BFS7D4E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c5420d985dce89b93eecc49189c45bddb0131fd8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5F/UH/7J51BM414K5A51BFS7D4E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5H/JT/TQBKMHU1ZUH2TJEQJZIAE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5H/JT/TQBKMHU1ZUH2TJEQJZIAE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e8dbcfa0097a0738ddeb64558bde3ad2443e3af6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5H/JT/TQBKMHU1ZUH2TJEQJZIAE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5I/4P/ESZ5JX7VFCTSJ1XI5GRX0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5I/4P/ESZ5JX7VFCTSJ1XI5GRX0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..90c157fe871f96012c4e37c858e85f29599b9c4e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5I/4P/ESZ5JX7VFCTSJ1XI5GRX0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5K/CQ/4CQCGVXWXBIVPH4X3OKMN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5K/CQ/4CQCGVXWXBIVPH4X3OKMN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f004f01b5bff38f2962f7bd80fd0deb0de693a08 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5K/CQ/4CQCGVXWXBIVPH4X3OKMN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5K/J2/0AXP8QFZWK8M1MLZU0FWU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5K/J2/0AXP8QFZWK8M1MLZU0FWU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3654b072913cf5175f9d9e7d29922400cbeaeffb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5K/J2/0AXP8QFZWK8M1MLZU0FWU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5L/FN/XZBU47WCOE0G1XZ9JZV9E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5L/FN/XZBU47WCOE0G1XZ9JZV9E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fe565ab399253c2ff91eaca2e4d4e41c6d0e122d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5L/FN/XZBU47WCOE0G1XZ9JZV9E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5L/JN/LTI7YR86SET5DM4N8TRIY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5L/JN/LTI7YR86SET5DM4N8TRIY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8299c1fc56fde252603e44689dae9fdb541e5e35 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5L/JN/LTI7YR86SET5DM4N8TRIY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5M/0Q/FTCRM2PN982WTC082E5SA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5M/0Q/FTCRM2PN982WTC082E5SA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a1f22bb69fdbdf56745e09ddd970706d0f3eb8ec Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5M/0Q/FTCRM2PN982WTC082E5SA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5N/U3/PEOW2VK1V9Q6QYICLL8SI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5N/U3/PEOW2VK1V9Q6QYICLL8SI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..300aa9577c497213191eeb5ebd994e650a4d3214 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/5N/U3/PEOW2VK1V9Q6QYICLL8SI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AE/7D/JGEAC2SYA6TLERN5U3NVT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AE/7D/JGEAC2SYA6TLERN5U3NVT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..29b8a7e6c61077df74288360f693014febc96f53 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AE/7D/JGEAC2SYA6TLERN5U3NVT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AE/G4/PBR6MESLKLW91DUROYJ73.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AE/G4/PBR6MESLKLW91DUROYJ73.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1acdf7d5a4a8d120d1aaf73695897e0d9016e43d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AE/G4/PBR6MESLKLW91DUROYJ73.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AE/K0/UL5DKOTEISGK9UKIHZXZ0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AE/K0/UL5DKOTEISGK9UKIHZXZ0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..60da84974ab7413bfe32a6c238aa0ad5269a0d6f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AE/K0/UL5DKOTEISGK9UKIHZXZ0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AE/U8/B9PV223CTXH0FV71B7LNH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AE/U8/B9PV223CTXH0FV71B7LNH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a3e76b57963d189d96c22182624eaa076b162f22 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AE/U8/B9PV223CTXH0FV71B7LNH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AF/ED/ZJI9UVCUFXR60UFRZFFDL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AF/ED/ZJI9UVCUFXR60UFRZFFDL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..53cd98fec4ad52cd475a688a258082dda08d312d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AF/ED/ZJI9UVCUFXR60UFRZFFDL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AF/LJ/8KAJT7FT0WX20JD3H370B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AF/LJ/8KAJT7FT0WX20JD3H370B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..15de9f6a42babb172314397eebcd2caba0d164d8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AF/LJ/8KAJT7FT0WX20JD3H370B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AG/24/VQDH5XF73CDY9ATQOKHJ5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AG/24/VQDH5XF73CDY9ATQOKHJ5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1db37a728c840b54dcef468144b3a0c54961ca02 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AG/24/VQDH5XF73CDY9ATQOKHJ5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AG/XY/HDFEWQ3U20LQYSMRAZ4W8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AG/XY/HDFEWQ3U20LQYSMRAZ4W8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4a5f73d08faf62016fdd722eb323235177f688b8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AG/XY/HDFEWQ3U20LQYSMRAZ4W8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AI/BJ/9IL936ZC80FNTS3UHJGMO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AI/BJ/9IL936ZC80FNTS3UHJGMO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1a1bd2c0ae08ba8803063de13f95303ef3d12891 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AI/BJ/9IL936ZC80FNTS3UHJGMO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AI/PF/PZ7M5SI966HII08ZREFL1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AI/PF/PZ7M5SI966HII08ZREFL1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d2ff71258d917a178a62cb4f868a85b91d0558fe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AI/PF/PZ7M5SI966HII08ZREFL1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AJ/LH/P7JNUS82DRJKILH8JEGSO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AJ/LH/P7JNUS82DRJKILH8JEGSO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ab87471b4479d98665507324e685db277124bd6e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AJ/LH/P7JNUS82DRJKILH8JEGSO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AJ/X2/6T7DM0RTMUQRVDWJB3FII.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AJ/X2/6T7DM0RTMUQRVDWJB3FII.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ab1f5e404645e6ade632ca5467c46cb49bacf79f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AJ/X2/6T7DM0RTMUQRVDWJB3FII.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AK/9F/JU9ZXIZW36OKU1LW04PWE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AK/9F/JU9ZXIZW36OKU1LW04PWE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6a78830eb23d14dc3306e0f9011220e6a2bbb56e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AK/9F/JU9ZXIZW36OKU1LW04PWE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AK/O6/K88M3ODEBW8PJL3R40U6Q.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AK/O6/K88M3ODEBW8PJL3R40U6Q.uasset new file mode 100644 index 0000000000000000000000000000000000000000..894f9bbc5bf9a908fb279de1da9f567916655178 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AK/O6/K88M3ODEBW8PJL3R40U6Q.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AK/UI/69Y0B8TPBSB2SS4QSWX78.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AK/UI/69Y0B8TPBSB2SS4QSWX78.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dc60988afc845e4e5e6810c8fa0021b0a08d9f6c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AK/UI/69Y0B8TPBSB2SS4QSWX78.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AL/UL/TRKYVS7ZMA3EW4RENH88I.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AL/UL/TRKYVS7ZMA3EW4RENH88I.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e55ea82c2cbf4aa14a3fc881cc182149e46bf5b6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AL/UL/TRKYVS7ZMA3EW4RENH88I.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AL/UP/KIBY32VY6ST0DGQ8TX6M1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AL/UP/KIBY32VY6ST0DGQ8TX6M1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ee400434377eddc6edfb513edb44b11c1571d7bf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AL/UP/KIBY32VY6ST0DGQ8TX6M1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/3R/U34Q0IP7WFPHZFQS7RPDN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/3R/U34Q0IP7WFPHZFQS7RPDN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1a445467be05f043cfe59d76395c3af8c55dfa2b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/3R/U34Q0IP7WFPHZFQS7RPDN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/AP/UTM8UJ0E1F1QYKFANHAWV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/AP/UTM8UJ0E1F1QYKFANHAWV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..95bf2dca69f3fabf08b408388121110d3bd4585d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/AP/UTM8UJ0E1F1QYKFANHAWV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/IA/A49OXV71Y1YJYPS1P6R35.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/IA/A49OXV71Y1YJYPS1P6R35.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b687a7a82f430b8cf093517cffa3a3fceb53fd61 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/IA/A49OXV71Y1YJYPS1P6R35.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/OR/NMN8U195292FK6MPATH3B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/OR/NMN8U195292FK6MPATH3B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f8e514474dbd14977f7b71ed3b9df5a2783fe217 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/OR/NMN8U195292FK6MPATH3B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/YB/5YUI4Y5ZEXNO9DKCG4PG8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/YB/5YUI4Y5ZEXNO9DKCG4PG8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3334ba5b9d02a4b4ba0017eb578ae91a170f2a76 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AP/YB/5YUI4Y5ZEXNO9DKCG4PG8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AQ/6H/1R20OIDR1364ZB3JMZT3K.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AQ/6H/1R20OIDR1364ZB3JMZT3K.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1e58f73d32575e0f931ca9e7bb6dcf9ea6cb7b4b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AQ/6H/1R20OIDR1364ZB3JMZT3K.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AQ/VL/0TKHXJ429YTY1XXXRPWJS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AQ/VL/0TKHXJ429YTY1XXXRPWJS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cc685b137a056c5edab58e454c2a587e3f895bce Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AQ/VL/0TKHXJ429YTY1XXXRPWJS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AR/ZO/XDVD4YC3GCST0CUZO7R7Y.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AR/ZO/XDVD4YC3GCST0CUZO7R7Y.uasset new file mode 100644 index 0000000000000000000000000000000000000000..450e3493cdf438492820ed9cc23c251b70c01ce1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AR/ZO/XDVD4YC3GCST0CUZO7R7Y.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AT/14/H84VM4XCK55PFXNVL55LM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AT/14/H84VM4XCK55PFXNVL55LM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..536f7c7eb4e7e66dc92403bd9c2696857ad90720 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AT/14/H84VM4XCK55PFXNVL55LM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AT/VA/SQIOIHB3ALSKFACMQZF3H.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AT/VA/SQIOIHB3ALSKFACMQZF3H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5da6204c065c2bb2ce0ca119112d5cb86f079745 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AT/VA/SQIOIHB3ALSKFACMQZF3H.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AT/WZ/8OTVQ01O2UAIQ4VM0ULPZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AT/WZ/8OTVQ01O2UAIQ4VM0ULPZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..54ff8c1632b2229b61137eebebf84b068e24a647 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AT/WZ/8OTVQ01O2UAIQ4VM0ULPZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/7F/H0DOOCTHD42M5PT6GAY9W.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/7F/H0DOOCTHD42M5PT6GAY9W.uasset new file mode 100644 index 0000000000000000000000000000000000000000..01b2ad1feb47fba31b539855106772c9c0156181 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/7F/H0DOOCTHD42M5PT6GAY9W.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/KE/3W7CP7AAVY8DL3UU7Q0PW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/KE/3W7CP7AAVY8DL3UU7Q0PW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4cbbb3a8955f8065103998d8cbd747915b58080e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/KE/3W7CP7AAVY8DL3UU7Q0PW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/V6/386VQCVYRFFABHNV8A5S7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/V6/386VQCVYRFFABHNV8A5S7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c129e481d9a87922f9c76b54543eac04f25e36a3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/V6/386VQCVYRFFABHNV8A5S7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/Y7/6Q33NE6RQOSFC6FHUAWAE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/Y7/6Q33NE6RQOSFC6FHUAWAE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6a6910a9ce75caacc981cbd444714db90ef1b12c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/Y7/6Q33NE6RQOSFC6FHUAWAE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/YM/Q91C6H76L0Y3XFJ1SFSRS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/YM/Q91C6H76L0Y3XFJ1SFSRS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ee04156843c099c8a6855a9a3ee3b9bd79bf34e7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AV/YM/Q91C6H76L0Y3XFJ1SFSRS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AX/9O/45OJRGNW7X87GP0FMEHJ8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AX/9O/45OJRGNW7X87GP0FMEHJ8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ee3aca47d83e2ef7dfbd56dbc67e3d28c22c0ee9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AX/9O/45OJRGNW7X87GP0FMEHJ8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AX/O2/34KCAINP78KH9ESXGFUFZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AX/O2/34KCAINP78KH9ESXGFUFZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fba415751822c4e31fefba166f99e9f7972e0986 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AX/O2/34KCAINP78KH9ESXGFUFZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AX/QX/J9L02RGH7XB82EUMSYRF5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AX/QX/J9L02RGH7XB82EUMSYRF5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1c1cf95148dcb3aa7c9bcef3c11aec381fddfb65 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AX/QX/J9L02RGH7XB82EUMSYRF5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AX/V6/H4X8282W8T869STZT68NC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AX/V6/H4X8282W8T869STZT68NC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e5a45d9557b81a3ca310ed5e3340e2c5ca23b27c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AX/V6/H4X8282W8T869STZT68NC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AY/0J/IXF8U0BODRVNDN74K699B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AY/0J/IXF8U0BODRVNDN74K699B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..07d83aab1b76e0850f04315a006077abb893389c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AY/0J/IXF8U0BODRVNDN74K699B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AY/4G/RCTIFODQUNCRDIWDXVPN0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AY/4G/RCTIFODQUNCRDIWDXVPN0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..87e11296f36a809c8e7300fb2f4ca770b1bf3346 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AY/4G/RCTIFODQUNCRDIWDXVPN0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AZ/0S/DRM231U9WTTOCVQJKA348.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AZ/0S/DRM231U9WTTOCVQJKA348.uasset new file mode 100644 index 0000000000000000000000000000000000000000..475dc78b0a3e30a937888fec2966b4cfb8b7dfec Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AZ/0S/DRM231U9WTTOCVQJKA348.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AZ/5R/8VUIFA75GUF1C7CFSWP29.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AZ/5R/8VUIFA75GUF1C7CFSWP29.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f581741749faba4fad2aa7735befaefe6f3dc99b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/AZ/5R/8VUIFA75GUF1C7CFSWP29.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/5H/3I0I8KE8FH4IR40JFLJCF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/5H/3I0I8KE8FH4IR40JFLJCF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c4c0a7da7ddc8842047c6d4d3955bf98b391ae10 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/5H/3I0I8KE8FH4IR40JFLJCF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/A3/7F8UZ9ASQ6YTTP820G089.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/A3/7F8UZ9ASQ6YTTP820G089.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cdfeb4428fb2e5e811c24a718ec2f9ea2f84874f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/A3/7F8UZ9ASQ6YTTP820G089.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/CL/UVSGHYUW5XGWT9G1DMSM3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/CL/UVSGHYUW5XGWT9G1DMSM3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d32b8c51ccb1446fb1cbe4c043a27ec231fb2a5f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/CL/UVSGHYUW5XGWT9G1DMSM3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/IL/5OQ0RZEHXKX9WVDGA6G5H.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/IL/5OQ0RZEHXKX9WVDGA6G5H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9ea157a5e6a1f81ebc8b03c13c795a6795e3af6d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/IL/5OQ0RZEHXKX9WVDGA6G5H.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/IS/JTCKXB0IXWSRGV7DQHBGM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/IS/JTCKXB0IXWSRGV7DQHBGM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..25074daff6c0189a1c982bc52a17278e4bdb29b1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B0/IS/JTCKXB0IXWSRGV7DQHBGM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B1/5X/8IS75RDDJAW3N0X6TEVXL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B1/5X/8IS75RDDJAW3N0X6TEVXL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..97b6a5e4d8229d87fec1ddeafc9a3c2c4d72b5a6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B1/5X/8IS75RDDJAW3N0X6TEVXL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B2/6O/NCB31L57OUFMTI4JKQ3FP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B2/6O/NCB31L57OUFMTI4JKQ3FP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b21bedb5aa4d2bbb25a8cbf3707398ff8f3cb3fc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B2/6O/NCB31L57OUFMTI4JKQ3FP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B2/G3/66C74IUJVCM5RURYJ7D28.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B2/G3/66C74IUJVCM5RURYJ7D28.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a703231c4f614a3141f20111e08d82e0cc829ae7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B2/G3/66C74IUJVCM5RURYJ7D28.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B3/AW/T4GJ6TWL0GCYNDL3PNVE8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B3/AW/T4GJ6TWL0GCYNDL3PNVE8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f0d048f5c716f5b628022a18f1f447859e7ad471 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B3/AW/T4GJ6TWL0GCYNDL3PNVE8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B3/UH/3ZOM0PR7EWSCKMHGM4BH2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B3/UH/3ZOM0PR7EWSCKMHGM4BH2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e872153be866c53c839666af0115cb636f5e7723 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B3/UH/3ZOM0PR7EWSCKMHGM4BH2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B5/59/GRBDBMCC05IZ8D4ACVE4X.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B5/59/GRBDBMCC05IZ8D4ACVE4X.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ae869eee3236be2370ac5dd73bf33467a27f1a0d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B5/59/GRBDBMCC05IZ8D4ACVE4X.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B6/5J/K74X0NVS8ZQJ9S1NY1DBB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B6/5J/K74X0NVS8ZQJ9S1NY1DBB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e25ec482805347292f831cd92fd2fd26290cfbaf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B6/5J/K74X0NVS8ZQJ9S1NY1DBB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B8/93/FXQ40I3JWI4M3RHO7HGM1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B8/93/FXQ40I3JWI4M3RHO7HGM1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0ceb374e792b46dcac4839d931bcacd7776a07ff Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B8/93/FXQ40I3JWI4M3RHO7HGM1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B9/EH/7SN961OCA77X0O1RLD7VN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B9/EH/7SN961OCA77X0O1RLD7VN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..385dde670a8e7b283051d7d4e90414c03616a61f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/B9/EH/7SN961OCA77X0O1RLD7VN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BA/XV/5BF9D8433ZJUXYOSC9DDA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BA/XV/5BF9D8433ZJUXYOSC9DDA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c2f1addbd871ac2a9363876a0cc31cc3b539d47d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BA/XV/5BF9D8433ZJUXYOSC9DDA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BB/3M/51XPVXR669N65U5VCW16U.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BB/3M/51XPVXR669N65U5VCW16U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0777157115ab2c5d8461a77984ebfadbc11a14d6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BB/3M/51XPVXR669N65U5VCW16U.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BC/81/KN2L4X314906K6HFYNSPW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BC/81/KN2L4X314906K6HFYNSPW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..97feb0c3f0fda690e747e173a2a6c815e756f82a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BC/81/KN2L4X314906K6HFYNSPW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BD/G2/4PNSE4H5FHO9ER0HGCZAI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BD/G2/4PNSE4H5FHO9ER0HGCZAI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..993d034a3dbd247f82fe4946f4196a280a7cdde3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BD/G2/4PNSE4H5FHO9ER0HGCZAI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BE/1D/G0FF6KJ77RBCTDVY0FA21.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BE/1D/G0FF6KJ77RBCTDVY0FA21.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cfc6b49b67a78cd834b250dd18d4c60144e0d452 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BE/1D/G0FF6KJ77RBCTDVY0FA21.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BE/BK/IMHVT3NE236NXERB380LQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BE/BK/IMHVT3NE236NXERB380LQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..581fc56d988d9a39eab5d87db4caa4770fd4c7e8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BE/BK/IMHVT3NE236NXERB380LQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BF/US/Y6YXEIJJBVCPJVU2F0BK5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BF/US/Y6YXEIJJBVCPJVU2F0BK5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..90dd292902611a445f9b21005d4cfe57b0ad2d77 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BF/US/Y6YXEIJJBVCPJVU2F0BK5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BH/1W/KURWD56XCP20OE6QZ0ZS2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BH/1W/KURWD56XCP20OE6QZ0ZS2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b9bcb77d2bc653d18baf7367163f837866674a18 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BH/1W/KURWD56XCP20OE6QZ0ZS2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BI/HF/0NCLZ0C2XG6GZQR9MDF40.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BI/HF/0NCLZ0C2XG6GZQR9MDF40.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a05fb4818a22c4d388270a622a0cbc813445fea3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BI/HF/0NCLZ0C2XG6GZQR9MDF40.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BI/OD/SMG8CG68Y7OTHJVHN6A4H.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BI/OD/SMG8CG68Y7OTHJVHN6A4H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..03ac9d9d5b6b87bd7d9bb03ec93274193b3f09c1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BI/OD/SMG8CG68Y7OTHJVHN6A4H.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BJ/DK/GQMYTWEPAUX61391QN6L7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BJ/DK/GQMYTWEPAUX61391QN6L7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5eb22065b4cd207e2e20bfc7b9431768587dd23f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BJ/DK/GQMYTWEPAUX61391QN6L7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BK/6V/Q8BAGL46I474Y2X8XBN3B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BK/6V/Q8BAGL46I474Y2X8XBN3B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..53aaac04e25a1744c975b7cebb80617c97a58c9c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BK/6V/Q8BAGL46I474Y2X8XBN3B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BK/YH/Z3TWM4XJX51TT533Z6FC2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BK/YH/Z3TWM4XJX51TT533Z6FC2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fd04d68a8906a563526f3a6afe0b9a4dfc3ea8ef Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BK/YH/Z3TWM4XJX51TT533Z6FC2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BL/FJ/P7JAKGWK9B9S6OUV4DCAZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BL/FJ/P7JAKGWK9B9S6OUV4DCAZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6488a6036f13f3cc088ee3634a949cb100357bae Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BL/FJ/P7JAKGWK9B9S6OUV4DCAZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BM/WB/2SFK8JL4M94PCOWX1QSAI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BM/WB/2SFK8JL4M94PCOWX1QSAI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..910ab70d0f62accba24e81beef34d52c3ac3d0c0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BM/WB/2SFK8JL4M94PCOWX1QSAI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BN/F0/WXQ5DDS051F3BXH8N9ON0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BN/F0/WXQ5DDS051F3BXH8N9ON0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fd3beaf88d9b59d31b3a5292e45e9a5a1055910c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BN/F0/WXQ5DDS051F3BXH8N9ON0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BP/DU/S867W8VA11CHBVIAB03IT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BP/DU/S867W8VA11CHBVIAB03IT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3d74f3e73310fa8418120cd77658f4e6a4ff0ce5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BP/DU/S867W8VA11CHBVIAB03IT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BQ/R1/NEYKCVDBX6R6AI5W80PBW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BQ/R1/NEYKCVDBX6R6AI5W80PBW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..300a88322c9f075e42ba902e07ef3e9c96369340 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BQ/R1/NEYKCVDBX6R6AI5W80PBW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BS/9U/B7LF1V8O5A2U8NFQE1JNQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BS/9U/B7LF1V8O5A2U8NFQE1JNQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..51cbf8f4ef519806148512d28e134d30e7c352a1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BS/9U/B7LF1V8O5A2U8NFQE1JNQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BU/92/LIM2LRYNST272Z8BB1HYQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BU/92/LIM2LRYNST272Z8BB1HYQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9884add7e0fbaa1d5ea1dc61198c8fd3f73946b7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BU/92/LIM2LRYNST272Z8BB1HYQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BU/9M/QEYC3HHZY0CQ898HLINST.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BU/9M/QEYC3HHZY0CQ898HLINST.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ac5f764263c204442c2d953cea36b5fefed371f5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BU/9M/QEYC3HHZY0CQ898HLINST.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BU/PX/FWZXBPACJQJMLZ549OPUE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BU/PX/FWZXBPACJQJMLZ549OPUE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dfc0f29b006e4f58a86ce96bc3481ed76bb5fe97 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BU/PX/FWZXBPACJQJMLZ549OPUE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BU/QY/C9TWDHGGSQJFPWVMIRVGV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BU/QY/C9TWDHGGSQJFPWVMIRVGV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4df3bb39b68925db6fdf341e5e7738b3ebdca0af Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BU/QY/C9TWDHGGSQJFPWVMIRVGV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BW/B1/WXJQH6P5N5UX8JG1Y6IGC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BW/B1/WXJQH6P5N5UX8JG1Y6IGC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9c7b7e7e542fdb3e009debc0d1db07aecd79e442 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BW/B1/WXJQH6P5N5UX8JG1Y6IGC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BW/IX/A5IO9T6580KGFWDHODF7U.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BW/IX/A5IO9T6580KGFWDHODF7U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8aa63d4eb7cfe2fe59af1a4d8ab607fa17405181 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BW/IX/A5IO9T6580KGFWDHODF7U.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BW/J6/WHAJ3J76LXRFR65EERPWM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BW/J6/WHAJ3J76LXRFR65EERPWM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..98f3362c83db96bf7bd1fb2482d4344be595ead7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BW/J6/WHAJ3J76LXRFR65EERPWM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BW/NY/8TD2ZZHRFI0IZ3O2WXPVO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BW/NY/8TD2ZZHRFI0IZ3O2WXPVO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1f6cf8b60c3855f5ca34d399e85c439e46002c29 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BW/NY/8TD2ZZHRFI0IZ3O2WXPVO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BX/BT/1SIO4WB51DDYQP8E518BD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BX/BT/1SIO4WB51DDYQP8E518BD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5219617ee91b7ff07f3b47bd4cd51822098d74eb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BX/BT/1SIO4WB51DDYQP8E518BD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BZ/5T/3C8R6RDABPF9QR4Z1A9IY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BZ/5T/3C8R6RDABPF9QR4Z1A9IY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bd76035e66bed6adff32d07e0864b51105264f15 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BZ/5T/3C8R6RDABPF9QR4Z1A9IY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BZ/GK/IV1V4BHPUIL8V7FN1CMRZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BZ/GK/IV1V4BHPUIL8V7FN1CMRZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4430905b26ff93a82426e9941b91c30c0e6bfb88 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BZ/GK/IV1V4BHPUIL8V7FN1CMRZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BZ/U1/XFEX0W55244QI9PRUSVUP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BZ/U1/XFEX0W55244QI9PRUSVUP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..839a516867c1fcaa61c8dbca8c0abcfd52207fec Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/BZ/U1/XFEX0W55244QI9PRUSVUP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C0/7K/U4BN8GGBVH0E2GHTF6YDJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C0/7K/U4BN8GGBVH0E2GHTF6YDJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a7ae14d8832341cc5a7cbe5336ebb5df6685bbf2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C0/7K/U4BN8GGBVH0E2GHTF6YDJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C0/CO/B4KV4XKD7KW7CAUO1VPLH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C0/CO/B4KV4XKD7KW7CAUO1VPLH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d74711b1300bcb0d627a5b43cf215a72678252ff Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C0/CO/B4KV4XKD7KW7CAUO1VPLH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C0/HA/376N0IAKI1IGGH2AOPFPZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C0/HA/376N0IAKI1IGGH2AOPFPZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2d90656eb05bc2a22fbfcce224cb43e9e4c3e988 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C0/HA/376N0IAKI1IGGH2AOPFPZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C0/LI/W54VLCXB4YNUZ3C5M4CB1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C0/LI/W54VLCXB4YNUZ3C5M4CB1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0109feb359f14d65ed148e277cb7ad40a01a835c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C0/LI/W54VLCXB4YNUZ3C5M4CB1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C1/6L/OCBFO8RCCSI2QKEATPSU2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C1/6L/OCBFO8RCCSI2QKEATPSU2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7bc1a22367e37557c4c6617c87552eaf659f7bf4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C1/6L/OCBFO8RCCSI2QKEATPSU2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C1/XJ/U90CGUNGBWWFH8105P6QV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C1/XJ/U90CGUNGBWWFH8105P6QV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2dd6d0825bb8705630e5a6fa5642198c46b95dcd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C1/XJ/U90CGUNGBWWFH8105P6QV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C2/29/4OKGNH4FVENM3BKJIBVLW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C2/29/4OKGNH4FVENM3BKJIBVLW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..39ba151a67f27fac3b26eb31580275c7f33debac Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C2/29/4OKGNH4FVENM3BKJIBVLW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C2/DC/FLIDPWL7BSNYTQFI62FBL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C2/DC/FLIDPWL7BSNYTQFI62FBL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e20b2bc0360b15e1e1fce58ffe28bd31a8fb9556 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C2/DC/FLIDPWL7BSNYTQFI62FBL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C2/DF/ICZ202W6TJRXSU75C1PXJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C2/DF/ICZ202W6TJRXSU75C1PXJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7d7024024e36d9dcdfc014c5da8e2aa93a5ceafe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C2/DF/ICZ202W6TJRXSU75C1PXJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C3/00/7G8XRJRSEOLKCALP5X8JX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C3/00/7G8XRJRSEOLKCALP5X8JX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..835713062963942188ed5443fa45fb3ddd3a3e6c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C3/00/7G8XRJRSEOLKCALP5X8JX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C3/P1/9SSQYWZFZNNSIW5MPWML7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C3/P1/9SSQYWZFZNNSIW5MPWML7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8fbb58825da2405393f3050ededa2bd97fb0e79b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C3/P1/9SSQYWZFZNNSIW5MPWML7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C4/1B/FUXSONEQL5HU70AVQZENZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C4/1B/FUXSONEQL5HU70AVQZENZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..410b7828ff15404a69fa96fd9519b6abeda34bbc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C4/1B/FUXSONEQL5HU70AVQZENZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C5/6A/1SD1GU160Y6EQ842AQOS8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C5/6A/1SD1GU160Y6EQ842AQOS8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ee697bbb6af92f5704485259eb40be4574314794 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C5/6A/1SD1GU160Y6EQ842AQOS8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C6/RH/WOA7WNQO1SIBYQ64OQRYP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C6/RH/WOA7WNQO1SIBYQ64OQRYP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..055e708988ce366a8f2c5db0fdc3d7723e95306c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/C6/RH/WOA7WNQO1SIBYQ64OQRYP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DK/C3/BPFRPXDYOLJHKKIHML4ER.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DK/C3/BPFRPXDYOLJHKKIHML4ER.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9a061adf2e876772edb6202045550f21ff77091b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DK/C3/BPFRPXDYOLJHKKIHML4ER.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DM/7P/R0W3UI5CNESKBXF6W9RFQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DM/7P/R0W3UI5CNESKBXF6W9RFQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..33eac2aca7363eb64f81c6d136a12c5376f05454 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DM/7P/R0W3UI5CNESKBXF6W9RFQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DM/IH/YHEPHDEKCI6Y1C9IACAMO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DM/IH/YHEPHDEKCI6Y1C9IACAMO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0892876abba52d93d459321f1a9e3d99cdb9195f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DM/IH/YHEPHDEKCI6Y1C9IACAMO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DO/VY/AUW0NZ0RF0JUGGDXTPDLI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DO/VY/AUW0NZ0RF0JUGGDXTPDLI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7b1c0dda206b31da33cd981629fc3bd516c9be8d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DO/VY/AUW0NZ0RF0JUGGDXTPDLI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DP/68/L0G0JII52RA6JMICXS6MN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DP/68/L0G0JII52RA6JMICXS6MN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9f2579d10a8f987c7e6304bd540b889e9416dcb3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DP/68/L0G0JII52RA6JMICXS6MN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DP/CX/HOUZ6HHWKVG3T251R34RP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DP/CX/HOUZ6HHWKVG3T251R34RP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3eef378adcf4b0af16f490b5ad544e71980b0850 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DP/CX/HOUZ6HHWKVG3T251R34RP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DT/D8/E173PT26EFY9P7T9AXMZJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DT/D8/E173PT26EFY9P7T9AXMZJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6ec517fc4d21c4a8d16cada3caeb089a096847e8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DT/D8/E173PT26EFY9P7T9AXMZJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/8Z/FH0T8JPO97I8RTHR45V8N.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/8Z/FH0T8JPO97I8RTHR45V8N.uasset new file mode 100644 index 0000000000000000000000000000000000000000..563d64fdb3156c2f3dda2648c4a72fced802c4fe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/8Z/FH0T8JPO97I8RTHR45V8N.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/CM/IDCJ6KGZOCID4KYDJKRKR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/CM/IDCJ6KGZOCID4KYDJKRKR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a61c2b6474a85f7563e9a4d902392bb8b7f4fe34 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/CM/IDCJ6KGZOCID4KYDJKRKR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/JY/Y70Z8PH0JD7QT123Y5NNP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/JY/Y70Z8PH0JD7QT123Y5NNP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f10a567b77e0b513c2193bb5d1372cb43606fdbe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/JY/Y70Z8PH0JD7QT123Y5NNP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/TD/JP1CBAWHNHQ76YB4O9DD2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/TD/JP1CBAWHNHQ76YB4O9DD2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..901f7a0d51f583b41c97dbfeab0b8d66b67aae40 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/TD/JP1CBAWHNHQ76YB4O9DD2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/V7/AWJ4KLHW5TB77K8BM1FWZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/V7/AWJ4KLHW5TB77K8BM1FWZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2b8d5d74257d3d4cef5023c39eb167244d653916 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DU/V7/AWJ4KLHW5TB77K8BM1FWZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DV/HQ/TOPJRWZ1SBHRUHUEKXDPA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DV/HQ/TOPJRWZ1SBHRUHUEKXDPA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ef657ff52fe177b38a1854ab72936440150dbb93 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DV/HQ/TOPJRWZ1SBHRUHUEKXDPA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DV/N2/EU0KE0Y013Q23NFQGF5SQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DV/N2/EU0KE0Y013Q23NFQGF5SQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..39e8e4203499703ecaccf5e1305658b262b656f0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DV/N2/EU0KE0Y013Q23NFQGF5SQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DX/57/4AZAKED13ZC17NJLOSF6S.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DX/57/4AZAKED13ZC17NJLOSF6S.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c6a2fc1266b83fa4519d0c751d3187d9c8f7b7ff Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DX/57/4AZAKED13ZC17NJLOSF6S.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DX/D6/GSKSSQLQJHVMH48BF8VMD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DX/D6/GSKSSQLQJHVMH48BF8VMD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0255479be36d7c3286108db934801fea48569f16 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DX/D6/GSKSSQLQJHVMH48BF8VMD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DX/GY/Y37GNIM6XEBG84N9IH46N.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DX/GY/Y37GNIM6XEBG84N9IH46N.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a2e2795c07d9adf888cc60e3a85aa1e88db506da Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DX/GY/Y37GNIM6XEBG84N9IH46N.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DY/3V/186PG8FSUFZJ3NEKLSQJD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DY/3V/186PG8FSUFZJ3NEKLSQJD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d611933e3e37792e293319dc2be6e61bc2172842 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/DY/3V/186PG8FSUFZJ3NEKLSQJD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E0/0X/EIOHCK888J2Z336NIPKBT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E0/0X/EIOHCK888J2Z336NIPKBT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f85027040829d7cd6f168faba1134ef21f173f71 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E0/0X/EIOHCK888J2Z336NIPKBT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E0/1R/TUEU9LUX6E3SKRRN3LNXF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E0/1R/TUEU9LUX6E3SKRRN3LNXF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e7aa1a9f32dee08e3611171d8d76e259fd986043 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E0/1R/TUEU9LUX6E3SKRRN3LNXF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E0/T8/ZPDZTUO5PTQO39NBXV7XY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E0/T8/ZPDZTUO5PTQO39NBXV7XY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c68d863442347178f7ebea1ae41f769a6a61bf36 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E0/T8/ZPDZTUO5PTQO39NBXV7XY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E1/N2/8C126FED1BUNEMZHLQCFN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E1/N2/8C126FED1BUNEMZHLQCFN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1281dea566fc3f6496d05fee5bb9a359d2f75b1c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E1/N2/8C126FED1BUNEMZHLQCFN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E2/D1/LDSU6MOWKXG88SX341J8Y.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E2/D1/LDSU6MOWKXG88SX341J8Y.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a77aae8477a68999fb0810ffb907e3cff2b1978c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E2/D1/LDSU6MOWKXG88SX341J8Y.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E4/B2/ZZQL3ZZNH182U24QSRAOA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E4/B2/ZZQL3ZZNH182U24QSRAOA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a95e3be5dc490c06e12878c9cab3a7ccd0d1efba Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E4/B2/ZZQL3ZZNH182U24QSRAOA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E4/J2/9R81UHV3L30ZRYFVLH145.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E4/J2/9R81UHV3L30ZRYFVLH145.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ff9f095413d3805b54e2c3417e9739d87056f790 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E4/J2/9R81UHV3L30ZRYFVLH145.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E4/K8/C0VEEBHAA5UO7EIQNWEDZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E4/K8/C0VEEBHAA5UO7EIQNWEDZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e12170c76e555904a7eae24252f247be1b2deb34 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E4/K8/C0VEEBHAA5UO7EIQNWEDZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E8/1P/KI940H33BNDK1L899OO87.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E8/1P/KI940H33BNDK1L899OO87.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bad2c269c2d4d560051bb18db8b04e5949632407 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E8/1P/KI940H33BNDK1L899OO87.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E8/5H/YNNXON7214BXS332DD1OL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E8/5H/YNNXON7214BXS332DD1OL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..826e6d01738df5823a6d6ae55daaad5caf36b1eb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/E8/5H/YNNXON7214BXS332DD1OL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/EA/62/LXFUDDSNRWA2NBVYYF88H.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/EA/62/LXFUDDSNRWA2NBVYYF88H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2a9f9d4066c3b4fc3ab76e711d5699fae1bfd164 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/EA/62/LXFUDDSNRWA2NBVYYF88H.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/EA/RF/0C3DEA6QRSN441KSELXAW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/EA/RF/0C3DEA6QRSN441KSELXAW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c64ba954d5ef691cee86d3aac4e6a48ae0a91ae1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse_Blockout/EA/RF/0C3DEA6QRSN441KSELXAW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/ShooterMaps.uplugin b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/ShooterMaps.uplugin new file mode 100644 index 0000000000000000000000000000000000000000..ff1c06a17461bd3dfffaae48d86685bdeca0b99b --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/ShooterMaps.uplugin @@ -0,0 +1,30 @@ +{ + "FileVersion": 3, + "Version": 1, + "VersionName": "1.0", + "FriendlyName": "ShooterMaps", + "Description": "Maps for Game1 / Shooter Game", + "Category": "Game Features", + "CreatedBy": "Epic Games, Inc.", + "CreatedByURL": "https://www.epicgames.com", + "DocsURL": "", + "MarketplaceURL": "", + "SupportURL": "", + "CanContainContent": true, + "IsBetaVersion": false, + "IsExperimentalVersion": false, + "Installed": false, + "EnabledByDefault": false, + "ExplicitlyLoaded": true, + "BuiltInInitialFeatureState": "Registered", + "Plugins": [ + { + "Name": "ShooterCore", + "Enabled": true + }, + { + "Name": "LyraExampleContent", + "Enabled": true + } + ] +} \ No newline at end of file diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterTests/README.md b/LyraStarterGame/Plugins/GameFeatures/ShooterTests/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ac566e4941fe899de011ae7e13d2edd570f5565f --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterTests/README.md @@ -0,0 +1,386 @@ +# Shooter Tests Plugin + +**Shooter Tests** is a plugin which is bundled as part of the **Lyra** game content and contains tests which are run against **Lyra**. This document is meant to serve as a guide on working with the plugin and providing a detailed overview on the provided tests. + +This guide is split up into two main sections each with their own focus. The first section provides an overview of the plugin while the second section goes into detail about the different test types and tests available +- [Plugin Overview](#plugin-overview) + - [Plugin Structure](#plugin-structure) + - [How to run tests provided by the plugin](#how-to-run-tests-provided-by-the-plugin) +- [Tests Within the Plugin](#tests-within-the-plugin) + - [CQTests](#cqtests) + - [CQTest Prerequisites](#cqtest-prerequisites) + - [Animation Test Prerequisites](#animation-test-prerequisites) + - [InputCrouchAnimationTest](#inputcrouchanimationtest) + - [WeaponMeleeAnimationTest](#weaponmeleeanimationtest) + - [Replication Test Prerequisites](#replication-test-prerequisites) + - [InputAnimationTest](#inputanimationtest) + - [AbilitySpawnerMapTest](#abilityspawnermaptest) + - [Blueprint Functional Tests](#blueprint-functional-tests) + - [B\_Test\_AutoRun](#b_test_autorun) + - [B\_Test\_FireWeapon](#b_test_fireweapon) +- [Troubleshooting Lyra automated tests](#troubleshooting-lyra-automated-tests) + - [Cannot use a new map for a network test](#cannot-use-a-new-map-for-a-network-test) + - [Tests are flaky due to each test run spawning a random character](#tests-are-flaky-due-to-each-test-run-spawning-a-random-character) +- [Resources](#resources) + +## Plugin Overview + +The scope of this document is to only cover the **Shooter Tests** plugin. For a more generalized guide to plugins, including how to create a new plugin or enabling/disabling existing plugins, please see [the online documentation on plugins](https://dev.epicgames.com/documentation/en-us/unreal-engine/plugins-in-unreal-engine) for more information. + +This section provides an overview of the plugin. The plugin comes bundled as part of the **Lyra** starter content which can be downloaded from [the Epic Games Launcher](https://dev.epicgames.com/documentation/en-us/unreal-engine/lyra-sample-game-in-unreal-engine) and can be found in `/LyraStarterGame/Plugins/GameFeatures/ShooterTests`. The underlying sections below will go into further detail about different aspects of the plugin. Specifics include: the structure of the plugin, how to enable the plugin for use within Lyra, and how to run the tests packaged with the plugin. + +### Plugin Structure + +Below is the general document structure of the plugin + +``` +. +└── ShooterTests/ + ├── Binaries/ + │ └── Platform dependant built libraries + ├── Content/ + │ ├── Blueprint + │ ├── Input + │ ├── Maps + │ ├── System + │ ├── ShooterTests.uasset + ├── Intermediate/ + │ └── Platform dependant generated code + ├── Resources/ + │ └── Icon128.png + └── Source/ + └── ShooterTestsRuntime/ + └── Private/ +``` + +The focus and scope of this document will be on the `Content` and `Source` directories as this will be where the tests and resources needed for tests will reside. For example, the [Blueprint Functional Tests](#blueprint-functional-tests) will have a Blueprint class for the test stored within the `Blueprint` directory, but the map that loads the Blueprint asset will be found in the `Map` directory. While it seems that the pieces of the test are scattered within the plugin, they all reside in the appropriate folder as some assets are reused in other tests. It's best practice to split up your components and organize them in a way that makes sense as opposed to bundling all pieces of a test together as the latter can lead to duplication of assets and a larger plugin size. + +### How to run tests provided by the plugin + +This section requires knowledge about the **Automation System** and how to navigate the **Automation** tab of the **Session Frontend** to find and execute tests. Please see [the online documentation on the Automation System](https://dev.epicgames.com/documentation/en-us/unreal-engine/automation-system-user-guide-in-unreal-engine) for more information. With the **Session Frontend** opened to the **Automation** tab, we can navigate to `Project -> Functional Tests -> Shooter Tests` in order to get to the tests currently packaged within the plugin. These tests can also be reached by using the **Search** bar on top and using the keyword **ShooterTests** to filter out and only show the tests in this plugin. See the section immediately below for more detailed explanation on what types of tests are included and what is being tested. + +## Tests Within the Plugin + +The plugin demonstrates tests using either Blueprint or code. This section describes various tests packaged with the plugin. + +* [CQTests](#cqtests) +* [Blueprint Functional Tests](#blueprint-functional-tests) + +### CQTests + +**CQTest**, or Code Quality Tests, are a method of creating functional tests using C++. The **CQTest** framework is an Unreal Engine module and is enabled within **ShooterTests**. Unreal Engine provides multiple testing frameworks, but the focus on CQTest was decided due to providing before/after functionality that is paired with each test case. Another benefit is that **CQTest** resets the state of each test automatically, making sure that each test is atomic in that there is no worry about leaking objects to or from another test. Please refer to the readme documentation located in `/Engine/Source/Developer/CQTest` for a deeper understanding of **CQTest**. + +**Shooter Tests** are tests implemented using the **CQTest** framework within their respective categories. Within the categories, it's possible to have subcategories to help further define the type or functionality expected to be tested. While [Blueprint Functional Tests](#blueprint-functional-tests) are categorized in the **Automation** tab by the map that they reside in. Similar to how clicking on a [Blueprint Functional Tests](#blueprint-functional-tests) will load the level with the Functional Test Actor, clicking on a **CQTest** will open the code file where the test is implemented. + +Tests created using the **CQTest** framework allows for custom categorization when declaring the `TEST_CLASS` or `TEST` itself. For example + +``` +TEST(SimpleTest, "Project.Functional Tests.ShooterTests.Tests") +{ + ASSERT_THAT(IsTrue(true)); +} +``` + +will show an item labeled `SimpleTest` under `Project -> Functional Tests -> ShooterTests -> Tests` within the **Automation** tab. More information about the **CQTest** framework is documented in the readme mentioned above and the examples outlined below. + +Here are the current categories and subcategories of the tests within the plugin: + +* **Actor** + * **Animation** + * [InputCrouchAnimationTest](#inputcrouchanimationtest) + * [WeaponMeleeAnimationTest](#weaponmeleeanimationtest) + * **Replication** + * [InputAnimationTest](#inputanimationtest) +* **GameplayAbility** + * [AbilitySpawnerMapTest](#abilityspawnermaptest) + +#### CQTest Prerequisites + +Please note that the [InputCrouchAnimationTest](#inputcrouchanimationtest), [WeaponMeleeAnimationTest](#weaponmeleeanimationtest), and [InputAnimationTest](#inputanimationtest) below follows a custom implementation of the `TEST_CLASS`. **CQTest** provides the following macros when creating tests: + +* `TEST` +* `TEST_CLASS` +* `TEST_CLASS_WITH_BASE` +* `TEST_CLASS_WITH_FLAGS` +* `TEST_CLASS_WITH_BASE_AND_FLAGS` +* `TEST_METHOD` + +The Animation tests use the above to create 2 new macros: + +* `ACTOR_ANIMATION_TEST` + * Wraps the `TEST_CLASS_WITH_BASE` macro specifying the `ShooterTestsActorAnimationTest` as the base struct. +* `ACTOR_ANIMATION_TEST_WITH_FLAGS` + * Wraps the `TEST_CLASS_WITH_BASE_AND_FLAGS` macro specifying the `ShooterTestsActorAnimationTest` as the base struct. + +The Replication test also uses the above to create its own macro: + +* `ACTOR_ANIMATION_NETWORK_TEST` + * Wraps the `TEST_CLASS_WITH_BASE_AND_FLAGS` macro specifying the `ShooterTestsActorAnimationNetworkTest` as the base struct and specifies the flags `EAutomationTestFlags::EditorContext | EAutomationTestFlags::ProductFilter` as these tests cannot run outside of the Editor. + +Both the `ShooterTestsActorBaseTest` and `ShooterTestsActorNetworkTest` inherits from `public TTest` which is a templated object that setups up the structure of an Automated Test. More information about the structure and information about the core of **CQTest** can be found in the README document within the root directory of the **CQTest** Engine plugin. By inheriting from `TTest` we gain all of the functionality that allows for the tests to be registered and executed, while being able to expand on the functionality that would be shared by the specific tests. + +#### Animation Test Prerequisites + +There are also tests that inherit from the above mentioned objects to further expand the functionality needed for testing. The newly defined `ACTOR_ANIMATION_TEST` macros take in a new user defined class called `ShooterTestsActorAnimationTest` which has been created to help with testing the animation functionality as `ShooterTestsActorAnimationTest` is derived from `ShooterTestsActorBaseTest`. The reason being is similar to how we have a category of tests for an `Actor` with a subcategory of `Animation`, we also have a base class for the Actor called `ShooterTestsActorBaseTest` with `ShooterTestsActorAnimationTest` being derived. This way we can keep the members needed for animations separate from tests that just need or will expand upon the Actor. + +To use our newly defined `ACTOR_ANIMATION_TEST` macros, we need to specify `ShooterTestsActorAnimationTest` as the base class, but if `ShooterTestsActorAnimationTest` is derived from `ShooterTestsActorBaseTest`, how do we exactly create a base class to then be used in our macro? If we focus on either `ShooterTestsActorBaseTest` we can see that these classes inherit from `public TTest` which is a templated object. From there we can create the `ShooterTestsActorAnimationTest` object which derives from `public ShooterTestsActorBaseTest`, again with the template specified. With this we can now have our `ShooterTestsActorAnimationTest` object which provides access and functionality to the animation tests as well as providing functionality from `ShooterTestsActorBaseTest` for our Actor. + +The animation tests make use of helper functionality provided by `ShooterTestsAnimationTestHelper` and `ShooterTestsInputTestHelper`. + +**ShooterTestsAnimationTestHelper** +The `ShooterTestsAnimationTestHelper` object that exists in this file aids in finding `UAnimationAsset` objects and checking if the asset is playing. The object has methods which require the `USkeletalMeshComponent` in order to retrieve animation assets and information. `FindAnimationAsset` will search through the `USkeletalMeshComponent` to make sure that an asset with the same name exists within the component. `IsAnimationPlaying` iterates through all of the animation instances of the `USkeletalMeshComponent` before checking any active montages and sync groups for the expected animation to be playing. + +**ShooterTestsInputTestHelper** +Within this file are multiple input objects that the **Lyra** player has access to. We have multiple `FTestAction` objects for each `Input Action` that is tested against. Currently the following `Input Actions` are implemented and being handled: + +* `FToggleCrouchTestAction` +* `FMeleeTestAction` +* `FJumpTestAction` +* `FMoveTestAction` +* `FLookTestAction` + +In addition to the actions mentioned above, both `FMoveTestAction` and `FLookTestAction` have additional derived objects to handle the different directions along the 2D axis. These include: + +* `FMoveForwardTestAction` +* `FMoveBackwardTestAction` +* `FStrafeLeftTestAction` +* `FStrafeRightTestAction` +* `FRotateLeftTestAction` +* `FRotateRightTestAction` + +While the **Lyra** player has more `Input Actions` available, these are what are currently handled based on the current test coverage and more will be added as more tests are created. + +To be able to trigger all these `Input Actions` the `FShooterTestsPawnTestActions` object extends from `FInputTestActions` to specify each action that will be performed. While all the input follows the same flow of calling `PerformAction` on a `FTestAction` object, we expand upon the actions to make the tests more descriptive as to what is tested against and what is expected to happen. + +#### InputCrouchAnimationTest + +**Please see the section above about [Animation Test Prerequisites](#animation-test-prerequisites) before going deeper into this section as there are custom implementations of base **CQTest** functionality that may cause confusion.** + +The **InputCrouchAnimationTest** is a test object created from the macro `ACTOR_ANIMATION_TEST` and the implementation can be found in `/ShooterTests/Source/ShooterTestsRuntime/Private/ShooterTestsActorAnimationTests.cpp`. These test that the expected animations are played during certain movement actions while crouched. + +The breakdown of the implementation is as follows: +We create our test object with the `ACTOR_ANIMATION_TEST` macro and the parameters `InputCrouchAnimationTest` and `"Project.Functional Tests.ShooterTests.Actor.Animation"`. As mentioned in the [CQTest Prerequisites](#cqtest-prerequisites), the macro creates our test object with a `TTestRunner` and an instance of the `InputCrouchAnimationTest`. Because the macro uses `ShooterTestsActorAnimationTest` as our base object, which is also derived from `ShooterTestsActorBaseTest`, we get access to all of the member variables and methods provided by these objects. This will allow us to create our `TEST_METHOD` without the need to setup the `PlayerController` or any other components as the `BEFORE_EACH` will handle that for us. + +The `InputCrouchAnimationTest` constructor is defined as a way to call the base object's constructor with an initializer list to provide the directory where the map to load is located and the name of the map to load. This is due to the fact that the `ShooterTestsActorBaseTest` will create an instance of a `FMapTestSpawner`. This object handles loading of maps whenever `ShooterTestsActorBaseTest::Setup()` is called. + +`BEFORE_EACH` goes through and prepares the level for the test as the macro has defined a `virtual void Setup() override` which is what allows the call to `ShooterTestsActorAnimationTest::Setup();` to be made. `ShooterTestsActorAnimationTest::Setup();` actually calls the base object's `Setup`, which in this case will be `ShooterTestsActorBaseTest`. What the setup will then do is start loading the map that was specified in the Constructor and waits until the level has been loaded. + +**Note that while the level has been loaded and marked for use, the actual assets may not have fully populated within the level yet.** + +The `TestCommandBuilder` is then used to build the steps needed to ensure that the level is setup prior to the test. + +* Wait before starting until the map has been initialized and a player `Pawn` has been found for use. This step defaults to a timeout of 10 seconds, but we increase the timeout to 30 seconds to take into account additional loading done via the loading screen. +* Then, with the `Pawn` loaded a call to `ShooterTestsActorAnimationTest::PreparePlayerPawn()` is made, which also calls `ShooterTestsActorBaseTest::PreparePlayerPawn()` + * `ShooterTestsActorBaseTest::PreparePlayerPawn()` handles setting up the main player and functionality tied to the player which will be used in a later step when determining if the player has fully spawned in. + * `ShooterTestsActorAnimationTest::PreparePlayerPawn()` handles setting up functionality tied to testing animations. +* With the functionality now setup, we wait until the player is deemed as being fully spawned. This is done because there is a `GameplayEffect` tied to the player which is triggered on spawn. This effect toggles the input handling which could impact tests as we need input to trigger our animations. + +At this point we are in the `BEFORE_EACH` of the **InputCrouchAnimationTest** which will again use the `TestCommandBuilder` to continue building on our steps from our base `Setup` now that the player and animation functionality is setup and loaded. The steps here will get the player to be crouched since each `TEST_METHOD` needs the player in this state to continue. + +* Do, a command which will get the animation for `MM_Pistol_Crouch_Idle` to be tested against +* Then, trigger the crouch `Input Action` to be executed +* Wait until the player is crouched and playing the expected animation retrieved in the above step + +With the `BEFORE_EACH` now setup to be performed before each of our `TEST_METHOD`, we can create all the tests which will verify that the correct animation is playing for each `Input Action`. Because there are multiple tests within the object that all perform the same test flow, but differ in the expected animation to be playing and the `Input Action` needed to be triggered, the method `TestInputActionAnimation` has been implemented as part of the `ShooterTestsActorAnimationTest` object to perform the flow needed with the different parameters. The method fetches the `UAnimationAsset` from the name of the animation before continuing building upon the `TestCommandBuilder` + +* Do, the specified input command +* Wait until the expected animation is playing as this can occur over multiple ticks + +#### WeaponMeleeAnimationTest + +**Please see the section above about [Animation Test Prerequisites](#animation-test-prerequisites) before going deeper into this section as there are custom implementations of base **CQTest** functionality that may cause confusion.** + +The **WeaponMeleeAnimationTest** is a test object created from the macro `ACTOR_ANIMATION_TEST_WITH_FLAGS` and the implementation can be found in `/ShooterTests/Source/ShooterTestsRuntime/Private/ShooterTestsActorAnimationTests.cpp`. These test that the expected animations are played during certain movement actions while the player has certain weapons equipped. + +The breakdown of the implementation is as follows: +We create our test object with the `ACTOR_ANIMATION_TEST_WITH_FLAGS` macro and the parameters `InputCrouchAnimationTest`, `"Project.Functional Tests.ShooterTests.Actor.Animation"`, and we specify the flags `EAutomationTestFlags::EditorContext | EAutomationTestFlags::ProductFilter`. As mentioned in the [CQTest Prerequisites](#cqtest-prerequisites), the macro creates our test object with a `TTestRunner` and an instance of the `InputCrouchAnimationTest`. Because the macro uses `ShooterTestsActorAnimationTest` as our base object, which is also derived from `ShooterTestsActorBaseTest`, we get access to all of the member variables and methods provided by these objects. This will allow us to create our `TEST_METHOD` without the need to setup the `PlayerController` or any other components as the `BEFORE_EACH` will handle that for us. Because these tests are also spawning items to be used, we specify the flags `EAutomationTestFlags::EditorContext | EAutomationTestFlags::ProductFilter` to only run these tests within the Editor context. + +The **WeaponMeleeAnimationTest** object has additional variables specified to be use. + +* `FCQTestBlueprintHelper` will assist with finding Blueprints for the objects which be used to create our `ALyraWeaponSpawner* WeaponSpawnerPad`. +* `WeaponSpawnerPad` will create the weapons for the `Pawn` to pickup and equip for the tests to then perform a melee `Input Action` to trigger an animation to play and be tested against. + +The `WeaponMeleeAnimationTest` constructor is defined as a way to call the base object's constructor with an initializer list to provide the directory where the map to load is located and the name of the map to load. This is due to the fact that the `ShooterTestsActorBaseTest` will create an instance of a `FMapTestSpawner`. This object handles loading of maps whenever `ShooterTestsActorBaseTest::Setup()` is called. + +Even though we don't specify it, the `BEFORE_EACH` of our base object goes through and prepares the level for the test as the macro has defined a `virtual void Setup() override` which is what allows the call to `ShooterTestsActorAnimationTest::Setup();` to be made. `ShooterTestsActorAnimationTest::Setup();` actually calls the base object's `Setup`, which in this case will be `ShooterTestsActorBaseTest`. What the setup will then do is start loading the map that was specified in the Constructor and waits until the level has been loaded. + +**Note that while the level has been loaded and marked for use, the actual assets may not have fully populated within the level yet.** + +The `TestCommandBuilder` is then used to build the steps needed to ensure that the level is setup prior to the test. + +* Wait before starting until the map has been initialized and a player `Pawn` has been found for use. This step defaults to a timeout of 10 seconds, but we increase the timeout to 30 seconds to take into account additional loading done via the loading screen. +* Then, with the `Pawn` loaded a call to `ShooterTestsActorAnimationTest::PreparePlayerPawn()` is made, which also calls `ShooterTestsActorBaseTest::PreparePlayerPawn()` + * `ShooterTestsActorBaseTest::PreparePlayerPawn()` handles setting up the main player and functionality tied to the player which will be used in a later step when determining if the player has fully spawned in. + * `ShooterTestsActorAnimationTest::PreparePlayerPawn()` handles setting up functionality tied to testing animations. +* With the functionality now setup, we wait until the player is deemed as being fully spawned. This is done because there is a `GameplayEffect` tied to the player which is triggered on spawn. This effect toggles the input handling which could impact tests as we need input to trigger our animations. + +Each `TEST_METHOD`, while tests the same flow, tests with different weapons equipped to make sure that the correct animation is playing. We are testing against 3 distinct weapons each with their own distinct melee animation. Each test will call the `EquipSpawnedWeapon` which takes in 3 parameters, the directory where the asset can be found, the name of the asset which stores the data to be loaded, and the name of the weapon once created and equipped. The method will call the `SpawnWeaponSpawnerPad` method, which takes in the first 2 of the supplied parameters, to use the `FCQTestBlueprintHelper::GetBlueprintClass` to find our `UClass` of the `ALyraWeaponSpawner` to be spawned. We also call `FCQTestBlueprintHelper::FindDataBlueprint` to get our `ULyraWeaponPickupDefinition` of the weapon instance that will be supplied as a parameter for the `ALyraWeaponSpawner`. With the objects found from `FCQTestBlueprintHelper`, the `TObjectBuilder` is then used to create an instance of the `ALyraWeaponSpawner` to be spawned right under the player `Pawn` with the `WeaponDefinition` parameter set to spawn the desired weapon specified by the test. + +Using the `TestCommandBuilder`, we build our steps to start testing that the expected weapon is equipped by the player `Pawn`. This is done by checking the `ULyraEquipmentManagerComponent` against the first `ULyraWeaponInstance`, which will be our currently equipped weapon. We also make sure that the equipped weapon matches the expected name of the weapon instance so that we're not testing against a weapon that we're not expecting and that the functionality of equipping a newly spawned weapon is expected. Once we have made sure that the expected weapon is equipped, we can then add the steps to the steps to the `TestCommandBuilder` to perform our melee `Input Action` before waiting to make sure that the correct animation montage was played. + +#### Replication Test Prerequisites + +To use the newly defined `ACTOR_ANIMATION_NETWORK_TEST` macro, we need to specify `ShooterTestsActorAnimationNetworkTest` as the base class. Note that the network replication tests follow a similar setup to the stand-alone animation tests above where there is a base `ShooterTestsActorNetworkTest` that `ShooterTestsActorAnimationNetworkTest` derives from. The way the macro is used for the network tests is slightly different as we have more than just a single player to work with. Both the `ShooterTestsActorAnimationNetworkTest` and the base `ShooterTestsActorNetworkTest` make use of a `FShooterTestsNetworkComponent` which also handles a `FShooterTestsNetworkState` to keep track of both the server and client states. Because the `FShooterTestsNetworkState` requires knowledge of the Actors, instead of the Actor information being tied to the test, reference the [stand-alone animation tests](#animation-test-prerequisites) above. Both the `FShooterTestsNetworkComponent` and `FShooterTestsNetworkState` are templated to take in the Actor used for the test. + +**FShooterTestsNetworkState** +The `FShooterTestsNetworkState` struct is used to manage both the server and client state in relation to their PIE session. Currently this includes a `UWorld` for the PIE session as both the server and client will have different `UWorld` instances even though it will be the same map. The server `UWorld` will have a valid `APlayerController` for all players, regardless of whether they are local or network connected. On the client `UWorld`, there will only be a single `APlayerController` and that is for the `ULocalPlayer`. The other `ALyraCharacter` instances are `APawn` which get their movement and actions replicated from the server. The `FShooterTestsNetworkState` also keeps a pointer to both the local player and the network connected player for easy access needed for testing, instead of traversing through the `UWorld` of each. The local and network players make use of a `FShooterTestsActorTestHelper` which is an Actor helper object. + +**FShooterTestsNetworkComponent** +The `FShooterTestsNetworkComponent` is the main component which handles the creation of the PIE sessions and the network between them. The component also handles queuing of latent commands for both the server and client PIE sessions. Similar to how the `TestCommandBuilder` has steps for `Then` and `Until`, the `FShooterTestsNetworkComponent` extends those steps and makes them available for both server, `ThenServer` and `UntilServer`, and the client, `ThenClient` and `UntilClient`. This component is templated and requires a type of `FShooterTestsActorTestHelper` to be provided so that both the component and `FShooterTestsNetworkState` can then use the Actor functionality needed for testing. The final step before being able to use the component is to call `Start` as this will then trigger the creation of the server and client PIE sessions, before configuring the network and making sure that both the server and client players are fully spawned into each session. + +**FShooterTestsActorTestHelper** +As mentioned in both the `FShooterTestsNetworkState` and `FShooterTestsNetworkComponent`, this is the helper object which wraps around the `ALyraCharacter` to provide commonly used functionality for testing. The wrapped object handles fetching the `USkeletalMeshComponent` as well as the `ULyraAbilitySystemComponent` which can then be used to check when the player is fully spawned into the level or to determine if an animation is currently playing. The underlying functionality is no different than what is being performed in the [InputCrouchAnimationTest](#inputcrouchanimationtest) above, but it made sense to consolidate this information into a shared object as the networking replication tests work on multiple players. + +**FShooterTestsActorInputTestHelper** +Object derived from the above `FShooterTestsActorTestHelper` to get all of the main `ALyraCharacter` functionality, but also makes use of `FShooterTestsPawnTestActions` to perform input actions on the player. To make performing input for the tests easier, there is an `enum class` which maps to the type of input that is performed. + +#### InputAnimationTest + +**Please see the section above about [Replication Test Prerequisites](#replication-test-prerequisites) before going deeper into this section as there are custom implementations of base **CQTest** functionality that may cause confusion.** + +The **InputAnimationTest** is a test object created from the macro `ACTOR_ANIMATION_NETWORK_TEST` and the implementation can be found in `/ShooterTests/Source/ShooterTestsRuntime/Private/ShooterTestsActorNetworkTests.cpp`. These test that the expected animations are played during certain movement actions and replicated properly across the network. + +The breakdown of the implementation is as follows: +We create our test object with the `ACTOR_ANIMATION_NETWORK_TEST` macro and the parameters `InputAnimationTest` and `"Project.Functional Tests.ShooterTests.Actor.Replication"`. As mentioned in the [CQTest Prerequisites](#cqtest-prerequisites), the macro creates our test object with a `TTestRunner` and an instance of the `InputAnimationTest`. Because the macro uses `ShooterTestsActorAnimationNetworkTest` as our base object, which is also derived from `ShooterTestsActorNetworkTest`, we get access to all of the member variables and methods provided by these objects. This will allow us to create our `TEST_METHOD` without the need to setup the `PlayerController` or any other components as the `virtual void Setup() override` will handle that for us. + +The `InputAnimationTest` constructor is defined as a way to call the base object's constructor with an initializer list to provide the package path of the map to be loaded. This is due to the fact that the `ShooterTestsActorNetworkTest` handles loading of the map. This differs from the animation tests as those tests make use of the `FMapTestSpawner` to not only load the map, but also find our player character. The `FMapTestSpawner` has little use here as the `FShooterTestsNetworkComponent` creates our PIE sessions and assigns the server and client worlds to the `FShooterTestsNetworkState`. + +During the `ShooterTestsBaseActorNetworkTest::Setup()` is where the `FShooterTestsNetworkComponent Network` is initialized and fetches players from both the server and client `UWorld`. As mentioned above, the `NetworkActorType` needs to be of type `FShooterTestsActorTestHelper` which is specified in the `ShooterTestsActorAnimationNetworkTest` definition when we provide the `FShooterTestsActorInputTestHelper` to our `Network` object. The tests will be ready once the `Network` object has initialized both the server and client states with their `UWorld` and both server and client players are loaded and spawned in all running PIE instances. + +**Note that this process will take some time as both the world and assets need to be fully loaded across multiple PIE instances. This time increases as more clients connect which is why it was decided to limit clients to just 2.** + +The above is accomplished by using the `TestCommandBuilder` with steps needed to ensure that the level and players are setup and ready prior to the test. + +* Create the `PlaySettings` which will set the number of clients as well as our settings for the PIE sessions. +* Wait until all PIE sessions have been created and we are able to set both the server and client states with the proper `UWorld`. + * All `UWorld` objects should have been created with a network driver. + * The server `UWorld` will have its network driver marked as being the server. + * We go through this step with an increased timeout duration as Lyra uses a loading screen to hide all of the PIE initialization. +* Wait until the server and clients have successfully connected to each other. + * The server will have information about the number of clients currently connected which is checked against our expected client count. + * The client will have a valid `ViewTarget` which tells us that the client is able to view the loaded level or that a PlayerController has been acknowledged. +* Then, mark the network component as actively running. +* Add a tear down step to end the PIE sessions when the test is done + +At this point we have finished the steps that were provided `Start` of the `Network` object. At this point the server and client PIE sessions have been initialized and the level for each should be loaded. We still need to continue the `ShooterTestsBaseActorNetworkTest::Setup()` and fetch our players for the server and client and make sure that they are fully spawned in the `UWorld`. The steps here will get the players since each `TEST_METHOD` requires both the server and client players fully spawned to continue. + +* On the server, wait until an owning PlayerController has been found +* Then, set the owning player controller as the local player in the server state +* Wait until the server player has finished playing their spawning effect to mark them as being fully spawned and ready +* On the client, wait until an owning PlayerController has been found +* Then, set the owning player controller as the local player in the client state +* Wait until the client player has finished playing their spawning effect to mark them as being fully spawned and ready + +The above steps get both of the server and client player loaded and spawned within their PIE instance. Next we want to repeat the above steps but for each instances connecting player. This way we know that both the server and client are connected to each other and fully spawned so that we can begin our test. + +* On the server, iterate through all of our `UWorld` players and find the player connected to us +* Repeat the above step, but on the client + +With the `ShooterTestsBaseActorNetworkTest::Setup()` completed, the `TEST_METHOD` for the `InputAnimationTest` can be performed. Each `TEST_METHOD` will follow a similar process of using the `FShooterTestsNetworkComponent` to setup latent commands via the `TestCommandBuilder` to be executed using either the server or client state. + +#### AbilitySpawnerMapTest + +The **AbilitySpawnerMapTest** is a test object created from the macro `TEST_CLASS_WITH_FLAGS` and the implementation can be found in `/ShooterTests/Source/ShooterTestsRuntime/Private/ShooterTestsMapTests.cpp`. These test gameplay behavior is appropriately applied to the player `Pawn`. + +The breakdown of the implementation is as follows: +We create our test object with the `TEST_CLASS_WITH_FLAGS` macro and the parameters `AbilitySpawnerMapTest`, `"Project.Functional Tests.ShooterTests.GameplayAbility"`, and we specify the flags `EAutomationTestFlags::EditorContext | EAutomationTestFlags::ProductFilter`. Because these tests are also spawning items to be used, we specify the flags `EAutomationTestFlags::EditorContext | EAutomationTestFlags::ProductFilter` to only run these tests within the Editor context. + +The **AbilitySpawnerMapTest** object has additional variables specified to be use. + +* `FMapTestSpawner` will spawn the test world for the player `Pawn` and other objects to be spawned into. +* `FCQTestBlueprintHelper` will assist with finding Blueprints for the objects which be used to create our `AActor* GameplayEffectPad`. +* `ALyraCharacter* Player` is the player `Pawn` in the world that the `GameplayEffect` will be applied to. +* `ULyraAbilitySystemComponent* AbilitySystemComponent` is where the information about the `Player` is stored and handled by. +* `const ULyraHealthSet* HealthSet` is where the information about the `Player` health is stored. + +In addition to variables, there are also some methods implemented to help with our tests. `DoDamageToPlayer` is a method that takes in a `double` parameter used to apply as our `Player` damage. The method uses the `ULyraAssetManager` to then get the game data for the damage GameplayEffect and makes sure that the handle to the effect is valid. With a valid handle the call can then be made by the `AbilitySystemComponent` to specify the effect and the amount of damage to be applied. + +The `SpawnGameplayPad` method takes a parameter for the name of the GameplayEffect. The method calls into `FCQTestBlueprintHelper::GetBlueprintClass` to look at the GameplayDirectory for the specified effect name and returns a `UClass` of the desired effect. Another call to `FCQTestBlueprintHelper::GetBlueprintClass` is done, but this time we are specifically looking for the `UClass` of the GameplayEffect pad. Using the `TObjectBuilder`, we spawn an `AActor` of the GameplayEffect pad with the class of the desired effect to spawn with. + +The final method, `IsPlayerDamaged`, just checks to see if the current health is less than the max allowed health. + +With the variables and methods supplied by this object, we can now start going into the methods which will describe the flow of the tests. First is the `BEFORE_EACH` which goes through and prepares the level for the test by using the `FMapTestSpawner` to specify our level location and name before waiting until the level has been loaded. Once the level is loaded the `TestCommandBuilder` is then used to build the steps needed to ensure that the level is setup prior to the test. + +* Start when we are able to find a valid player `Pawn`. The default timeout is 10 seconds, but **Lyra** uses a loading screen to load additional objects. Because of this we increase the timeout to 30 seconds. +* Do, set the `Player` found from `FMapTestSpawner::FindFirstPlayerPawn`. We also make sure that the `AbilitySystemComponent` is valid and that `HealthSet` is set to the max possible health. + +After the `BEFORE_EACH`, we then have `TEST_METHOD` that can be run: +**PlayerOnDamageSpawner_Eventually_LosesHealth** +Uses the `TestCommandBuilder` to build steps that will check that the `Player` loses health when the damage GameplayEffect is spawned. + +* Start when the `AbilitySystemComponent` can find the gameplay tag for `TAG_Gameplay_DamageImmunity` +* Then, call the method `SpawnGameplayPad` to spawn our GameplayPad with the damage GameplayEffect. +* Run until we see that the player has been damaged by the effect, `IsPlayerDamaged`. + +**PlayerMissingHealth_OnHealSpawner_RestoresHealth** +Uses the `TestCommandBuilder` to build steps that will check that the `Player` loses health when the heal GameplayEffect is spawned. + +* Start when the `AbilitySystemComponent` can find the gameplay tag for `TAG_Gameplay_DamageImmunity` +* Then, call the method `DoDamageToPlayer` to apply 10 points of damage directly to our `Player`. +* Run until we see that the player has been damaged by the effect, `IsPlayerDamaged`. +* Then, call the method `SpawnGameplayPad` to spawn our GameplayPad with the healing GameplayEffect. +* Run until we see that the player has been healed by the effect by checking that our player has not been damaged, `!IsPlayerDamaged`. + +### Blueprint Functional Tests + +The **Shooter Tests** plugin has a few Blueprint functional tests which can be found in `/GameFeatures/ShooterTests/Content/Blueprint`. These tests can be viewed within the Blueprint Editor to help get a better understanding of how the tests are setup and what nodes they are using to accomplish testing the functionality. Please note that when viewing these tests from the **Automation** tab of the **Session Frontend**, the Blueprint Functional Test will reside under the name of the Level. For example, the test [B_Test_AutoRun](#b_test_autorun) will be located under the level name of `L_ShooterTest_Autorun` and clicking on the test itself will open the level unless the Editor already has the level opened. Some of the tests implemented using a Blueprint Functional Test Actor: + +* [B_Test_AutoRun](#b_test_autorun) +* [B_Test_FireWeapon](#b_test_fireweapon) + +Please see [the online documentation on Blueprint Functional Tests](https://dev.epicgames.com/documentation/en-us/unreal-engine/functional-testing-in-unreal-engine) for more information about how to get get started with creating tests of what a Blueprint Functional Test Actor is. + +#### B_Test_AutoRun + +The **B_Test_AutoRun** Blueprint Functional Test is setup to check that the **Hero** `Lyra Player Controller` can have the `Input Action` for auto run enabled. Opening up and viewing this Blueprint within the Editor will help show the following: +* How to setup the `Event Start Test` event as the main test entry point +* Using assertion nodes to validate conditions and behaviors +* Creating and triggering of custom events +* Use of Delays to allow other latent commands to execute +* Setting and getting of private Blueprint Function Variables +* Working with Blueprint Components (**Target Point**) +* Working with the local PlayerController to inject input +* Performing checks on every `Event Tick` to validate a successful test condition +* Using functionality to check overlaps between actors + +#### B_Test_FireWeapon + +The **B_Test_FireWeapon** Blueprint Functional Test is setup to check that the **Hero** has ammo for their starting weapon and upon firing, validates that the weapon has successfully fired by checking if the ammo count has decreased. Opening up and viewing this Blueprint within the Editor will help show the following: +* How to setup the `Event Start Test` event as the main test entry point +* Using Blueprint Macros for reusability +* Using assertion nodes to validate conditions and behaviors +* Creating and triggering of custom events +* Use of Delays to allow other latent commands to execute +* Working with the local PlayerController to inject input + +## Troubleshooting Lyra automated tests + +This section mentions some common pitfalls discovered when creating automated tests within the **Lyra** project. + +### Cannot use a new map for a network test +By default **Lyra** requires a network to be created by going through the front-end and providing an experience to be loaded. For most testing scenarios we will want to have the network created with the level we want without the need to mimic going through the typical **Lyra** front-end menus. To adjust this, load the map within the Editor and right-click the `UWorld` within the `Outliner`. A context menu will appear where one of the options will be `World Settings`. Clicking on the `World Settings` option will open a `World Settings` panel. Within the panel search for the `PIE` category where there will be a checkbox enabled for `Force Standalone Net Mode`. Disabling this and saving the `UWorld` will allow for networks to be created without the need to go through the **Lyra** front-end. + +### Tests are flaky due to each test run spawning a random character +There are 2 different character models that are spawned in a **Lyra** session, Manny and Quinn. By default these characters are spawned randomly and testing for certain functionality, such as animations, could cause flakiness as each character has a different animation layer associated with them. The following steps should be done in order to forcefully load a specific character, or to have character loading handled in a deterministic manner: +* In the Content Browser, navigate to `/Content/Characters/Cosmetics` + * This directory not only has the 2 character models, but there you will find 2 Blueprint Classes, `B_PickRandomCharacter` and `B_CharacterSelection` + * By default, `B_PickRandomCharacter` is invoked on the `ALyraPlayerController` to select a random model when spawning + * `B_CharacterSelection` is more deterministic in that it loads the model using a round robin approach starting with `B_Manny`, then `B_Quinn`, before going back to `B_Manny` +* Either duplicate the `B_PickRandomCharacter` or `B_CharacterSelection` Blueprint or create a new Blueprint Class with the `Lyra Controller Component Character Parts` as the parent class +* Modify the `Event Graph` of the new blueprint to load the character you wish to test with and make sure to compile and save when done. +* Back in the Content Browser, navigate to `/Plugins/ShooterTests Content/System/Experiences` + * This directory has 2 Blueprint Classes, `B_BasicShooterTest` and `B_AutomatedShooterTest` +* * Either duplicate the `B_BasicShooterTest` or `B_AutomatedShooterTest` Blueprint or create a new Blueprint Class with the `Lyra Experience Definition` as the parent class +* Under the `Class Defaults` section navigate to the `Actions` category and expand both the `Actions` category and the `Actions` item. +* Add or expand the `Add Components` element +* Add or replace the `Engine.Controller` script with the Blueprint that was created above before compiling and saving the Blueprint +* Go back to the Editor and open up the `World Settings` of the world + * Follow the steps above on how to access the `World Settings` panel +* In the `World Settings` panel, search for the `Default Gameplay Experience` under the `Game Mode` category and select the newly created experience Blueprint + +## Resources +* [Plugins in Unreal Engine](https://dev.epicgames.com/documentation/en-us/unreal-engine/plugins-in-unreal-engine) +* [Lyra Sample](https://dev.epicgames.com/documentation/en-us/unreal-engine/lyra-sample-game-in-unreal-engine) +* [Unreal Automation System User guide](https://dev.epicgames.com/documentation/en-us/unreal-engine/automation-system-user-guide-in-unreal-engine) +* [Blueprint Functional Tests](https://dev.epicgames.com/documentation/en-us/unreal-engine/functional-testing-in-unreal-engine) +* [Blueprint Macro](https://dev.epicgames.com/documentation/en-us/unreal-engine/macros-in-unreal-engine) \ No newline at end of file diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterTests/ShooterTests.uplugin b/LyraStarterGame/Plugins/GameFeatures/ShooterTests/ShooterTests.uplugin new file mode 100644 index 0000000000000000000000000000000000000000..6f4cb38bfcaa8cc36c653e06532c5636dfa73cd7 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterTests/ShooterTests.uplugin @@ -0,0 +1,68 @@ +{ + "FileVersion": 3, + "Version": 1, + "VersionName": "1.0", + "FriendlyName": "ShooterTests", + "Description": "Tests for Game1 / Shooter Game", + "Category": "Game Features", + "CreatedBy": "Epic Games, Inc.", + "CreatedByURL": "https://www.epicgames.com", + "DocsURL": "", + "MarketplaceURL": "", + "SupportURL": "", + "CanContainContent": true, + "IsBetaVersion": false, + "IsExperimentalVersion": false, + "Installed": false, + "EnabledByDefault": false, + "ExplicitlyLoaded": true, + "BuiltInInitialFeatureState": "Registered", + "Modules": [ + { + "Name": "ShooterTestsRuntime", + "Type": "Runtime", + "LoadingPhase": "Default", + "TargetConfigurationDenyList": [ + "Shipping" + ] + } + ], + "Plugins": [ + { + "Name": "ShooterCore", + "Enabled": true + }, + { + "Name": "AsyncMessageSystem", + "Enabled": true + }, + { + "Name": "AsyncMessageSystemTests", + "Enabled": true + }, + { + "Name": "LyraExampleContent", + "Enabled": true + }, + { + "Name": "GameplayAbilities", + "Enabled": true + }, + { + "Name": "ModularGameplay", + "Enabled": true + }, + { + "Name": "EnhancedInput", + "Enabled": true + }, + { + "Name": "CQTest", + "Enabled": true + }, + { + "Name": "CQTestEnhancedInput", + "Enabled": true + } + ] +} \ No newline at end of file diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/AbilitySet_Arena.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/AbilitySet_Arena.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f0a79b2dfbb4605ba87dab2948c96b5827cd8501 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/AbilitySet_Arena.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/B_TeamSetup_FourTeams.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/B_TeamSetup_FourTeams.uasset new file mode 100644 index 0000000000000000000000000000000000000000..802102ee7d9b5db6893a2eb44562b1ec0ba1bba1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/B_TeamSetup_FourTeams.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/BombPulseTime.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/BombPulseTime.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c2f9628b2b0b6f745eee9e2b3f068c897a8278c0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/BombPulseTime.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/Cue_DropBomb.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/Cue_DropBomb.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5b77d8faaee659ac759834c123ea3cabdeaf4e29 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/Cue_DropBomb.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/DropBomb_Montage.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/DropBomb_Montage.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b72edc06e6095877536496bd5b6289d71f56e7c8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/DropBomb_Montage.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/Explosion22.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/Explosion22.uasset new file mode 100644 index 0000000000000000000000000000000000000000..745bcaa9530375378e43c8552c7062d649445c37 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/Explosion22.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/ExplosionFireballCue.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/ExplosionFireballCue.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ec62121d78271682a190dee1f998584fc802386d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/ExplosionFireballCue.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/GE_Damaged_By_Bomb.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/GE_Damaged_By_Bomb.uasset new file mode 100644 index 0000000000000000000000000000000000000000..48181d01c8f384714754c7a705da669e0f1b2f1c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/GE_Damaged_By_Bomb.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/GE_DecrementBombsRemaining.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/GE_DecrementBombsRemaining.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2d1b8d59bccec31c751e752df40bfbad904372d7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/GE_DecrementBombsRemaining.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/GE_IncrementBombsRemaining.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/GE_IncrementBombsRemaining.uasset new file mode 100644 index 0000000000000000000000000000000000000000..982b0685239c5515c85a89c4b15e55b4b0ca31d6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/GE_IncrementBombsRemaining.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/M_Bomb.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/M_Bomb.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d8bc3e2a1403d80ea17bc4cef435c50a5bb3ac06 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/M_Bomb.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/M_Fireball.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/M_Fireball.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f5a0ab677b2865a4a0db5372a87ba36f48e84417 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/M_Fireball.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/TestCurveAtlas.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/TestCurveAtlas.uasset new file mode 100644 index 0000000000000000000000000000000000000000..44f7080cda417ac74a1083f3fe14c869c313f008 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Bombs/TestCurveAtlas.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/CM_ArenaFramingCamera.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/CM_ArenaFramingCamera.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5f298f7550a4aadc74aea3e7da57d0519cd35cbe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/CM_ArenaFramingCamera.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Effects/M_Sparks_No_AA.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Effects/M_Sparks_No_AA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..36aef2b0812f7befd809fa63aee67c1332a28fd8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Effects/M_Sparks_No_AA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Effects/SM_GeoSphere.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Effects/SM_GeoSphere.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6731ecd880c95c656a493e3619d94336565a9668 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Effects/SM_GeoSphere.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/B_DestructableBlock.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/B_DestructableBlock.uasset new file mode 100644 index 0000000000000000000000000000000000000000..556df44bd20a54e2aaae664d48e43c49e65147e5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/B_DestructableBlock.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/B_EditorMapInfo.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/B_EditorMapInfo.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b180b685100e728ea54f45fa000b6924cca74bb3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/B_EditorMapInfo.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/MI_DestructibleBlock.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/MI_DestructibleBlock.uasset new file mode 100644 index 0000000000000000000000000000000000000000..763bd93a7c916e8a9e9c1669dd8e3167744e8466 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/MI_DestructibleBlock.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/MI_GroundFloor.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/MI_GroundFloor.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bf9b610f3e3b74d239515ce38598d2a9496dde50 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/MI_GroundFloor.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/M_Background.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/M_Background.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a32d9a3e2e49538643ac601907729bd415b62ff9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/M_Background.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/M_GroundFloor.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/M_GroundFloor.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dd7f32365d1d632c1482b118e8dc2df0158c282c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Environment/M_GroundFloor.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/GA_ArenaHero_Death.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/GA_ArenaHero_Death.uasset new file mode 100644 index 0000000000000000000000000000000000000000..087a833327b0afe406a8a0e88d48c4f62bd5088f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/GA_ArenaHero_Death.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/HeroData_Arena.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/HeroData_Arena.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d71f03f39adf852a7aa85397866d5734a745b221 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/HeroData_Arena.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/InputData_Arena.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/InputData_Arena.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ae055a656badf3423ce4b037407f0d2259a68fbe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/InputData_Arena.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/MapsGenerator/B_BlockSpawning.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/MapsGenerator/B_BlockSpawning.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1822d29927e59dbff4b74e433801947d3e14a060 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/MapsGenerator/B_BlockSpawning.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/B_TopDownArena_GameComponent_Lives.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/B_TopDownArena_GameComponent_Lives.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e2d41cf7eeacee26905eec2d282437311338ffa9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/B_TopDownArena_GameComponent_Lives.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/B_TopDownArena_GameComponent_SpawnLocalPlayers.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/B_TopDownArena_GameComponent_SpawnLocalPlayers.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ecb70064c9147e2dcf37e3abd48e11e95c734d78 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/B_TopDownArena_GameComponent_SpawnLocalPlayers.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/GE_Warmup.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/GE_Warmup.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9b6e5aaabd62a3d14bd833d0db6c549460dc37f4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/GE_Warmup.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/Phase_Playing.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/Phase_Playing.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d190cf090188486ffde0e0e1f4d3442c2ab4d1b0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/Phase_Playing.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/Phase_PostGame.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/Phase_PostGame.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c7364952eff97db079b63b178ef78ec4dd5e9535 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Modes/Phase_PostGame.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/B_TopDownArena_Pickup.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/B_TopDownArena_Pickup.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f2c1ec1bf104ced5851e85d00762016615dd367b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/B_TopDownArena_Pickup.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GET_ArenaPickup_Base.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GET_ArenaPickup_Base.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7d036c0590fb2bde4729fe8b0c9aada231c8d481 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GET_ArenaPickup_Base.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GE_AdditionalHeart.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GE_AdditionalHeart.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b184a5cf36230eefb53341e82753590c749905a2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GE_AdditionalHeart.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GE_BombCountUp.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GE_BombCountUp.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9f42ca180d75b68e0da9a3b13a3800aebf1021c5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GE_BombCountUp.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GE_BombRangeUp.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GE_BombRangeUp.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a54aaef5cd4efabc77f2dd045665b4ff9285a47e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GE_BombRangeUp.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GE_MoveSpeedUp.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GE_MoveSpeedUp.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e2791af34a95ac6c2d1ff4854332a014da068da9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/GE_MoveSpeedUp.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/T_BombCountUp.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/T_BombCountUp.uasset new file mode 100644 index 0000000000000000000000000000000000000000..58e8c8aa57281913a00744c914cf416cb0321620 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/T_BombCountUp.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/T_BombRangeUp.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/T_BombRangeUp.uasset new file mode 100644 index 0000000000000000000000000000000000000000..14f28045326343ebf29dfe6a5907eb5c4b8b97ae Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/T_BombRangeUp.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/T_HeartUp.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/T_HeartUp.uasset new file mode 100644 index 0000000000000000000000000000000000000000..eaaddbe829f88cb0f221ab71d0f57827d051caac Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/Game/Pickups/T_HeartUp.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/GameplayCues/GCN_GetReady.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/GameplayCues/GCN_GetReady.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4b915757496d7b79b2b44b1f7c43406c42e80737 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/GameplayCues/GCN_GetReady.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/GameplayCues/GCN_PickupAcquired.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/GameplayCues/GCN_PickupAcquired.uasset new file mode 100644 index 0000000000000000000000000000000000000000..25df8c2bcd061cec664269a8be614044dcb8a44a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/GameplayCues/GCN_PickupAcquired.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/GameplayCues/W_GetReady.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/GameplayCues/W_GetReady.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8d6865a323c375b8348e8a59e735b3af55ddbd59 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/GameplayCues/W_GetReady.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/System/Experiences/B_TopDownArenaExperience.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/System/Experiences/B_TopDownArenaExperience.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c9768c59fa71a97ea9f6e93dedef4942d1532fcc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/System/Experiences/B_TopDownArenaExperience.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/System/Experiences/B_TopDownArena_Multiplayer_Experience.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/System/Experiences/B_TopDownArena_Multiplayer_Experience.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7ddc22f107bbd4e8306dce30f417a24ccad102e8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/System/Experiences/B_TopDownArena_Multiplayer_Experience.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/System/Playlists/DA_TopDownArena_Multiplayer.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/System/Playlists/DA_TopDownArena_Multiplayer.uasset new file mode 100644 index 0000000000000000000000000000000000000000..51fa9a23c340643ee453fc21e545b9b75c1a8d3b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/System/Playlists/DA_TopDownArena_Multiplayer.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/System/Playlists/DA_TopDownArena_Splode.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/System/Playlists/DA_TopDownArena_Splode.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a13ee84858fad8cf3fe16c00cfebf564730cc129 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/System/Playlists/DA_TopDownArena_Splode.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/TopDownArena.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/TopDownArena.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fe1577951c738dbc4dda998c3c17471ddd21c440 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/TopDownArena.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/TopDownArena_Label.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/TopDownArena_Label.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c15ed72442fb7ebd17b752fbf27d194f5f8a38cf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/TopDownArena_Label.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/B_PlayerUIComponent.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/B_PlayerUIComponent.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b522b9d4215a18e4bcba3ac5c6fdc4c532413e1a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/B_PlayerUIComponent.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/Texture/T_Bombs.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/Texture/T_Bombs.uasset new file mode 100644 index 0000000000000000000000000000000000000000..33922dd1dda346e3164bbddffe26397bd3768942 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/Texture/T_Bombs.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/Texture/T_Health_Icon.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/Texture/T_Health_Icon.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d553a431e6b9b67a640693ccccbbdfd44a9d5b7a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/Texture/T_Health_Icon.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/Texture/T_Range.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/Texture/T_Range.uasset new file mode 100644 index 0000000000000000000000000000000000000000..19ad7635b25341cd693faa73aa2a203560620bb2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/Texture/T_Range.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/Texture/T_Speed.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/Texture/T_Speed.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d24120b8cdf1cd25e54bf55dc31d81d5281bfea8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/Player/Texture/T_Speed.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/W_RoundTimer.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/W_RoundTimer.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4eb6ed2f903c5e5236d14d9a9775273139f9badc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/W_RoundTimer.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/W_TopDownArenaHUDLayout.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/W_TopDownArenaHUDLayout.uasset new file mode 100644 index 0000000000000000000000000000000000000000..89f922872d6ac8d5eddae49e945f7aa449a39194 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/W_TopDownArenaHUDLayout.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/W_TopDownPlayers.uasset b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/W_TopDownPlayers.uasset new file mode 100644 index 0000000000000000000000000000000000000000..466cd0728b0da35955df43cd07178ad554fb72e4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Content/UserInterface/W_TopDownPlayers.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/LyraCameraMode_TopDownArenaCamera.cpp b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/LyraCameraMode_TopDownArenaCamera.cpp new file mode 100644 index 0000000000000000000000000000000000000000..cd7cd07dadba903bcf03e2850c861cc19287291e --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/LyraCameraMode_TopDownArenaCamera.cpp @@ -0,0 +1,31 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "LyraCameraMode_TopDownArenaCamera.h" + + +#include UE_INLINE_GENERATED_CPP_BY_NAME(LyraCameraMode_TopDownArenaCamera) + +ULyraCameraMode_TopDownArenaCamera::ULyraCameraMode_TopDownArenaCamera() +{ + ArenaWidth = 1000.0f; + ArenaHeight = 1000.0f; +} + +void ULyraCameraMode_TopDownArenaCamera::UpdateView(float DeltaTime) +{ + FBox ArenaBounds(FVector(-ArenaWidth, -ArenaHeight, 0.0f), FVector(ArenaWidth, ArenaHeight, 100.0f)); + + const double BoundsMaxComponent = ArenaBounds.GetSize().GetMax(); + + const double CameraLoftDistance = BoundsSizeToDistance.GetRichCurveConst()->Eval(BoundsMaxComponent); + + FVector PivotLocation = ArenaBounds.GetCenter() - DefaultPivotRotation.Vector() * CameraLoftDistance; + + FRotator PivotRotation = DefaultPivotRotation; + + View.Location = PivotLocation; + View.Rotation = PivotRotation; + View.ControlRotation = View.Rotation; + View.FieldOfView = FieldOfView; +} + diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaAttributeSet.cpp b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaAttributeSet.cpp new file mode 100644 index 0000000000000000000000000000000000000000..972567e1c587bd9bd2211f23ac1a053899bdca55 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaAttributeSet.cpp @@ -0,0 +1,82 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "TopDownArenaAttributeSet.h" + +#include "Net/UnrealNetwork.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(TopDownArenaAttributeSet) + +class FLifetimeProperty; + +UTopDownArenaAttributeSet::UTopDownArenaAttributeSet() + : BombsRemaining(1.0f) + , BombCapacity(1.0f) + , BombRange(2.0f) + , MovementSpeed(400.0f) +{ +} + +void UTopDownArenaAttributeSet::GetLifetimeReplicatedProps(TArray& OutLifetimeProps) const +{ + Super::GetLifetimeReplicatedProps(OutLifetimeProps); + + DOREPLIFETIME_CONDITION_NOTIFY(ThisClass, BombsRemaining, COND_None, REPNOTIFY_Always); + DOREPLIFETIME_CONDITION_NOTIFY(ThisClass, BombCapacity, COND_None, REPNOTIFY_Always); + DOREPLIFETIME_CONDITION_NOTIFY(ThisClass, BombRange, COND_None, REPNOTIFY_Always); + DOREPLIFETIME_CONDITION_NOTIFY(ThisClass, MovementSpeed, COND_None, REPNOTIFY_Always); +} + +void UTopDownArenaAttributeSet::OnRep_BombsRemaining(const FGameplayAttributeData& OldValue) +{ + GAMEPLAYATTRIBUTE_REPNOTIFY(ThisClass, BombsRemaining, OldValue); +} + +void UTopDownArenaAttributeSet::OnRep_BombCapacity(const FGameplayAttributeData& OldValue) +{ + GAMEPLAYATTRIBUTE_REPNOTIFY(ThisClass, BombCapacity, OldValue); +} + +void UTopDownArenaAttributeSet::OnRep_BombRange(const FGameplayAttributeData& OldValue) +{ + GAMEPLAYATTRIBUTE_REPNOTIFY(ThisClass, BombRange, OldValue); +} + +void UTopDownArenaAttributeSet::OnRep_MovementSpeed(const FGameplayAttributeData& OldValue) +{ + GAMEPLAYATTRIBUTE_REPNOTIFY(ThisClass, MovementSpeed, OldValue); +} + +void UTopDownArenaAttributeSet::PreAttributeBaseChange(const FGameplayAttribute& Attribute, float& NewValue) const +{ + Super::PreAttributeBaseChange(Attribute, NewValue); + + ClampAttribute(Attribute, NewValue); +} + +void UTopDownArenaAttributeSet::PreAttributeChange(const FGameplayAttribute& Attribute, float& NewValue) +{ + Super::PreAttributeChange(Attribute, NewValue); + + ClampAttribute(Attribute, NewValue); +} + +void UTopDownArenaAttributeSet::ClampAttribute(const FGameplayAttribute& Attribute, float& NewValue) const +{ + if (Attribute == GetBombsRemainingAttribute()) + { + NewValue = FMath::Clamp(NewValue, 0.0f, GetBombCapacity()); + } + else if (Attribute == GetBombCapacityAttribute()) + { + NewValue = FMath::Max(NewValue, 1.0f); + } + else if (Attribute == GetBombRangeAttribute()) + { + NewValue = FMath::Max(NewValue, 1.0f); + } + else if (Attribute == GetMovementSpeedAttribute()) + { + NewValue = FMath::Clamp(NewValue, 200.0f, 800.0f); + } +} + diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaAttributeSet.h b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaAttributeSet.h new file mode 100644 index 0000000000000000000000000000000000000000..a62f0b0c81f53d1b5d81fd371b672f10381679f2 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaAttributeSet.h @@ -0,0 +1,68 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "AbilitySystem/Attributes/LyraAttributeSet.h" +#include "AbilitySystemComponent.h" + +#include "TopDownArenaAttributeSet.generated.h" + +class UObject; +struct FFrame; + +/** + * UTopDownArenaAttributeSet + * + * Class that defines attributes specific to the top-down arena gameplay mode. + */ +UCLASS(BlueprintType) +class UTopDownArenaAttributeSet : public ULyraAttributeSet +{ + GENERATED_BODY() + +public: + UTopDownArenaAttributeSet(); + + ATTRIBUTE_ACCESSORS(ThisClass, BombsRemaining); + ATTRIBUTE_ACCESSORS(ThisClass, BombCapacity); + ATTRIBUTE_ACCESSORS(ThisClass, BombRange); + ATTRIBUTE_ACCESSORS(ThisClass, MovementSpeed); + + //~UAttributeSet interface + virtual void PreAttributeBaseChange(const FGameplayAttribute& Attribute, float& NewValue) const override; + virtual void PreAttributeChange(const FGameplayAttribute& Attribute, float& NewValue) override; + //~End of UAttributeSet interface + +protected: + + UFUNCTION() + void OnRep_BombsRemaining(const FGameplayAttributeData& OldValue); + + UFUNCTION() + void OnRep_BombCapacity(const FGameplayAttributeData& OldValue); + + UFUNCTION() + void OnRep_BombRange(const FGameplayAttributeData& OldValue); + + UFUNCTION() + void OnRep_MovementSpeed(const FGameplayAttributeData& OldValue); + + void ClampAttribute(const FGameplayAttribute& Attribute, float& NewValue) const; + +private: + // The number of bombs remaining + UPROPERTY(BlueprintReadOnly, ReplicatedUsing=OnRep_BombsRemaining, Category="TopDownArenaGame", Meta=(AllowPrivateAccess=true)) + FGameplayAttributeData BombsRemaining; + + // The maximum number of bombs that can be placed at once + UPROPERTY(BlueprintReadOnly, ReplicatedUsing=OnRep_BombCapacity, Category="TopDownArenaGame", Meta=(AllowPrivateAccess=true)) + FGameplayAttributeData BombCapacity; + + // The range/radius of bomb blasts + UPROPERTY(BlueprintReadOnly, ReplicatedUsing=OnRep_BombRange, Category="TopDownArenaGame", Meta=(AllowPrivateAccess=true)) + FGameplayAttributeData BombRange; + + // The range/radius of bomb blasts + UPROPERTY(BlueprintReadOnly, ReplicatedUsing=OnRep_MovementSpeed, Category="TopDownArenaGame", Meta=(AllowPrivateAccess=true)) + FGameplayAttributeData MovementSpeed; +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaMovementComponent.cpp b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaMovementComponent.cpp new file mode 100644 index 0000000000000000000000000000000000000000..baa000f064dc11f46ffae3ee76c5ae42a0fb27b0 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaMovementComponent.cpp @@ -0,0 +1,35 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "TopDownArenaMovementComponent.h" + +#include "AbilitySystemGlobals.h" +#include "TopDownArenaAttributeSet.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(TopDownArenaMovementComponent) + +UTopDownArenaMovementComponent::UTopDownArenaMovementComponent(const FObjectInitializer& ObjectInitializer) + : Super(ObjectInitializer) +{ +} + +float UTopDownArenaMovementComponent::GetMaxSpeed() const +{ + if (UAbilitySystemComponent* ASC = UAbilitySystemGlobals::GetAbilitySystemComponentFromActor(GetOwner())) + { + if (MovementMode == MOVE_Walking) + { + if (ASC->HasMatchingGameplayTag(TAG_Gameplay_MovementStopped)) + { + return 0; + } + + const float MaxSpeedFromAttribute = ASC->GetNumericAttribute(UTopDownArenaAttributeSet::GetMovementSpeedAttribute()); + if (MaxSpeedFromAttribute > 0.0f) + { + return MaxSpeedFromAttribute; + } + } + } + + return Super::GetMaxSpeed(); +} diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaMovementComponent.h b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaMovementComponent.h new file mode 100644 index 0000000000000000000000000000000000000000..7f53b3578f23c277df5cc60aca3b0768fbcea9f5 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaMovementComponent.h @@ -0,0 +1,24 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "Character/LyraCharacterMovementComponent.h" + +#include "TopDownArenaMovementComponent.generated.h" + +class UObject; + +UCLASS() +class UTopDownArenaMovementComponent : public ULyraCharacterMovementComponent +{ + GENERATED_BODY() + +public: + + UTopDownArenaMovementComponent(const FObjectInitializer& ObjectInitializer); + + //~UMovementComponent interface + virtual float GetMaxSpeed() const override; + //~End of UMovementComponent interface + +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaPickupUIData.cpp b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaPickupUIData.cpp new file mode 100644 index 0000000000000000000000000000000000000000..c7238ec3be4bafda920d5c7eb55c999a90eb8771 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaPickupUIData.cpp @@ -0,0 +1,6 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "TopDownArenaPickupUIData.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(TopDownArenaPickupUIData) + diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaPickupUIData.h b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaPickupUIData.h new file mode 100644 index 0000000000000000000000000000000000000000..42aee6c80ce26c6401ae167dd08c2460639929fa --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaPickupUIData.h @@ -0,0 +1,43 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "GameplayEffectUIData.h" +#include "UObject/ObjectPtr.h" + +#include "TopDownArenaPickupUIData.generated.h" + +class UNiagaraSystem; +class UObject; +class USoundBase; +class UTexture2D; + +// Icon and display name for pickups in the top-down arena game +UCLASS(BlueprintType) +class UTopDownArenaPickupUIData : public UGameplayEffectUIData +{ + GENERATED_BODY() + +public: + + // The full description of the pickup + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category=Data, meta=(MultiLine="true")) + FText Description; + + // The short description of the pickup (displayed by the player name when picked up) + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category=Data, meta=(MultiLine="true")) + FText ShortDescriptionForToast; + + // The icon material used to show the pickup in the world + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category=Data) + TObjectPtr IconTexture; + + // The pickup VFX override + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Data) + TObjectPtr PickupVFX; + + // The pickup SFX override (if not set, a default will play) + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Data) + TObjectPtr PickupSFX; +}; + diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaRuntimeModule.cpp b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaRuntimeModule.cpp new file mode 100644 index 0000000000000000000000000000000000000000..d84d182c71d6bc6e23eed9028b96c93fa8e46241 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Private/TopDownArenaRuntimeModule.cpp @@ -0,0 +1,22 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "TopDownArenaRuntimeModule.h" + +#include "Modules/ModuleManager.h" + +#define LOCTEXT_NAMESPACE "FTopDownArenaRuntimeModule" + +void FTopDownArenaRuntimeModule::StartupModule() +{ + // This code will execute after your module is loaded into memory; the exact timing is specified in the .uplugin file per-module +} + +void FTopDownArenaRuntimeModule::ShutdownModule() +{ + // This function may be called during shutdown to clean up your module. For modules that support dynamic reloading, + // we call this function before unloading the module. +} + +#undef LOCTEXT_NAMESPACE + +IMPLEMENT_MODULE(FTopDownArenaRuntimeModule, TopDownArenaRuntime) \ No newline at end of file diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Public/LyraCameraMode_TopDownArenaCamera.h b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Public/LyraCameraMode_TopDownArenaCamera.h new file mode 100644 index 0000000000000000000000000000000000000000..1b522a2f531f5391a095cc10d9dc74a6c5e0d707 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Public/LyraCameraMode_TopDownArenaCamera.h @@ -0,0 +1,45 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "Camera/LyraCameraMode.h" +#include "Curves/CurveFloat.h" + +#include "LyraCameraMode_TopDownArenaCamera.generated.h" + +class UObject; + + +/** + * ULyraCameraMode_TopDownArenaCamera + * + * A basic third person camera mode that looks down at a fixed arena. + */ +UCLASS(Abstract, Blueprintable) +class ULyraCameraMode_TopDownArenaCamera : public ULyraCameraMode +{ + GENERATED_BODY() + +public: + + ULyraCameraMode_TopDownArenaCamera(); + +protected: + + //~ULyraCameraMode interface + virtual void UpdateView(float DeltaTime) override; + //~End of ULyraCameraMode interface + +protected: + UPROPERTY(EditDefaultsOnly, Category = "Third Person") + float ArenaWidth; + + UPROPERTY(EditDefaultsOnly, Category = "Third Person") + float ArenaHeight; + + UPROPERTY(EditDefaultsOnly, Category = "Third Person") + FRotator DefaultPivotRotation; + + UPROPERTY(EditDefaultsOnly, Category = "Third Person") + FRuntimeFloatCurve BoundsSizeToDistance; +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Public/TopDownArenaRuntimeModule.h b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Public/TopDownArenaRuntimeModule.h new file mode 100644 index 0000000000000000000000000000000000000000..a31c56b9561afd9cf6717eccd9d63f7b657daca3 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/Public/TopDownArenaRuntimeModule.h @@ -0,0 +1,14 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "Modules/ModuleInterface.h" + +class FTopDownArenaRuntimeModule : public IModuleInterface +{ +public: + + /** IModuleInterface implementation */ + virtual void StartupModule() override; + virtual void ShutdownModule() override; +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/TopDownArenaRuntime.Build.cs b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/TopDownArenaRuntime.Build.cs new file mode 100644 index 0000000000000000000000000000000000000000..3af787c99cc6c4537310bccea0d0c28c5d216ef8 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/Source/TopDownArenaRuntime/TopDownArenaRuntime.Build.cs @@ -0,0 +1,57 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +using UnrealBuildTool; + +public class TopDownArenaRuntime : ModuleRules +{ + public TopDownArenaRuntime(ReadOnlyTargetRules Target) : base(Target) + { + PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs; + + PublicIncludePaths.AddRange( + new string[] { + // ... add public include paths required here ... + } + ); + + + PrivateIncludePaths.AddRange( + new string[] { + // ... add other private include paths required here ... + } + ); + + + PublicDependencyModuleNames.AddRange( + new string[] + { + "Core", + "LyraGame", + // ... add other public dependencies that you statically link with here ... + } + ); + + + PrivateDependencyModuleNames.AddRange( + new string[] + { + "CoreUObject", + "Engine", + "Slate", + "SlateCore", + "GameplayAbilities", + "GameplayTags", + "Niagara" + // ... add private dependencies that you statically link with here ... + } + ); + + + DynamicallyLoadedModuleNames.AddRange( + new string[] + { + // ... add any modules that your module loads dynamically here ... + } + ); + } +} diff --git a/LyraStarterGame/Plugins/GameFeatures/TopDownArena/TopDownArena.uplugin b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/TopDownArena.uplugin new file mode 100644 index 0000000000000000000000000000000000000000..4b89512e1a7e7dc91a052f520efdaaf00e6fe7b6 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/TopDownArena/TopDownArena.uplugin @@ -0,0 +1,41 @@ +{ + "FileVersion": 3, + "Version": 1, + "VersionName": "1.0", + "FriendlyName": "TopDownArena", + "Description": "Gameplay Systems for Game2 / Top Down Arena", + "Category": "Game Features", + "CreatedBy": "Epic Games, Inc.", + "CreatedByURL": "https://www.epicgames.com", + "DocsURL": "", + "MarketplaceURL": "", + "SupportURL": "", + "CanContainContent": true, + "IsBetaVersion": false, + "IsExperimentalVersion": false, + "Installed": false, + "EnabledByDefault": false, + "ExplicitlyLoaded": true, + "BuiltInInitialFeatureState": "Registered", + "Modules": [ + { + "Name": "TopDownArenaRuntime", + "Type": "Runtime", + "LoadingPhase": "Default" + } + ], + "Plugins": [ + { + "Name": "GameplayAbilities", + "Enabled": true + }, + { + "Name": "LyraExampleContent", + "Enabled": true + }, + { + "Name": "Niagara", + "Enabled": true + } + ] +} \ No newline at end of file diff --git a/LyraStarterGame/Plugins/GameplayMessageRouter/Binaries/Win64/UnrealEditor.modules b/LyraStarterGame/Plugins/GameplayMessageRouter/Binaries/Win64/UnrealEditor.modules new file mode 100644 index 0000000000000000000000000000000000000000..ad6b66693c5cbce311c376ac4251b19972056912 --- /dev/null +++ b/LyraStarterGame/Plugins/GameplayMessageRouter/Binaries/Win64/UnrealEditor.modules @@ -0,0 +1,8 @@ +{ + "BuildId": "43139311", + "Modules": + { + "GameplayMessageNodes": "UnrealEditor-GameplayMessageNodes.dll", + "GameplayMessageRuntime": "UnrealEditor-GameplayMessageRuntime.dll" + } +} \ No newline at end of file diff --git a/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageNodes/Private/GameplayMessageNodesModule.cpp b/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageNodes/Private/GameplayMessageNodesModule.cpp new file mode 100644 index 0000000000000000000000000000000000000000..ff0b65f0841d8148d00d167820030a7a35dbd273 --- /dev/null +++ b/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageNodes/Private/GameplayMessageNodesModule.cpp @@ -0,0 +1,5 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "Modules/ModuleManager.h" + +IMPLEMENT_MODULE(FDefaultModuleImpl, GameplayMessageNodes); diff --git a/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageNodes/Private/K2Node_AsyncAction_ListenForGameplayMessages.cpp b/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageNodes/Private/K2Node_AsyncAction_ListenForGameplayMessages.cpp new file mode 100644 index 0000000000000000000000000000000000000000..a0d3e7c2d0936418d11c92aa260ecf0474439f47 --- /dev/null +++ b/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageNodes/Private/K2Node_AsyncAction_ListenForGameplayMessages.cpp @@ -0,0 +1,229 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "K2Node_AsyncAction_ListenForGameplayMessages.h" + +#include "BlueprintActionDatabaseRegistrar.h" +#include "BlueprintFunctionNodeSpawner.h" +#include "EdGraph/EdGraph.h" +#include "GameFramework/AsyncAction_ListenForGameplayMessage.h" +#include "K2Node_AssignmentStatement.h" +#include "K2Node_AsyncAction.h" +#include "K2Node_CallFunction.h" +#include "K2Node_TemporaryVariable.h" +#include "KismetCompiler.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(K2Node_AsyncAction_ListenForGameplayMessages) + +class UEdGraph; + +#define LOCTEXT_NAMESPACE "K2Node" + +namespace UK2Node_AsyncAction_ListenForGameplayMessagesHelper +{ + static FName ActualChannelPinName = "ActualChannel"; + static FName PayloadPinName = "Payload"; + static FName PayloadTypePinName = "PayloadType"; + static FName DelegateProxyPinName = "ProxyObject"; +}; + +void UK2Node_AsyncAction_ListenForGameplayMessages::PostReconstructNode() +{ + Super::PostReconstructNode(); + + RefreshOutputPayloadType(); +} + +void UK2Node_AsyncAction_ListenForGameplayMessages::PinDefaultValueChanged(UEdGraphPin* ChangedPin) +{ + if (ChangedPin == GetPayloadTypePin()) + { + if (ChangedPin->LinkedTo.Num() == 0) + { + RefreshOutputPayloadType(); + } + } +} + +void UK2Node_AsyncAction_ListenForGameplayMessages::GetPinHoverText(const UEdGraphPin& Pin, FString& HoverTextOut) const +{ + Super::GetPinHoverText(Pin, HoverTextOut); + if (Pin.PinName == UK2Node_AsyncAction_ListenForGameplayMessagesHelper::PayloadPinName) + { + HoverTextOut = HoverTextOut + LOCTEXT("PayloadOutTooltip", "\n\nThe message structure that we received").ToString(); + } +} + +void UK2Node_AsyncAction_ListenForGameplayMessages::GetMenuActions(FBlueprintActionDatabaseRegistrar& ActionRegistrar) const +{ + struct GetMenuActions_Utils + { + static void SetNodeFunc(UEdGraphNode* NewNode, bool /*bIsTemplateNode*/, TWeakObjectPtr FunctionPtr) + { + UK2Node_AsyncAction_ListenForGameplayMessages* AsyncTaskNode = CastChecked(NewNode); + if (FunctionPtr.IsValid()) + { + UFunction* Func = FunctionPtr.Get(); + FObjectProperty* ReturnProp = CastFieldChecked(Func->GetReturnProperty()); + + AsyncTaskNode->ProxyFactoryFunctionName = Func->GetFName(); + AsyncTaskNode->ProxyFactoryClass = Func->GetOuterUClass(); + AsyncTaskNode->ProxyClass = ReturnProp->PropertyClass; + } + } + }; + + UClass* NodeClass = GetClass(); + ActionRegistrar.RegisterClassFactoryActions(FBlueprintActionDatabaseRegistrar::FMakeFuncSpawnerDelegate::CreateLambda([NodeClass](const UFunction* FactoryFunc)->UBlueprintNodeSpawner* + { + UBlueprintNodeSpawner* NodeSpawner = UBlueprintFunctionNodeSpawner::Create(FactoryFunc); + check(NodeSpawner != nullptr); + NodeSpawner->NodeClass = NodeClass; + + TWeakObjectPtr FunctionPtr = MakeWeakObjectPtr(const_cast(FactoryFunc)); + NodeSpawner->CustomizeNodeDelegate = UBlueprintNodeSpawner::FCustomizeNodeDelegate::CreateStatic(GetMenuActions_Utils::SetNodeFunc, FunctionPtr); + + return NodeSpawner; + }) ); +} + +void UK2Node_AsyncAction_ListenForGameplayMessages::AllocateDefaultPins() +{ + Super::AllocateDefaultPins(); + + // The output of the UAsyncAction_ListenForGameplayMessage delegates is a proxy object which is used in the follow up call of GetPayload when triggered + // This is only needed in the internals of this node so hide the pin from the editor. + UEdGraphPin* DelegateProxyPin = FindPin(UK2Node_AsyncAction_ListenForGameplayMessagesHelper::DelegateProxyPinName); + if (ensure(DelegateProxyPin)) + { + DelegateProxyPin->bHidden = true; + } + + CreatePin(EGPD_Output, UEdGraphSchema_K2::PC_Wildcard, UK2Node_AsyncAction_ListenForGameplayMessagesHelper::PayloadPinName); +} + +bool UK2Node_AsyncAction_ListenForGameplayMessages::HandleDelegates(const TArray& VariableOutputs, UEdGraphPin* ProxyObjectPin, UEdGraphPin*& InOutLastThenPin, UEdGraph* SourceGraph, FKismetCompilerContext& CompilerContext) +{ + bool bIsErrorFree = true; + + if (VariableOutputs.Num() != 3) + { + ensureMsgf(false, TEXT("UK2Node_AsyncAction_ListenForGameplayMessages::HandleDelegates - Variable output array not valid. Output delegates must only have the single proxy object output and than must have pin for payload.")); + return false; + } + + for (TFieldIterator PropertyIt(ProxyClass); PropertyIt && bIsErrorFree; ++PropertyIt) + { + UEdGraphPin* LastActivatedThenPin = nullptr; + bIsErrorFree &= FBaseAsyncTaskHelper::HandleDelegateImplementation(*PropertyIt, VariableOutputs, ProxyObjectPin, InOutLastThenPin, LastActivatedThenPin, this, SourceGraph, CompilerContext); + + bIsErrorFree &= HandlePayloadImplementation(*PropertyIt, VariableOutputs[0], VariableOutputs[2], VariableOutputs[1], LastActivatedThenPin, SourceGraph, CompilerContext); + } + + return bIsErrorFree; +} + +bool UK2Node_AsyncAction_ListenForGameplayMessages::HandlePayloadImplementation(FMulticastDelegateProperty* CurrentProperty, const FBaseAsyncTaskHelper::FOutputPinAndLocalVariable& ProxyObjectVar, const FBaseAsyncTaskHelper::FOutputPinAndLocalVariable& PayloadVar, const FBaseAsyncTaskHelper::FOutputPinAndLocalVariable& ActualChannelVar, UEdGraphPin*& InOutLastActivatedThenPin, UEdGraph* SourceGraph, FKismetCompilerContext& CompilerContext) +{ + bool bIsErrorFree = true; + const UEdGraphPin* PayloadPin = GetPayloadPin(); + const UEdGraphSchema_K2* Schema = CompilerContext.GetSchema(); + + check(CurrentProperty && SourceGraph && Schema); + + const FEdGraphPinType& PinType = PayloadPin->PinType; + + if (PinType.PinCategory == UEdGraphSchema_K2::PC_Wildcard) + { + if (PayloadPin->LinkedTo.Num() == 0) + { + // If no payload type is specified and we're not trying to connect the output to anything ignore the rest of this step + return true; + } + else + { + return false; + } + } + + UK2Node_TemporaryVariable* TempVarOutput = CompilerContext.SpawnInternalVariable( + this, PinType.PinCategory, PinType.PinSubCategory, PinType.PinSubCategoryObject.Get(), PinType.ContainerType, PinType.PinValueType); + + UK2Node_CallFunction* const CallGetPayloadNode = CompilerContext.SpawnIntermediateNode(this, SourceGraph); + CallGetPayloadNode->FunctionReference.SetExternalMember(TEXT("GetPayload"), CurrentProperty->GetOwnerClass()); + CallGetPayloadNode->AllocateDefaultPins(); + + // Hook up the self connection + UEdGraphPin* GetPayloadCallSelfPin = Schema->FindSelfPin(*CallGetPayloadNode, EGPD_Input); + if (GetPayloadCallSelfPin) + { + bIsErrorFree &= Schema->TryCreateConnection(GetPayloadCallSelfPin, ProxyObjectVar.TempVar->GetVariablePin()); + + // Hook the activate node up in the exec chain + UEdGraphPin* GetPayloadExecPin = CallGetPayloadNode->FindPinChecked(UEdGraphSchema_K2::PN_Execute); + UEdGraphPin* GetPayloadThenPin = CallGetPayloadNode->FindPinChecked(UEdGraphSchema_K2::PN_Then); + + UEdGraphPin* LastThenPin = nullptr; + UEdGraphPin* GetPayloadPin = CallGetPayloadNode->FindPinChecked(TEXT("OutPayload")); + bIsErrorFree &= Schema->TryCreateConnection(TempVarOutput->GetVariablePin(), GetPayloadPin); + + + UK2Node_AssignmentStatement* AssignNode = CompilerContext.SpawnIntermediateNode(this, SourceGraph); + AssignNode->AllocateDefaultPins(); + bIsErrorFree &= Schema->TryCreateConnection(GetPayloadThenPin, AssignNode->GetExecPin()); + bIsErrorFree &= Schema->TryCreateConnection(PayloadVar.TempVar->GetVariablePin(), AssignNode->GetVariablePin()); + AssignNode->NotifyPinConnectionListChanged(AssignNode->GetVariablePin()); + bIsErrorFree &= Schema->TryCreateConnection(AssignNode->GetValuePin(), TempVarOutput->GetVariablePin()); + AssignNode->NotifyPinConnectionListChanged(AssignNode->GetValuePin()); + + + bIsErrorFree &= CompilerContext.MovePinLinksToIntermediate(*InOutLastActivatedThenPin, *AssignNode->GetThenPin()).CanSafeConnect(); + bIsErrorFree &= Schema->TryCreateConnection(InOutLastActivatedThenPin, GetPayloadExecPin); + + // Hook up the actual channel connection + UEdGraphPin* OutActualChannelPin = GetOutputChannelPin(); + bIsErrorFree &= CompilerContext.MovePinLinksToIntermediate(*OutActualChannelPin, *ActualChannelVar.TempVar->GetVariablePin()).CanSafeConnect(); + } + + return bIsErrorFree; +} + +void UK2Node_AsyncAction_ListenForGameplayMessages::RefreshOutputPayloadType() +{ + UEdGraphPin* PayloadPin = GetPayloadPin(); + UEdGraphPin* PayloadTypePin = GetPayloadTypePin(); + + if (PayloadTypePin->DefaultObject != PayloadPin->PinType.PinSubCategoryObject) + { + if (PayloadPin->SubPins.Num() > 0) + { + GetSchema()->RecombinePin(PayloadPin); + } + + PayloadPin->PinType.PinSubCategoryObject = PayloadTypePin->DefaultObject; + PayloadPin->PinType.PinCategory = (PayloadTypePin->DefaultObject == nullptr) ? UEdGraphSchema_K2::PC_Wildcard : UEdGraphSchema_K2::PC_Struct; + } +} + +UEdGraphPin* UK2Node_AsyncAction_ListenForGameplayMessages::GetPayloadPin() const +{ + UEdGraphPin* Pin = FindPinChecked(UK2Node_AsyncAction_ListenForGameplayMessagesHelper::PayloadPinName); + check(Pin->Direction == EGPD_Output); + return Pin; +} + +UEdGraphPin* UK2Node_AsyncAction_ListenForGameplayMessages::GetPayloadTypePin() const +{ + UEdGraphPin* Pin = FindPinChecked(UK2Node_AsyncAction_ListenForGameplayMessagesHelper::PayloadTypePinName); + check(Pin->Direction == EGPD_Input); + return Pin; +} + +UEdGraphPin* UK2Node_AsyncAction_ListenForGameplayMessages::GetOutputChannelPin() const +{ + UEdGraphPin* Pin = FindPinChecked(UK2Node_AsyncAction_ListenForGameplayMessagesHelper::ActualChannelPinName); + check(Pin->Direction == EGPD_Output); + return Pin; +} + +#undef LOCTEXT_NAMESPACE + diff --git a/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageNodes/Public/K2Node_AsyncAction_ListenForGameplayMessages.h b/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageNodes/Public/K2Node_AsyncAction_ListenForGameplayMessages.h new file mode 100644 index 0000000000000000000000000000000000000000..31b04d52961967a5d42c539a720f2adb351f7f31 --- /dev/null +++ b/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageNodes/Public/K2Node_AsyncAction_ListenForGameplayMessages.h @@ -0,0 +1,58 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "K2Node_AsyncAction.h" + +#include "K2Node_AsyncAction_ListenForGameplayMessages.generated.h" + +class FBlueprintActionDatabaseRegistrar; +class FKismetCompilerContext; +class FMulticastDelegateProperty; +class FString; +class UEdGraph; +class UEdGraphPin; +class UObject; + +/** + * Blueprint node which is spawned to handle the async logic for UAsyncAction_RegisterGameplayMessageReceiver + */ + +UCLASS() +class UK2Node_AsyncAction_ListenForGameplayMessages : public UK2Node_AsyncAction +{ + GENERATED_BODY() + + //~UEdGraphNode interface + virtual void PostReconstructNode() override; + virtual void PinDefaultValueChanged(UEdGraphPin* ChangedPin) override; + virtual void GetPinHoverText(const UEdGraphPin& Pin, FString& HoverTextOut) const override; + //~End of UEdGraphNode interface + + //~UK2Node interface + virtual void GetMenuActions(FBlueprintActionDatabaseRegistrar& ActionRegistrar) const override; + virtual void AllocateDefaultPins() override; + //~End of UK2Node interface + +protected: + virtual bool HandleDelegates( + const TArray& VariableOutputs, UEdGraphPin* ProxyObjectPin, + UEdGraphPin*& InOutLastThenPin, UEdGraph* SourceGraph, FKismetCompilerContext& CompilerContext) override; + +private: + + // Add the GetPayload flow to the end of the delegate handler's logic chain + bool HandlePayloadImplementation( + FMulticastDelegateProperty* CurrentProperty, + const FBaseAsyncTaskHelper::FOutputPinAndLocalVariable& ProxyObjectVar, + const FBaseAsyncTaskHelper::FOutputPinAndLocalVariable& PayloadVar, + const FBaseAsyncTaskHelper::FOutputPinAndLocalVariable& ActualChannelVar, + UEdGraphPin*& InOutLastActivatedThenPin, UEdGraph* SourceGraph, FKismetCompilerContext& CompilerContext); + + // Make sure the output Payload wildcard matches the input PayloadType + void RefreshOutputPayloadType(); + + UEdGraphPin* GetPayloadPin() const; + UEdGraphPin* GetPayloadTypePin() const; + UEdGraphPin* GetOutputChannelPin() const; +}; diff --git a/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageRuntime/Private/GameFramework/GameplayMessageRuntime.cpp b/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageRuntime/Private/GameFramework/GameplayMessageRuntime.cpp new file mode 100644 index 0000000000000000000000000000000000000000..7aabc084ca49605a811efdffbc02fd1726f110cc --- /dev/null +++ b/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageRuntime/Private/GameFramework/GameplayMessageRuntime.cpp @@ -0,0 +1,5 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "Modules/ModuleManager.h" + +IMPLEMENT_MODULE(FDefaultModuleImpl, GameplayMessageRuntime) diff --git a/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageRuntime/Private/GameFramework/GameplayMessageSubsystem.cpp b/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageRuntime/Private/GameFramework/GameplayMessageSubsystem.cpp new file mode 100644 index 0000000000000000000000000000000000000000..bfa11f28a689498703e71617fec4b780506e0b2b --- /dev/null +++ b/LyraStarterGame/Plugins/GameplayMessageRouter/Source/GameplayMessageRuntime/Private/GameFramework/GameplayMessageSubsystem.cpp @@ -0,0 +1,191 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "GameFramework/GameplayMessageSubsystem.h" +#include "Engine/Engine.h" +#include "Engine/GameInstance.h" +#include "Engine/World.h" +#include "UObject/ScriptMacros.h" +#include "UObject/Stack.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(GameplayMessageSubsystem) + +DEFINE_LOG_CATEGORY(LogGameplayMessageSubsystem); + +namespace UE +{ + namespace GameplayMessageSubsystem + { + static int32 ShouldLogMessages = 0; + static FAutoConsoleVariableRef CVarShouldLogMessages(TEXT("GameplayMessageSubsystem.LogMessages"), + ShouldLogMessages, + TEXT("Should messages broadcast through the gameplay message subsystem be logged?")); + } +} + +////////////////////////////////////////////////////////////////////// +// FGameplayMessageListenerHandle + +void FGameplayMessageListenerHandle::Unregister() +{ + if (UGameplayMessageSubsystem* StrongSubsystem = Subsystem.Get()) + { + StrongSubsystem->UnregisterListener(*this); + Subsystem.Reset(); + Channel = FGameplayTag(); + ID = 0; + } +} + +////////////////////////////////////////////////////////////////////// +// UGameplayMessageSubsystem + +UGameplayMessageSubsystem& UGameplayMessageSubsystem::Get(const UObject* WorldContextObject) +{ + UWorld* World = GEngine->GetWorldFromContextObject(WorldContextObject, EGetWorldErrorMode::Assert); + check(World); + UGameplayMessageSubsystem* Router = UGameInstance::GetSubsystem(World->GetGameInstance()); + check(Router); + return *Router; +} + +bool UGameplayMessageSubsystem::HasInstance(const UObject* WorldContextObject) +{ + UWorld* World = GEngine->GetWorldFromContextObject(WorldContextObject, EGetWorldErrorMode::Assert); + UGameplayMessageSubsystem* Router = World != nullptr ? UGameInstance::GetSubsystem(World->GetGameInstance()) : nullptr; + return Router != nullptr; +} + +void UGameplayMessageSubsystem::Deinitialize() +{ + ListenerMap.Reset(); + + Super::Deinitialize(); +} + +void UGameplayMessageSubsystem::BroadcastMessageInternal(FGameplayTag Channel, const UScriptStruct* StructType, const void* MessageBytes) +{ + // Log the message if enabled + if (UE::GameplayMessageSubsystem::ShouldLogMessages != 0) + { + FString* pContextString = nullptr; +#if WITH_EDITOR + if (GIsEditor) + { + extern ENGINE_API FString GPlayInEditorContextString; + pContextString = &GPlayInEditorContextString; + } +#endif + + FString HumanReadableMessage; + StructType->ExportText(/*out*/ HumanReadableMessage, MessageBytes, /*Defaults=*/ nullptr, /*OwnerObject=*/ nullptr, PPF_None, /*ExportRootScope=*/ nullptr); + UE_LOG(LogGameplayMessageSubsystem, Log, TEXT("BroadcastMessage(%s, %s, %s)"), pContextString ? **pContextString : *GetPathNameSafe(this), *Channel.ToString(), *HumanReadableMessage); + } + + // Broadcast the message + bool bOnInitialTag = true; + for (FGameplayTag Tag = Channel; Tag.IsValid(); Tag = Tag.RequestDirectParent()) + { + if (const FChannelListenerList* pList = ListenerMap.Find(Tag)) + { + // Copy in case there are removals while handling callbacks + TArray ListenerArray(pList->Listeners); + + for (const FGameplayMessageListenerData& Listener : ListenerArray) + { + if (bOnInitialTag || (Listener.MatchType == EGameplayMessageMatch::PartialMatch)) + { + if (Listener.bHadValidType && !Listener.ListenerStructType.IsValid()) + { + UE_LOG(LogGameplayMessageSubsystem, Warning, TEXT("Listener struct type has gone invalid on Channel %s. Removing listener from list"), *Channel.ToString()); + UnregisterListenerInternal(Channel, Listener.HandleID); + continue; + } + + // The receiving type must be either a parent of the sending type or completely ambiguous (for internal use) + if (!Listener.bHadValidType || StructType->IsChildOf(Listener.ListenerStructType.Get())) + { + Listener.ReceivedCallback(Channel, StructType, MessageBytes); + } + else + { + UE_LOG(LogGameplayMessageSubsystem, Error, TEXT("Struct type mismatch on channel %s (broadcast type %s, listener at %s was expecting type %s)"), + *Channel.ToString(), + *StructType->GetPathName(), + *Tag.ToString(), + *Listener.ListenerStructType->GetPathName()); + } + } + } + } + bOnInitialTag = false; + } +} + +void UGameplayMessageSubsystem::K2_BroadcastMessage(FGameplayTag Channel, const int32& Message) +{ + // This will never be called, the exec version below will be hit instead + checkNoEntry(); +} + +DEFINE_FUNCTION(UGameplayMessageSubsystem::execK2_BroadcastMessage) +{ + P_GET_STRUCT(FGameplayTag, Channel); + + Stack.MostRecentPropertyAddress = nullptr; + Stack.StepCompiledIn(nullptr); + void* MessagePtr = Stack.MostRecentPropertyAddress; + FStructProperty* StructProp = CastField(Stack.MostRecentProperty); + + P_FINISH; + + if (ensure((StructProp != nullptr) && (StructProp->Struct != nullptr) && (MessagePtr != nullptr))) + { + P_THIS->BroadcastMessageInternal(Channel, StructProp->Struct, MessagePtr); + } +} + +FGameplayMessageListenerHandle UGameplayMessageSubsystem::RegisterListenerInternal(FGameplayTag Channel, TFunction&& Callback, const UScriptStruct* StructType, EGameplayMessageMatch MatchType) +{ + FChannelListenerList& List = ListenerMap.FindOrAdd(Channel); + + FGameplayMessageListenerData& Entry = List.Listeners.AddDefaulted_GetRef(); + Entry.ReceivedCallback = MoveTemp(Callback); + Entry.ListenerStructType = StructType; + Entry.bHadValidType = StructType != nullptr; + Entry.HandleID = ++List.HandleID; + Entry.MatchType = MatchType; + + return FGameplayMessageListenerHandle(this, Channel, Entry.HandleID); +} + +void UGameplayMessageSubsystem::UnregisterListener(FGameplayMessageListenerHandle Handle) +{ + if (Handle.IsValid()) + { + check(Handle.Subsystem == this); + + UnregisterListenerInternal(Handle.Channel, Handle.ID); + } + else + { + UE_LOG(LogGameplayMessageSubsystem, Warning, TEXT("Trying to unregister an invalid Handle.")); + } +} + +void UGameplayMessageSubsystem::UnregisterListenerInternal(FGameplayTag Channel, int32 HandleID) +{ + if (FChannelListenerList* pList = ListenerMap.Find(Channel)) + { + int32 MatchIndex = pList->Listeners.IndexOfByPredicate([ID = HandleID](const FGameplayMessageListenerData& Other) { return Other.HandleID == ID; }); + if (MatchIndex != INDEX_NONE) + { + pList->Listeners.RemoveAtSwap(MatchIndex); + } + + if (pList->Listeners.Num() == 0) + { + ListenerMap.Remove(Channel); + } + } +} + diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/5/2Z/7UETO0V4TS15EIH1CHYIBJ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/5/2Z/7UETO0V4TS15EIH1CHYIBJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c74a5d646c63ced5195faeaccf09b12282b6ffcd Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/5/2Z/7UETO0V4TS15EIH1CHYIBJ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/6/2E/Y0T26GTAO3MBJSJEJYFNXT.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/6/2E/Y0T26GTAO3MBJSJEJYFNXT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..91f8d1ba0e98e07e82fa878f07f7e57653d220fd Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/6/2E/Y0T26GTAO3MBJSJEJYFNXT.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/6/7Z/169SYVZCF6VNDV5KL6FHY4.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/6/7Z/169SYVZCF6VNDV5KL6FHY4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9cd83004ddedd623fb4f18724b7409969bb7c2e0 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/6/7Z/169SYVZCF6VNDV5KL6FHY4.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/6/B3/SI1VGW9QOXHNEHS0UFB5UA.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/6/B3/SI1VGW9QOXHNEHS0UFB5UA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4bc4fb1b326c3ee40c8b9562fe5ab87c27bdec83 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/6/B3/SI1VGW9QOXHNEHS0UFB5UA.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/6/WE/B4LIBF5OYYREMQXN5FGJOY.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/6/WE/B4LIBF5OYYREMQXN5FGJOY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c083b4eb53e523b1fc6b49a5dffe1c00b0cf2d33 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/6/WE/B4LIBF5OYYREMQXN5FGJOY.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/0R/KNCK1RPE59DVDIPN8KOXZ5.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/0R/KNCK1RPE59DVDIPN8KOXZ5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3fdc2263186ad87f46527846bf71eb62188a5b5a Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/0R/KNCK1RPE59DVDIPN8KOXZ5.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/GB/96MKMJY73BK3DDE5HA8PFY.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/GB/96MKMJY73BK3DDE5HA8PFY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fcbe89213d247d2c42e360e416a666e5ede95e98 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/GB/96MKMJY73BK3DDE5HA8PFY.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/GP/TCKQJGZXK4G0V4CH5KN0XN.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/GP/TCKQJGZXK4G0V4CH5KN0XN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e45520dcaf75f204b98da90b6ee23ec0ad14063b Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/GP/TCKQJGZXK4G0V4CH5KN0XN.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/LG/ZY7EYR9SWQSUP8DE328XY0.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/LG/ZY7EYR9SWQSUP8DE328XY0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e8e121719a02fe1ce0de85a3a649d502cd9c2f2c Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/LG/ZY7EYR9SWQSUP8DE328XY0.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/ZW/S2YP86ZI868N9EIKMWOHOH.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/ZW/S2YP86ZI868N9EIKMWOHOH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b6787bbbf42948c78b7ba7b55f5cfb3d746aa189 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/7/ZW/S2YP86ZI868N9EIKMWOHOH.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/8/ID/L8EZ0RACIUXQSIAYK5Q1M0.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/8/ID/L8EZ0RACIUXQSIAYK5Q1M0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5beacae6d2fa51f2d9f11d8e88b80e1f56ef8baa Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/8/ID/L8EZ0RACIUXQSIAYK5Q1M0.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/8/IO/W9X13DET0WS693TH8715CF.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/8/IO/W9X13DET0WS693TH8715CF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3827bf1d2234090ab5f331f90e5dbf65f726e1c1 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/8/IO/W9X13DET0WS693TH8715CF.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/8/NW/R33G2NOEGOWF4MTSABAVDG.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/8/NW/R33G2NOEGOWF4MTSABAVDG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d90418ecedb9369b1d3235ed99f4ec2039d086e9 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/8/NW/R33G2NOEGOWF4MTSABAVDG.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/8/P5/A9NM1JESV01BDNE8NQ25S1.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/8/P5/A9NM1JESV01BDNE8NQ25S1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8c10baa40a4141934f6f80fe7d5e119b0eb182bf Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/8/P5/A9NM1JESV01BDNE8NQ25S1.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/9/FW/8XSVBW0OHDCIHL57U6VJHY.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/9/FW/8XSVBW0OHDCIHL57U6VJHY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..25ad8c8b8302382b07904c29f28b6508fd51b899 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/9/FW/8XSVBW0OHDCIHL57U6VJHY.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/A/G9/U0NJCZY1ZA0HT40HD37D41.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/A/G9/U0NJCZY1ZA0HT40HD37D41.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a70add632367d865e238f1e377755fef6863de28 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/A/G9/U0NJCZY1ZA0HT40HD37D41.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/A/MR/56TLJIGTPTQBCO4CCESRSP.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/A/MR/56TLJIGTPTQBCO4CCESRSP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fec6c6b4aaa86017b9104617986d9f414183f48e Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/A/MR/56TLJIGTPTQBCO4CCESRSP.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/A/QF/0N5OLT27TC17GDV5KZMSRE.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/A/QF/0N5OLT27TC17GDV5KZMSRE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d464204aa3800332b8bae555dbd902cb2897aeb1 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/A/QF/0N5OLT27TC17GDV5KZMSRE.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/A/UG/3B1QNB2L8NEHP810QP4DN4.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/A/UG/3B1QNB2L8NEHP810QP4DN4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a96b05b2be439c49144bebbd385debde3d5283b8 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/A/UG/3B1QNB2L8NEHP810QP4DN4.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/B/3U/15QV922GLTVNTYBRR9V8O1.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/B/3U/15QV922GLTVNTYBRR9V8O1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ed7b17f02be13a1a94950f9c1269113dd9fca351 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/B/3U/15QV922GLTVNTYBRR9V8O1.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/2M/U8WN9XOUT16X9O1BKJGLEY.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/2M/U8WN9XOUT16X9O1BKJGLEY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..299de4da27fea176f1b86ef050101bd1103fc473 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/2M/U8WN9XOUT16X9O1BKJGLEY.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/B3/CDQ2ZW18CLC0J7S7E8B0IM.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/B3/CDQ2ZW18CLC0J7S7E8B0IM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..032da9464cc9f537d82406f570e313d3426893ac Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/B3/CDQ2ZW18CLC0J7S7E8B0IM.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/DU/8WRGF2L2RDDEZJV1A0YJ2U.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/DU/8WRGF2L2RDDEZJV1A0YJ2U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c1988f75f7b675e00bc93f5764a7c8454f897ea9 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/DU/8WRGF2L2RDDEZJV1A0YJ2U.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/FU/FQPVFFYDATNB4QI5UP2HWE.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/FU/FQPVFFYDATNB4QI5UP2HWE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5c6c54f52e186e51fcf8e2158987099ca27692a5 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/FU/FQPVFFYDATNB4QI5UP2HWE.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/HJ/W3MWVB4MPPWX5DVO66VSTO.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/HJ/W3MWVB4MPPWX5DVO66VSTO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9d15851e9d3de315e7488ae4461cd89bac31823a Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/HJ/W3MWVB4MPPWX5DVO66VSTO.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/Q8/3CYZOLHEUFWX4VIFCZZZME.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/Q8/3CYZOLHEUFWX4VIFCZZZME.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cae688b9e82845d9425bf2a5d54dbeb2fe1c0472 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/C/Q8/3CYZOLHEUFWX4VIFCZZZME.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/24/A2DUVGZR55N4GBK6RI7L65.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/24/A2DUVGZR55N4GBK6RI7L65.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fe766414971caedd1b4bbef1963b98a2904a114e Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/24/A2DUVGZR55N4GBK6RI7L65.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/60/BWEHTPQYP8WVRCLLYY68LX.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/60/BWEHTPQYP8WVRCLLYY68LX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a9787316eec17cc498516cca89985c351d20c3fb Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/60/BWEHTPQYP8WVRCLLYY68LX.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/EY/D620A6LJEM112H5YF26HOY.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/EY/D620A6LJEM112H5YF26HOY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a1f8f430b8317ac871e18861fe224ea9a65b461b Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/EY/D620A6LJEM112H5YF26HOY.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/LZ/XS2K76N2QG17CXXMNVK3WT.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/LZ/XS2K76N2QG17CXXMNVK3WT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..48ec9323f49fe231297f7bde740890a5330e7282 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/LZ/XS2K76N2QG17CXXMNVK3WT.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/NJ/UXQTT5K04YDVXX1Y5L9FOW.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/NJ/UXQTT5K04YDVXX1Y5L9FOW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f768726449cd60c638d3efc8a4400ba222b0e2f3 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/NJ/UXQTT5K04YDVXX1Y5L9FOW.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/TF/LX70P3G6X2Y8TAQ1M3XCQQ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/TF/LX70P3G6X2Y8TAQ1M3XCQQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..68c6971da1e895c5e7fd2fa5c86726aa8ebb18e7 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/TF/LX70P3G6X2Y8TAQ1M3XCQQ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/YR/6YC4SUX547XJ73EE7PQ5HA.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/YR/6YC4SUX547XJ73EE7PQ5HA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3013dd89ed461cdb0c543ca15be47e1ed6d80271 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/D/YR/6YC4SUX547XJ73EE7PQ5HA.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/E/AM/DWJZX02PNB2P3SGI6MNP7V.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/E/AM/DWJZX02PNB2P3SGI6MNP7V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..19d52ad7a19fc49c09c985468c6b20a616fa2cb7 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/E/AM/DWJZX02PNB2P3SGI6MNP7V.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/E/KY/CH5NNKQNWNGZYS2I2L0DH0.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/E/KY/CH5NNKQNWNGZYS2I2L0DH0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ef2ab6cf152d1cf4077deca3efccd338155e75cf Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/E/KY/CH5NNKQNWNGZYS2I2L0DH0.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/E/OC/8WSF4P1ZGQHZ14JYZQ4BL5.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/E/OC/8WSF4P1ZGQHZ14JYZQ4BL5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a347c8f0642b026603e592a32bb3cd128ad8fa14 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/E/OC/8WSF4P1ZGQHZ14JYZQ4BL5.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/E/S7/H2BE2QW3BLWJIO6836LJHQ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/E/S7/H2BE2QW3BLWJIO6836LJHQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..52e41d1182503d88dfd22ecdb5307e9f49f97c8d Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/E/S7/H2BE2QW3BLWJIO6836LJHQ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/F/34/AM1JC7BCI60H5NOZUELM5Y.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/F/34/AM1JC7BCI60H5NOZUELM5Y.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f9f3659eeccfb06d3b41de8f2958214c1ce9bf85 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_00_Hub/F/34/AM1JC7BCI60H5NOZUELM5Y.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/1J/83YKZZH8KK6QDYM093VC5C.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/1J/83YKZZH8KK6QDYM093VC5C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3b33b225cdffb04d3753f39222a057cb760b2071 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/1J/83YKZZH8KK6QDYM093VC5C.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/2U/3XR83QOR2MF6WFHYVIPKU3.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/2U/3XR83QOR2MF6WFHYVIPKU3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9c37d6164d7b785325062e9ce7cbc9e2077fb0cf Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/2U/3XR83QOR2MF6WFHYVIPKU3.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/44/TEHJ4S6CY6Y9UBTUYM9YJT.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/44/TEHJ4S6CY6Y9UBTUYM9YJT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5c5ada03f7bfca095442c03eee655bc3a69af3b0 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/44/TEHJ4S6CY6Y9UBTUYM9YJT.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/CM/111YZM0L7WXFSQX9NJ64EL.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/CM/111YZM0L7WXFSQX9NJ64EL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6fc9d6bc5340327abf94caffad821527b76ce30c Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/CM/111YZM0L7WXFSQX9NJ64EL.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/CR/3U6UC4ZCY8ZT8VN837T0M1.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/CR/3U6UC4ZCY8ZT8VN837T0M1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e2c9ecc5a0e26570c2015673aebbe1ddc4c44612 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/CR/3U6UC4ZCY8ZT8VN837T0M1.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/E3/7BHZ0P9RHNUQEUABSHBPMK.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/E3/7BHZ0P9RHNUQEUABSHBPMK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..444516d6865d8822582f29d484331e75163c6cea Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/E3/7BHZ0P9RHNUQEUABSHBPMK.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/GI/0R54QQ6JL6XWHSV85Z8WGZ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/GI/0R54QQ6JL6XWHSV85Z8WGZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..22a73f8b7710be02cae47befa7e10ddea0b327f5 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/GI/0R54QQ6JL6XWHSV85Z8WGZ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/H6/OVIYCLFICUH59O2L8EBE00.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/H6/OVIYCLFICUH59O2L8EBE00.uasset new file mode 100644 index 0000000000000000000000000000000000000000..56179a85c46b916afa8039cf68cf6d9fda51e333 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/H6/OVIYCLFICUH59O2L8EBE00.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/U4/4F2RKSO6YMDYWTCLP9YRT4.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/U4/4F2RKSO6YMDYWTCLP9YRT4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9db51eb01e434b3d1b08be7db3efde16c1617d9a Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/U4/4F2RKSO6YMDYWTCLP9YRT4.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/Y1/CKXQTYV0H0Q1CHKPQKTSU9.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/Y1/CKXQTYV0H0Q1CHKPQKTSU9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2308b6eeb11a7c87708a5caf84b4594d5710523c Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/Y1/CKXQTYV0H0Q1CHKPQKTSU9.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/Y6/SOC8G94RQ66KBKH2N9UGDY.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/Y6/SOC8G94RQ66KBKH2N9UGDY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9fdf898ae412b56749b73f1a6921545917d9c75b Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/Y6/SOC8G94RQ66KBKH2N9UGDY.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/YO/8P18AS791JQ8FK0VJG99QJ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/YO/8P18AS791JQ8FK0VJG99QJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..79d6a39fcd7d545cffe93625d2d59903e95d7ba3 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/YO/8P18AS791JQ8FK0VJG99QJ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/YO/EKUPB60UJ4LTUK0VAUJ0CE.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/YO/EKUPB60UJ4LTUK0VAUJ0CE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9eb626898ad3457f749329a9ce7f8b2b3460205e Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/0/YO/EKUPB60UJ4LTUK0VAUJ0CE.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/1K/KEMBOS4H6YZVX7HHRGEEUW.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/1K/KEMBOS4H6YZVX7HHRGEEUW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..270d1bbf1892d11dbf572d76a73547d95c84fd84 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/1K/KEMBOS4H6YZVX7HHRGEEUW.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/39/ZP1OW0IUTVQ9MOEYWO9O4V.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/39/ZP1OW0IUTVQ9MOEYWO9O4V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5d65cd13498e6cae751a5e5af5621b96b695b968 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/39/ZP1OW0IUTVQ9MOEYWO9O4V.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/3P/0FNKAHRHCQDECLKVEMC5SN.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/3P/0FNKAHRHCQDECLKVEMC5SN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f3ba82e1b1c3fbf8a77d05926958d78b03661c73 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/3P/0FNKAHRHCQDECLKVEMC5SN.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/BC/9M113980JJ40XTTXZDPDSD.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/BC/9M113980JJ40XTTXZDPDSD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bb5c5e59d8b88c2e7e4f3be9e981a41caecf486a Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/BC/9M113980JJ40XTTXZDPDSD.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/N8/59VF3GOHD8PEXY0X7VQ6WM.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/N8/59VF3GOHD8PEXY0X7VQ6WM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f5e9eb823ad50ecf81b2865b0a21c2f5f9e5e0f8 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/N8/59VF3GOHD8PEXY0X7VQ6WM.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/OD/GUAA031TFAPWTJU9N6J9P9.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/OD/GUAA031TFAPWTJU9N6J9P9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..272fc27898e993671b27c849e2747176f7d2208d Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/OD/GUAA031TFAPWTJU9N6J9P9.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/SL/8HV7NTAODDEC4PJJ12AW4I.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/SL/8HV7NTAODDEC4PJJ12AW4I.uasset new file mode 100644 index 0000000000000000000000000000000000000000..970cabe9e5ee26286e553c5ffff88754ff6673e0 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/SL/8HV7NTAODDEC4PJJ12AW4I.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/SX/2R3YYE1C0N2WENFMXJ1NQ2.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/SX/2R3YYE1C0N2WENFMXJ1NQ2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..823704b52f25ffdc4572219ec95bcd02de0cb2da Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/SX/2R3YYE1C0N2WENFMXJ1NQ2.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/WA/RTKQQZZEGJ50DHF2I6ATM2.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/WA/RTKQQZZEGJ50DHF2I6ATM2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6bcad54845ad487af43386dcee78a7e9af16af09 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/WA/RTKQQZZEGJ50DHF2I6ATM2.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/WW/EWMM4OVLGZK1C4KK9CS0G9.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/WW/EWMM4OVLGZK1C4KK9CS0G9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f396ef574f39f78ebbee577bd6b8682cf5ee1170 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/WW/EWMM4OVLGZK1C4KK9CS0G9.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/ZR/O0464ADC5U7PTSWB3FT0S1.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/ZR/O0464ADC5U7PTSWB3FT0S1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3cd8f9df5ba7d80337455a78012eea8eae34c3c8 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/1/ZR/O0464ADC5U7PTSWB3FT0S1.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/0S/A3AWUNU2OR2APB988F923Y.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/0S/A3AWUNU2OR2APB988F923Y.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0989fed70826dacd0d0e41457827f0ded71e7de2 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/0S/A3AWUNU2OR2APB988F923Y.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/18/CHV5SVCDJ4FZ9AFCNIX9IT.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/18/CHV5SVCDJ4FZ9AFCNIX9IT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8d17188d4db049b1392046346e62b96975b71e10 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/18/CHV5SVCDJ4FZ9AFCNIX9IT.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/5S/KCZ6TE3K5PZQEMOUAW7F29.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/5S/KCZ6TE3K5PZQEMOUAW7F29.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dd4f160af4fd9d672b4cb5002dd396ef972b0736 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/5S/KCZ6TE3K5PZQEMOUAW7F29.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/63/2F9AAN5E3B6JTM0T0BGPTQ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/63/2F9AAN5E3B6JTM0T0BGPTQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b1ec7f348b71becd3deeedceafbd70f6a44736ac Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/63/2F9AAN5E3B6JTM0T0BGPTQ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/9N/A14LBFC515VBIC4VWCP2AD.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/9N/A14LBFC515VBIC4VWCP2AD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c48e57a564a0451667427bfc7017f6e1ab12985b Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/9N/A14LBFC515VBIC4VWCP2AD.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/9V/Y71OWRUBA071K8FB62E1L1.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/9V/Y71OWRUBA071K8FB62E1L1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f000bfec4074535f04c97231d883529f40dc32bd Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/9V/Y71OWRUBA071K8FB62E1L1.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/D3/CMQ2V5OHI249FZCBB67HW3.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/D3/CMQ2V5OHI249FZCBB67HW3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..91ec414bcd5fa8c231e6c5918cb2fae069413037 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/D3/CMQ2V5OHI249FZCBB67HW3.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/GA/9H7NQXJ9OBABL5I4S4T5MB.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/GA/9H7NQXJ9OBABL5I4S4T5MB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..36504f9bffbba6ebeb8d709b6b11142c5166fb10 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/GA/9H7NQXJ9OBABL5I4S4T5MB.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/GB/573PHI2SHOEGCJ1Z7RV43J.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/GB/573PHI2SHOEGCJ1Z7RV43J.uasset new file mode 100644 index 0000000000000000000000000000000000000000..01401179db7bd5b51a3057cd6bb1518cc0679888 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/GB/573PHI2SHOEGCJ1Z7RV43J.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/J4/SMSW41J3WNZG38J9VRMPB5.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/J4/SMSW41J3WNZG38J9VRMPB5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ac5dbec743607919bff18c07e229b2ec0bfe5e73 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/J4/SMSW41J3WNZG38J9VRMPB5.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/J8/6NURQ6P5EOYMS2GAONUSVO.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/J8/6NURQ6P5EOYMS2GAONUSVO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1da3d84b5bae3a798e890ca7203782b7c4797784 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/J8/6NURQ6P5EOYMS2GAONUSVO.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/JS/GSS5LGVWE98UVLIPOHLWNA.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/JS/GSS5LGVWE98UVLIPOHLWNA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b2fc69dd00d0b696043ef18ab5123d8c137aa3d2 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/JS/GSS5LGVWE98UVLIPOHLWNA.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/KD/L5B41EQW03MUKOZLPHVIDW.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/KD/L5B41EQW03MUKOZLPHVIDW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..45e4fe818499d98182114e1283256fe236a409a7 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/KD/L5B41EQW03MUKOZLPHVIDW.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/L2/Q00IB2C178DB5P9AZB0DAJ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/L2/Q00IB2C178DB5P9AZB0DAJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..477f2499b647f35a791c77db4355b625ace4ed4d Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/L2/Q00IB2C178DB5P9AZB0DAJ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/NH/UQLM902JRPHZMQDD90G9B9.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/NH/UQLM902JRPHZMQDD90G9B9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7300e488abc989f4482be51783e1d125f54812f0 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/NH/UQLM902JRPHZMQDD90G9B9.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/Q4/VYJ9NFTLMK7W7DNF1B9GBF.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/Q4/VYJ9NFTLMK7W7DNF1B9GBF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c299397de205c4ee3bd7a02fab426386e125f9bc Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/Q4/VYJ9NFTLMK7W7DNF1B9GBF.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/R2/WYY89BMOIN46HSKYR84LWI.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/R2/WYY89BMOIN46HSKYR84LWI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f9056723599953478807547c604471ad283a4041 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/R2/WYY89BMOIN46HSKYR84LWI.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/Z6/J66UZ8KV4DUMSROO8IE1GZ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/Z6/J66UZ8KV4DUMSROO8IE1GZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f2ea94ad7ff50ab1eff16855cd7eec81746af4b7 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/2/Z6/J66UZ8KV4DUMSROO8IE1GZ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/3B/68IM86CMGIUUIC8YZUGM4L.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/3B/68IM86CMGIUUIC8YZUGM4L.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1063d86d8ca5205755d86778f1d4e5fcd10271a1 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/3B/68IM86CMGIUUIC8YZUGM4L.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/6S/2HI6HJBB13JDW0MOIDGFOU.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/6S/2HI6HJBB13JDW0MOIDGFOU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..773f109ee59cdf7a866145b1dbda73630d0f3d79 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/6S/2HI6HJBB13JDW0MOIDGFOU.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/8K/13WNYQCK6AY6IT8WJ6PVNZ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/8K/13WNYQCK6AY6IT8WJ6PVNZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f58cfcedac3de3b2cc29f3047ef72dd288e39a8a Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/8K/13WNYQCK6AY6IT8WJ6PVNZ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/CR/571VG1YSAPT5G6QLKWIMYR.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/CR/571VG1YSAPT5G6QLKWIMYR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3365c2034f915ee696a65694a8268c0e146997ca Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/CR/571VG1YSAPT5G6QLKWIMYR.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/FN/TUAZDRB99DFNUV5T5RBL13.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/FN/TUAZDRB99DFNUV5T5RBL13.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3e679b811964b54dd993ff88b5a976a286be8a7b Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/FN/TUAZDRB99DFNUV5T5RBL13.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/HM/7JY4J0K20ZQVZ9WJYIN573.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/HM/7JY4J0K20ZQVZ9WJYIN573.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9804294cb848ac1449408738f536393f20cafad3 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/HM/7JY4J0K20ZQVZ9WJYIN573.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/MG/W3BGLUW4RZAQJXFQ0WQ1OB.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/MG/W3BGLUW4RZAQJXFQ0WQ1OB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ef53f1593d83d37c695c11332444e1ebef71c457 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/MG/W3BGLUW4RZAQJXFQ0WQ1OB.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/NB/9W9JA26CZUCXT4OZXLU1SD.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/NB/9W9JA26CZUCXT4OZXLU1SD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bccc352b9347a92dc66d79b90b4057012b76a8b8 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/NB/9W9JA26CZUCXT4OZXLU1SD.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/OZ/H76FI2HO6TB0BCP9PR9RAD.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/OZ/H76FI2HO6TB0BCP9PR9RAD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9fa067e538ea1af6faa4100285d5a623ea88b3ec Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/OZ/H76FI2HO6TB0BCP9PR9RAD.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/P1/A80XTORVT5Q9NDO53QBPCN.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/P1/A80XTORVT5Q9NDO53QBPCN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d0da77edeade5462f97b2ab921b564490c889c0e Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/P1/A80XTORVT5Q9NDO53QBPCN.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/PP/RPTHP2U5RJ7JQAB7LH6B9E.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/PP/RPTHP2U5RJ7JQAB7LH6B9E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..90ea71054a67184c8e41cb63520a441fc3937630 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/PP/RPTHP2U5RJ7JQAB7LH6B9E.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/R3/2LNY6Z0R6GHJT68J9K5K0U.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/R3/2LNY6Z0R6GHJT68J9K5K0U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..638ddd81e907618fd9e2b86ca16ae9361435aa07 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/R3/2LNY6Z0R6GHJT68J9K5K0U.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/RN/4DTY5P46TQXALK4K1WVGQT.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/RN/4DTY5P46TQXALK4K1WVGQT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..db09739ca8205c6a8e136845847ee5b363365855 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/RN/4DTY5P46TQXALK4K1WVGQT.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/SK/3S1ANQBL27JO95KJTBPQNE.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/SK/3S1ANQBL27JO95KJTBPQNE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..777d7caa29caf53acad2bb21b5dac2a391808e57 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/SK/3S1ANQBL27JO95KJTBPQNE.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/VN/I90LYGWJ1EXPP19SHP8RT9.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/VN/I90LYGWJ1EXPP19SHP8RT9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..79768aaabe5cca677b70317aa49190e1ac1f38b6 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/VN/I90LYGWJ1EXPP19SHP8RT9.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/VS/TL6IE2JTWF4L383ET5I2Z8.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/VS/TL6IE2JTWF4L383ET5I2Z8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3e4cf5e33258c028e91efc5a1ac9a3d19ee28eb3 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/VS/TL6IE2JTWF4L383ET5I2Z8.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/YH/H19CPFS38NIW0YJWU456MQ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/YH/H19CPFS38NIW0YJWU456MQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..139940ad468822fd23e2306382e223ff39d7786f Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/3/YH/H19CPFS38NIW0YJWU456MQ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/2A/Q3D0E4I5FUQL1IFCNNR7C8.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/2A/Q3D0E4I5FUQL1IFCNNR7C8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6756593bfc1868891555a6c65777050ef47f1500 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/2A/Q3D0E4I5FUQL1IFCNNR7C8.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/8O/ZBO73CAP9YHJ4Y3UA8XLFF.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/8O/ZBO73CAP9YHJ4Y3UA8XLFF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dfac77dd301c038f9635eb75198e8394ffecc6d7 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/8O/ZBO73CAP9YHJ4Y3UA8XLFF.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/CL/670LUIURI6YAKIWRP5MF0K.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/CL/670LUIURI6YAKIWRP5MF0K.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f2950ddd6b5b5f5fbd21f2d612f9770acbc5e76d Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/CL/670LUIURI6YAKIWRP5MF0K.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/CM/AEIGG5NVVZZTVKNS8FAMJP.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/CM/AEIGG5NVVZZTVKNS8FAMJP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..90de8690acac4ca9b7daa14d5c05a12db9a7acd4 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/CM/AEIGG5NVVZZTVKNS8FAMJP.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/E4/3AEBKUDLH3FXVDLXZWAUUB.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/E4/3AEBKUDLH3FXVDLXZWAUUB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2b1c59d83ffba192017c8ce34668696b010f4d77 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/E4/3AEBKUDLH3FXVDLXZWAUUB.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/FE/UQA743XVSK0K69ZZ6WFK9K.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/FE/UQA743XVSK0K69ZZ6WFK9K.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9194024fa53e0bdd3b44c537d7991ca044512343 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/FE/UQA743XVSK0K69ZZ6WFK9K.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/FF/8RVLL9QC99PIID26GJ69B7.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/FF/8RVLL9QC99PIID26GJ69B7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b41b4e6532686cdee0760b78a63c3ac5b3229a58 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/FF/8RVLL9QC99PIID26GJ69B7.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/FQ/UB2KWY7J8AIWDCKJ271JRP.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/FQ/UB2KWY7J8AIWDCKJ271JRP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7a876f2b74237940ad8137febb906d32439f762f Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/FQ/UB2KWY7J8AIWDCKJ271JRP.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/HE/F28R1VORCON3S9LO9B1FCJ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/HE/F28R1VORCON3S9LO9B1FCJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2c569a33f4ad671910d05c7d97b3c35d4a2a1dd0 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/C/HE/F28R1VORCON3S9LO9B1FCJ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/0I/TVTXL8UB38AF4M37S2T8HB.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/0I/TVTXL8UB38AF4M37S2T8HB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9aa5b0c1c0af2d9293b6abbac279d9f54c766792 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/0I/TVTXL8UB38AF4M37S2T8HB.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/1T/K122JAXKWXU7K2NINM9IM7.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/1T/K122JAXKWXU7K2NINM9IM7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3d29a9d51f5e06652336685aa9961dc17c192fdf Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/1T/K122JAXKWXU7K2NINM9IM7.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/3Z/NSS7HQMLETRVFRNHH9RKBP.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/3Z/NSS7HQMLETRVFRNHH9RKBP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..227ec86ec9e2c6cada644a8da8336a368ff774c3 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/3Z/NSS7HQMLETRVFRNHH9RKBP.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/4P/S0B46PMHF0L3DIFDZY1F6F.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/4P/S0B46PMHF0L3DIFDZY1F6F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d81d250af76650ef3187667ff4a4381511111022 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/4P/S0B46PMHF0L3DIFDZY1F6F.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/8B/ENXCKI7G8SISPDQXNJZJSR.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/8B/ENXCKI7G8SISPDQXNJZJSR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ca4610f2e35907e1d25b1ccc3256dfcb8e21844d Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/8B/ENXCKI7G8SISPDQXNJZJSR.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/EV/ZC09AYBTQUJCIWYV3CDJWO.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/EV/ZC09AYBTQUJCIWYV3CDJWO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..183481096303f9e247b1898d4ceee8dc80eac760 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/EV/ZC09AYBTQUJCIWYV3CDJWO.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/GL/1W6RB4ZE5FTE0CTTIXA69H.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/GL/1W6RB4ZE5FTE0CTTIXA69H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8e450a5cc722332ef4f45c83af539e965ddc0b54 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/GL/1W6RB4ZE5FTE0CTTIXA69H.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/KP/CIE5U5IWYGYQQF226C92MB.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/KP/CIE5U5IWYGYQQF226C92MB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..57e6ccd14b9e53830260c201e67c5331d5ecfce4 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/KP/CIE5U5IWYGYQQF226C92MB.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/MJ/D7COVO9OA4ETZQH6APGH5I.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/MJ/D7COVO9OA4ETZQH6APGH5I.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9c66d916e6e815846d1cde141fea405f0dfafafb Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/D/MJ/D7COVO9OA4ETZQH6APGH5I.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/E/JM/80V4OXGQ2TR6EQY1EHQBIR.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/E/JM/80V4OXGQ2TR6EQY1EHQBIR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9df205708bc9d96699d64b09adfaa6456599bab3 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/E/JM/80V4OXGQ2TR6EQY1EHQBIR.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/E/KY/VU4BI9Y0YEKV1PC4FQ58Y6.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/E/KY/VU4BI9Y0YEKV1PC4FQ58Y6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..18eef447635410ca091985df6a900ad85dd55327 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/E/KY/VU4BI9Y0YEKV1PC4FQ58Y6.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/E/T7/NOZFS6QIRFUEJWZ0FBERVJ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/E/T7/NOZFS6QIRFUEJWZ0FBERVJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a2cf6207a53c9b5fe5ce9285d1266e95e844503d Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/E/T7/NOZFS6QIRFUEJWZ0FBERVJ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/E/VU/WL2ALL8K3QV899TOP86LEO.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/E/VU/WL2ALL8K3QV899TOP86LEO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..812d292f2aec0cc28af3acabbda7867549f176a5 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_01_Introduction/E/VU/WL2ALL8K3QV899TOP86LEO.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/4X/RDBQQTZM76VWSUVZYZUHJJ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/4X/RDBQQTZM76VWSUVZYZUHJJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5da19cb8da33aa9c47ad5d8771ba09925a54b28e Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/4X/RDBQQTZM76VWSUVZYZUHJJ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/5S/ASKM63CQDB0A8Y8LJKCJQX.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/5S/ASKM63CQDB0A8Y8LJKCJQX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ea5c8b0b4e2c92d176998e099de10540818826b3 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/5S/ASKM63CQDB0A8Y8LJKCJQX.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/CU/2L6YE6D93MMLZCCFZRQL5T.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/CU/2L6YE6D93MMLZCCFZRQL5T.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1f6117e96a290b2a940fe257d61b323d4977ba22 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/CU/2L6YE6D93MMLZCCFZRQL5T.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/J9/J79HQLRHFLNEFWC1H6LQS9.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/J9/J79HQLRHFLNEFWC1H6LQS9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0810f4741689088647b4a2ee86613e9d0e304b1a Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/J9/J79HQLRHFLNEFWC1H6LQS9.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/S5/7AMKL0P9A69WLBRF023STZ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/S5/7AMKL0P9A69WLBRF023STZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b0f93f0a5f8c31cd7b432b7155e4a2a968cbb7dd Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/S5/7AMKL0P9A69WLBRF023STZ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/SN/K6CS8IE1QNYMZHSO8C3OJT.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/SN/K6CS8IE1QNYMZHSO8C3OJT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7398edb578d1f48ec1a641f6f7d0650a3645a9ba Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/SN/K6CS8IE1QNYMZHSO8C3OJT.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/UY/O72Y6WMK5A9W12KVY5K44T.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/UY/O72Y6WMK5A9W12KVY5K44T.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3605e3e43b879c97babe5963225c19c3879b787d Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/0/UY/O72Y6WMK5A9W12KVY5K44T.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/1P/CKKSYQ12YYHPEJ10Z8QE0E.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/1P/CKKSYQ12YYHPEJ10Z8QE0E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2ff1a2d246f995f992caca806be19d036c0248d6 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/1P/CKKSYQ12YYHPEJ10Z8QE0E.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/2B/EJJROH825NR1P2IXZUABA5.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/2B/EJJROH825NR1P2IXZUABA5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..155d55049d9cc7405b8eb8c6b9d9034bb88807aa Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/2B/EJJROH825NR1P2IXZUABA5.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/D9/08M2MA54DJRL7EMLPWCC8C.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/D9/08M2MA54DJRL7EMLPWCC8C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9c6852e128fb6f38d4e19d169a1acb6a33c58f38 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/D9/08M2MA54DJRL7EMLPWCC8C.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/E7/RW8HX30IP458ADCSH0U65P.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/E7/RW8HX30IP458ADCSH0U65P.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e821c4b55e26de4e08457a18a6fc3f260a232be2 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/E7/RW8HX30IP458ADCSH0U65P.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/FN/SY503E8OQCMR2OS0M83ZNA.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/FN/SY503E8OQCMR2OS0M83ZNA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cf836029233c71471d5344dd48dfdf12addff730 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/FN/SY503E8OQCMR2OS0M83ZNA.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/NA/GDP1326JVDZHR74PDJT8N4.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/NA/GDP1326JVDZHR74PDJT8N4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f2a742fc405f6884d116beb1ab2eff711dbd2bc7 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/NA/GDP1326JVDZHR74PDJT8N4.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/ON/FSCWL46P3WQU1JYBAP0H39.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/ON/FSCWL46P3WQU1JYBAP0H39.uasset new file mode 100644 index 0000000000000000000000000000000000000000..237ee75efc99c083574ea2b22633a74072114818 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/1/ON/FSCWL46P3WQU1JYBAP0H39.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/0G/8X8G96IFLKAN7PMN6BB7BP.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/0G/8X8G96IFLKAN7PMN6BB7BP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..159d80511a58f19414d23122eac2be7f28c9751a Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/0G/8X8G96IFLKAN7PMN6BB7BP.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/2Q/0S48P2BQN2DA8FL6FMY0EX.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/2Q/0S48P2BQN2DA8FL6FMY0EX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..056935b3bda285e8a42950204e7f2e44abd70628 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/2Q/0S48P2BQN2DA8FL6FMY0EX.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/30/59FKG02IO603HSYZ6UP7M7.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/30/59FKG02IO603HSYZ6UP7M7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..25a5e72af9d739ac9aea0fffd9f3f9f08b61a858 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/30/59FKG02IO603HSYZ6UP7M7.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/8Y/U99R603HYGW9LLYHZGFKWT.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/8Y/U99R603HYGW9LLYHZGFKWT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ac0c71a73420200a7fe61a07ab4b702ba7279425 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/8Y/U99R603HYGW9LLYHZGFKWT.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/QF/6KLJWW2WTPATP33QBPHY15.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/QF/6KLJWW2WTPATP33QBPHY15.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c3e1a31c4cca012f89061ce5e526925669f0ac8f Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/QF/6KLJWW2WTPATP33QBPHY15.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/YB/LRGT3WC3EB9B8J1EJR77PH.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/YB/LRGT3WC3EB9B8J1EJR77PH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5c7e77f5dc5680791ef25b2028b745d60f12abe3 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/YB/LRGT3WC3EB9B8J1EJR77PH.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/YP/YN0ESIXY0RDXM5R9FMN55R.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/YP/YN0ESIXY0RDXM5R9FMN55R.uasset new file mode 100644 index 0000000000000000000000000000000000000000..65e9100274f6cfdc5fd5eecee584bb28187589f1 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/YP/YN0ESIXY0RDXM5R9FMN55R.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/Z1/FMV0TGA18IZZN5Z7XY2GDD.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/Z1/FMV0TGA18IZZN5Z7XY2GDD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..418806ace93165498577dbc25f213d6e35f21184 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/2/Z1/FMV0TGA18IZZN5Z7XY2GDD.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/4J/8A23NTLG14PY1DRRH02YAY.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/4J/8A23NTLG14PY1DRRH02YAY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9c34c6170f5fc3e9c6869067828d74528f895655 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/4J/8A23NTLG14PY1DRRH02YAY.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/4T/W1VK7TMGF29OWFCHUXBRNN.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/4T/W1VK7TMGF29OWFCHUXBRNN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..057dfb18a250ff0b0ec98fad6b3cc11b65756f6e Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/4T/W1VK7TMGF29OWFCHUXBRNN.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/55/XXY9MJQPVBU8GA67AH4E7X.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/55/XXY9MJQPVBU8GA67AH4E7X.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3a000d9cdb22306a48348d1eebce32f77cd20994 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/55/XXY9MJQPVBU8GA67AH4E7X.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/EG/3VKJ3MM10QPM3PC605XSVK.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/EG/3VKJ3MM10QPM3PC605XSVK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..067d1f357510c2b8ff281c106c1705f9f8bc0854 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/EG/3VKJ3MM10QPM3PC605XSVK.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/GT/2P8C8OIWIQK3SV23KBS7ZJ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/GT/2P8C8OIWIQK3SV23KBS7ZJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ba5de9d5a60cd4053c30968ae48441f970b38395 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/GT/2P8C8OIWIQK3SV23KBS7ZJ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/H4/5V43D26WX6FRI5PM4VPWWG.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/H4/5V43D26WX6FRI5PM4VPWWG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7c69eb33d5ec35e8974c45a5039cf4f410a2f794 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/H4/5V43D26WX6FRI5PM4VPWWG.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/L9/Z6BV0QAMMILD1TDC9GB3ZR.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/L9/Z6BV0QAMMILD1TDC9GB3ZR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f63a5682ee5533dd6270b526f31cdd7ecbfdb613 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/3/L9/Z6BV0QAMMILD1TDC9GB3ZR.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/DJ/MMBJM5OV9IHDJI47B3X02C.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/DJ/MMBJM5OV9IHDJI47B3X02C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0d99a98d2ab2e89b7692b11c13c10199a965d3f2 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/DJ/MMBJM5OV9IHDJI47B3X02C.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/E4/IAOROMJ4LZ86XNDB2KVT7T.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/E4/IAOROMJ4LZ86XNDB2KVT7T.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f6dccef972c0ef8ecae59287efa669f181b042c7 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/E4/IAOROMJ4LZ86XNDB2KVT7T.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/PD/LR6R2AH5EWCOPYY5FUMHBI.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/PD/LR6R2AH5EWCOPYY5FUMHBI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4b5840fa06218e346ca67366cb2ce5296c81f78a Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/PD/LR6R2AH5EWCOPYY5FUMHBI.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/PJ/PLPTV6IJ402LNLER1I0X35.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/PJ/PLPTV6IJ402LNLER1I0X35.uasset new file mode 100644 index 0000000000000000000000000000000000000000..660feb25acd7e4195c235de56ebe594d4f8a92b2 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/PJ/PLPTV6IJ402LNLER1I0X35.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/QN/GA1TOQRR3CLBAD9RKRMCVC.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/QN/GA1TOQRR3CLBAD9RKRMCVC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e555b95665706e25453ad0f96b9c7a8ec857ee24 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/QN/GA1TOQRR3CLBAD9RKRMCVC.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/WC/KHD2J806N3EVALJXKE37JJ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/WC/KHD2J806N3EVALJXKE37JJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2972cf511af5a98a22727ba99fe0cbda6821d7af Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/WC/KHD2J806N3EVALJXKE37JJ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/Y8/I12EMYFDJJHON6KXE06LJP.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/Y8/I12EMYFDJJHON6KXE06LJP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1dc073673f6cb6494a83006f7576f950be3ea961 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/4/Y8/I12EMYFDJJHON6KXE06LJP.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/0J/1DDTIFOXGZLR31HOQK2X3U.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/0J/1DDTIFOXGZLR31HOQK2X3U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..97848b28c4952444290af7d8ac419a62d85c25e3 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/0J/1DDTIFOXGZLR31HOQK2X3U.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/93/W9892W9E1OR4QK22FGPYBV.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/93/W9892W9E1OR4QK22FGPYBV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1c66357f1ecf69513b43283612bf0e2f7a213bdb Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/93/W9892W9E1OR4QK22FGPYBV.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/B1/OYGQ10BQN6YIS4QPASEKDS.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/B1/OYGQ10BQN6YIS4QPASEKDS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e51e6a82505c581fe8d1e4f051c060d389fdfe8e Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/B1/OYGQ10BQN6YIS4QPASEKDS.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/FH/K4RPHII3MIK2FF7AR81TM3.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/FH/K4RPHII3MIK2FF7AR81TM3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f51fe9667ce5689d18de97214aec5f532e2a1d7f Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/FH/K4RPHII3MIK2FF7AR81TM3.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/HB/GLSRBXCL8B0DDBUTP6YG1Q.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/HB/GLSRBXCL8B0DDBUTP6YG1Q.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1f74c06a3e94e586d13b85be0444046609b4c355 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/HB/GLSRBXCL8B0DDBUTP6YG1Q.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/LB/6YNU3NVYXYAAHSLP3IS0E0.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/LB/6YNU3NVYXYAAHSLP3IS0E0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9e2cdd3e9c32affde1632f55d20c3d38534e8601 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/LB/6YNU3NVYXYAAHSLP3IS0E0.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/M2/XHHWCJO3VDCCL2LJ6MMVVJ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/M2/XHHWCJO3VDCCL2LJ6MMVVJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..31cc553c2b3a35efc2c610f85222d4d3c4ac53a4 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/5/M2/XHHWCJO3VDCCL2LJ6MMVVJ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/01/KR8OTAZAVG1ZHTWV21JCLP.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/01/KR8OTAZAVG1ZHTWV21JCLP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b1602c45aa2dea36fa1d3348b7949f39d6fd3825 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/01/KR8OTAZAVG1ZHTWV21JCLP.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/3F/0KV8MTB37U0QT92RXYQCDB.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/3F/0KV8MTB37U0QT92RXYQCDB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2087b2eccd36d9681e401a2dcfc6228b7255bba9 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/3F/0KV8MTB37U0QT92RXYQCDB.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/C0/U2FOTN4JTDOCXUNQJLKL86.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/C0/U2FOTN4JTDOCXUNQJLKL86.uasset new file mode 100644 index 0000000000000000000000000000000000000000..447cc4beb06adb97a40b95089fa195df5f17f3d9 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/C0/U2FOTN4JTDOCXUNQJLKL86.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/GY/5X6KQSHSE549IGTLK5TT27.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/GY/5X6KQSHSE549IGTLK5TT27.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3e983150f6ea05c98f594b135cc25bf14bf8720b Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/GY/5X6KQSHSE549IGTLK5TT27.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/JR/MJVWWWG1GVD35J49X4TZPX.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/JR/MJVWWWG1GVD35J49X4TZPX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4237bd1632d26d627ec7b4d811f34b2dad950082 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/JR/MJVWWWG1GVD35J49X4TZPX.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/Q1/JHOXUW13F8NI1FKSOHYVDC.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/Q1/JHOXUW13F8NI1FKSOHYVDC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c72a3dec81c620864c4df3711d4a3377c624fe9f Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/Q1/JHOXUW13F8NI1FKSOHYVDC.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/V0/IB4C5TBFQEZFOP6G309L7A.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/V0/IB4C5TBFQEZFOP6G309L7A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cdeb0ec7ab6c69e1b2935686e209cdc1a281241c Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/V0/IB4C5TBFQEZFOP6G309L7A.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/VC/TV3JOUVUXOD5HQJI2R0QNV.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/VC/TV3JOUVUXOD5HQJI2R0QNV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e76deee77539c4a830fa94727ebe875c81970e5b Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/6/VC/TV3JOUVUXOD5HQJI2R0QNV.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/7/E8/CNF4KCBEKYH7NWT97OQXD6.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/7/E8/CNF4KCBEKYH7NWT97OQXD6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b8c7714fc426283898ec5b89120d161d4f7c8442 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/7/E8/CNF4KCBEKYH7NWT97OQXD6.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/7/Q1/DTVEZ1F4727UM9WREVXM09.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/7/Q1/DTVEZ1F4727UM9WREVXM09.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d85a2f77f456f41e047d07bd1d5161c70819d423 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/7/Q1/DTVEZ1F4727UM9WREVXM09.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/7/V9/HC8RXOT1WAL8R4L7XC5ALH.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/7/V9/HC8RXOT1WAL8R4L7XC5ALH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5102e73366042ebab9a078db3322092be1acf4a4 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/7/V9/HC8RXOT1WAL8R4L7XC5ALH.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/7/VR/RBER3ZA6MM8DEKAZGN08EA.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/7/VR/RBER3ZA6MM8DEKAZGN08EA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..436951994c3dc5e6c975eb2ac15f2159fe73a1a7 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/7/VR/RBER3ZA6MM8DEKAZGN08EA.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/1Q/L4PMNL212S59RVWRC2KOFT.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/1Q/L4PMNL212S59RVWRC2KOFT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8c0fc71fdfe709a259c2e85706a6133485c98c6d Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/1Q/L4PMNL212S59RVWRC2KOFT.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/3N/VILFWTQ34Y1RKY066UZITG.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/3N/VILFWTQ34Y1RKY066UZITG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..682a3589c2b6e9daf2eae739f9866e9693be5334 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/3N/VILFWTQ34Y1RKY066UZITG.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/8Q/2QT5U3Q25662CYPWCP33D2.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/8Q/2QT5U3Q25662CYPWCP33D2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..88d570628bee2fc13f4c42a9ce1fd18cae5b5d79 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/8Q/2QT5U3Q25662CYPWCP33D2.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/8Y/FTME9EQ4NV3EEBOQ4CK6W9.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/8Y/FTME9EQ4NV3EEBOQ4CK6W9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dc2b380eae904eab988c8a93e0f11332999c220a Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/8Y/FTME9EQ4NV3EEBOQ4CK6W9.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/AL/2HLGX7W0T53EWEA2LXE6D1.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/AL/2HLGX7W0T53EWEA2LXE6D1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..129ea8445f8dfb4827fd514f28cec3d9ef681bff Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/AL/2HLGX7W0T53EWEA2LXE6D1.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/C5/QX871Y9Z8VOWLU1RJCN4DA.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/C5/QX871Y9Z8VOWLU1RJCN4DA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a152cb470fe4420cb15e0fe2d6e430b682058fe1 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/C5/QX871Y9Z8VOWLU1RJCN4DA.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/GX/X40S5YL2YA4J4MOCVT9A5H.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/GX/X40S5YL2YA4J4MOCVT9A5H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..45a5dc64ee01acc43a87a42608a017abf0263a8a Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/GX/X40S5YL2YA4J4MOCVT9A5H.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/I1/X1ULFFAZMV9T18CWIPX0IU.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/I1/X1ULFFAZMV9T18CWIPX0IU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..de6af3b92ab22b792398ba66fd0fb10efda49099 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/I1/X1ULFFAZMV9T18CWIPX0IU.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/O1/LUXK21YL6QAVHY26KIVSWX.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/O1/LUXK21YL6QAVHY26KIVSWX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5534c614dc7fed8ce72a882b4e9c552f1b659027 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/O1/LUXK21YL6QAVHY26KIVSWX.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/WU/ETXMNHYQ6QHFOK1DYR59LQ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/WU/ETXMNHYQ6QHFOK1DYR59LQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0ca10c1f381c1af796b2019df41cb4fe2e06a419 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/8/WU/ETXMNHYQ6QHFOK1DYR59LQ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/J6/RTL4GV30IQ8MIUH9FVS6YJ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/J6/RTL4GV30IQ8MIUH9FVS6YJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7442631640bef5436562ea88471c9cae5cfe9cef Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/J6/RTL4GV30IQ8MIUH9FVS6YJ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/LS/7EU3YXTI88RHL8KBQEXLZZ.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/LS/7EU3YXTI88RHL8KBQEXLZZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5e4a48bb7e0b226f03f9a54a4909a8055c59b930 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/LS/7EU3YXTI88RHL8KBQEXLZZ.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/QT/FVSK8XUFG39WU7GWH2D783.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/QT/FVSK8XUFG39WU7GWH2D783.uasset new file mode 100644 index 0000000000000000000000000000000000000000..51f72a7de5167d7ffcd6066e061b3ced4fac4ad9 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/QT/FVSK8XUFG39WU7GWH2D783.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/RQ/Q3U2JWXK687POPI907Y8JC.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/RQ/Q3U2JWXK687POPI907Y8JC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f36ce6feae07bbc81ade697c06e62deb530dd2b0 Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/RQ/Q3U2JWXK687POPI907Y8JC.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/X5/55DYO7M6233HFYQQN67OBH.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/X5/55DYO7M6233HFYQQN67OBH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3bca938e2ceb444ff497f8eb49ca718618fb939f Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/X5/55DYO7M6233HFYQQN67OBH.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/XG/8FZUMT572SLXEAF0FXNL66.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/XG/8FZUMT572SLXEAF0FXNL66.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9840a06a1e2b19e10f6f145abc9f2563d7b37d5a Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/XG/8FZUMT572SLXEAF0FXNL66.uasset differ diff --git a/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/Y7/7CBF2JF3KIQTBMW8S2UMWB.uasset b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/Y7/7CBF2JF3KIQTBMW8S2UMWB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5a63c19daef2507d44290a0792bf9eb5e9051acd Binary files /dev/null and b/StackOBot/Content/__ExternalActors__/StackOBot/Maps/LevelInstances/LI_02_CliffClimb/9/Y7/7CBF2JF3KIQTBMW8S2UMWB.uasset differ