commit c911f80bf4a8a6663a7b32965389bd89a538d5a2 Author: Jesse James Isler Date: Sun Mar 26 11:22:38 2023 +0200 initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3e8f1d6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Content/** filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4334a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +Binaries +DerivedDataCache +Intermediate +Saved +.vscode +.vs +*.VC.db +*.opensdf +*.opendb +*.sdf +*.sln +*.suo +*.xcodeproj +*.xcworkspace \ No newline at end of file diff --git a/CardsOfGensokyo.uproject b/CardsOfGensokyo.uproject new file mode 100644 index 0000000..f4aee61 --- /dev/null +++ b/CardsOfGensokyo.uproject @@ -0,0 +1,37 @@ +{ + "FileVersion": 3, + "EngineAssociation": "5.1", + "Category": "", + "Description": "", + "Plugins": [ + { + "Name": "ModelingToolsEditorMode", + "Enabled": true, + "TargetAllowList": [ + "Editor" + ] + }, + { + "Name": "ElectronicNodes", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/5cb2a394d0c04e73891762be4cbd7216" + }, + { + "Name": "GraphFormatter", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/297159d6d3f4425b9c095b18a811a401" + }, + { + "Name": "Water", + "Enabled": true + }, + { + "Name": "DiscordRpc", + "Enabled": true + }, + { + "Name": "OnlineSubsystemEOS", + "Enabled": true + } + ] +} \ No newline at end of file diff --git a/Config/DefaultEditor.ini b/Config/DefaultEditor.ini new file mode 100644 index 0000000..f38756e --- /dev/null +++ b/Config/DefaultEditor.ini @@ -0,0 +1,2 @@ +[/Script/AdvancedPreviewScene.SharedProfiles] + diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini new file mode 100644 index 0000000..0be2121 --- /dev/null +++ b/Config/DefaultEngine.ini @@ -0,0 +1,145 @@ + + +[/Script/EngineSettings.GameMapsSettings] +GameDefaultMap=/Game/Maps/mainMenu.mainMenu +EditorStartupMap=/Game/Maps/debugMap.debugMap +GameInstanceClass=/Game/Blueprints/Global/bp_Danmaku_GameInstance.bp_Danmaku_GameInstance_C + +[/Script/WindowsTargetPlatform.WindowsTargetSettings] +DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 +-D3D12TargetedShaderFormats=PCD3D_SM5 ++D3D12TargetedShaderFormats=PCD3D_SM6 +-D3D11TargetedShaderFormats=PCD3D_SM5 ++D3D11TargetedShaderFormats=PCD3D_SM5 +Compiler=Default +AudioSampleRate=48000 +AudioCallbackBufferFrameSize=1024 +AudioNumBuffersToEnqueue=1 +AudioMaxChannels=0 +AudioNumSourceWorkers=4 +SpatializationPlugin= +SourceDataOverridePlugin= +ReverbPlugin= +OcclusionPlugin= +CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0) +CacheSizeKB=65536 +MaxChunkSizeOverrideKB=0 +bResampleForDevice=False +MaxSampleRate=48000.000000 +HighSampleRate=32000.000000 +MedSampleRate=24000.000000 +LowSampleRate=12000.000000 +MinSampleRate=8000.000000 +CompressionQualityModifier=1.000000 +AutoStreamingThreshold=0.000000 +SoundCueCookQualityIndex=-1 + + +[/Script/HardwareTargeting.HardwareTargetingSettings] +TargetedHardwareClass=Desktop +AppliedTargetedHardwareClass=Desktop +DefaultGraphicsPerformance=Maximum +AppliedDefaultGraphicsPerformance=Maximum + +[/Script/Engine.RendererSettings] +r.GenerateMeshDistanceFields=True +r.DynamicGlobalIlluminationMethod=1 +r.ReflectionMethod=1 +r.Shadow.Virtual.Enable=1 +r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True + +[/Script/WorldPartitionEditor.WorldPartitionEditorSettings] +CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet' + +[/Script/Engine.Engine] ++ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/CardsOfGensokyo") ++ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/CardsOfGensokyo") + +[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] +bEnablePlugin=True +bAllowNetworkConnection=True +SecurityToken=7674FBB14CAC9ACF6DE4D0930B8F747F +bIncludeInShipping=False +bAllowExternalStartInShipping=False +bCompileAFSProject=False +bUseCompression=False +bLogFiles=False +bReportStats=False +ConnectionType=USBOnly +bUseManualIPAddress=False +ManualIPAddress= + +[/Script/UnrealEd.CookerSettings] +bCookOnTheFlyForLaunchOn=True + +[/Script/Engine.CollisionProfile] +-Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False) +-Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ",bCanModify=False) +-Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ",bCanModify=False) +-Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic",Response=ECR_Block),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.",bCanModify=False) +-Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors",bCanModify=False) +-Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors",bCanModify=False) +-Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.",bCanModify=False) +-Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.",bCanModify=False) +-Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="UI",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Block),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) ++Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision") ++Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.") ++Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ") ++Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ") ++Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic"),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.") ++Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.") ++Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors") ++Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors") ++Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.") ++Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.") ++Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.") ++Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.") ++Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.") ++Profiles=(Name="UI",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility"),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="WaterBodyCollision",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="",CustomResponses=((Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="Default Water Collision Profile (Created by Water Plugin)") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="EnemyProjectile") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel2,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="EnemyGamer") +-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") +-ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") +-ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") +-ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") +-ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") ++ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") ++ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") ++ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") ++ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") ++ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") +-CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") +-CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") +-CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") +-CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") ++CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") ++CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") ++CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") ++CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") + +[OnlineSubsystemEOS] +bEnabled=true + +[OnlineSubsystem] +DefaultPlatformService=EOS + +[/Script/Engine.GameEngine] ++NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemEOS.NetDriverEOS",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver") + +[/Script/OnlineSubsystemEOS.NetDriverEOS] +bIsUsingP2PSockets=true + diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini new file mode 100644 index 0000000..0d1aa03 --- /dev/null +++ b/Config/DefaultGame.ini @@ -0,0 +1,4 @@ + + +[/Script/EngineSettings.GeneralProjectSettings] +ProjectID=D73AEC124360D0554D7438BB4B5B14E7 diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini new file mode 100644 index 0000000..4cc3605 --- /dev/null +++ b/Config/DefaultInput.ini @@ -0,0 +1,85 @@ +[/Script/Engine.InputSettings] +-AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) +-AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) +-AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) ++AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_LeftTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_RightTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_Special_Left_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_Special_Left_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) +bAltEnterTogglesFullscreen=True +bF11TogglesFullscreen=True +bUseMouseForTouch=False +bEnableMouseSmoothing=True +bEnableFOVScaling=True +bCaptureMouseOnLaunch=True +bEnableLegacyInputScales=True +bEnableMotionControls=True +bFilterInputByPlatformUser=False +bShouldFlushPressedKeysOnViewportFocusLost=True +bAlwaysShowTouchInterface=False +bShowConsoleOnFourFingerTap=True +bEnableGestureRecognizer=False +bUseAutocorrect=False +DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown +DefaultViewportMouseLockMode=LockOnCapture +FOVScale=0.011110 +DoubleClickTime=0.200000 +DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput +DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent +DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks +-ConsoleKeys=Tilde ++ConsoleKeys=Tilde ++ConsoleKeys=Caret + diff --git a/Content/Blueprints/Character/INPUT/IA_Dodge.uasset b/Content/Blueprints/Character/INPUT/IA_Dodge.uasset new file mode 100644 index 0000000..2d43f97 --- /dev/null +++ b/Content/Blueprints/Character/INPUT/IA_Dodge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfa02222b97117e18464e830fa522df45c6549e79fd3e2af593deecb759c4f9 +size 1357 diff --git a/Content/Blueprints/Character/INPUT/IA_Fire.uasset b/Content/Blueprints/Character/INPUT/IA_Fire.uasset new file mode 100644 index 0000000..454592e --- /dev/null +++ b/Content/Blueprints/Character/INPUT/IA_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0b35773160b160609b7059b5708a5c1010a9e0b4d0bab18c2cb0747d4cee83 +size 1352 diff --git a/Content/Blueprints/Character/INPUT/IA_Fire_Danmaku.uasset b/Content/Blueprints/Character/INPUT/IA_Fire_Danmaku.uasset new file mode 100644 index 0000000..e3bde5d --- /dev/null +++ b/Content/Blueprints/Character/INPUT/IA_Fire_Danmaku.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ba64d2c3a964e038d59858ddfae860394d446da12aeaa516c7c44b6739466c +size 1392 diff --git a/Content/Blueprints/Character/INPUT/IA_Looking.uasset b/Content/Blueprints/Character/INPUT/IA_Looking.uasset new file mode 100644 index 0000000..47bc3a9 --- /dev/null +++ b/Content/Blueprints/Character/INPUT/IA_Looking.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e217b9f2b8900e8cb86ec776b777918f2f3424eefcbf6825b4f7784495b08289 +size 1514 diff --git a/Content/Blueprints/Character/INPUT/IA_Movement.uasset b/Content/Blueprints/Character/INPUT/IA_Movement.uasset new file mode 100644 index 0000000..258b774 --- /dev/null +++ b/Content/Blueprints/Character/INPUT/IA_Movement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b16c878b11d11dbd841da528a97455ad8c723ab2783d7c8f9baa1e78bc4d7e +size 1519 diff --git a/Content/Blueprints/Character/INPUT/IA_Pause.uasset b/Content/Blueprints/Character/INPUT/IA_Pause.uasset new file mode 100644 index 0000000..c0a6a5f --- /dev/null +++ b/Content/Blueprints/Character/INPUT/IA_Pause.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83519d71d5d1e9ff2d4edef9f48a6a23f27fe8f76492ddc762f4f142d34ffd5f +size 1357 diff --git a/Content/Blueprints/Character/INPUT/IA_SelectWeapon.uasset b/Content/Blueprints/Character/INPUT/IA_SelectWeapon.uasset new file mode 100644 index 0000000..ec95ea3 --- /dev/null +++ b/Content/Blueprints/Character/INPUT/IA_SelectWeapon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaae4d247ad6ec10b73a2efcbbc94716d348c8df7fb584646af81188f66c9ba +size 1539 diff --git a/Content/Blueprints/Character/INPUT/MC_MainMappingContext.uasset b/Content/Blueprints/Character/INPUT/MC_MainMappingContext.uasset new file mode 100644 index 0000000..0dc7722 --- /dev/null +++ b/Content/Blueprints/Character/INPUT/MC_MainMappingContext.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1664fddbecbc7dbb5d3feeff1b5edd9d9ebdc493ba524a6226f49a63efb09472 +size 10591 diff --git a/Content/Blueprints/Character/NewBlueprint.uasset b/Content/Blueprints/Character/NewBlueprint.uasset new file mode 100644 index 0000000..19b4efd --- /dev/null +++ b/Content/Blueprints/Character/NewBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baed1e18176cdfcea6779a8c482d8051e38224dedb8c666d493dd400adad8014 +size 21954 diff --git a/Content/Blueprints/Character/bp_Fighter_Default.uasset b/Content/Blueprints/Character/bp_Fighter_Default.uasset new file mode 100644 index 0000000..0bc83a6 --- /dev/null +++ b/Content/Blueprints/Character/bp_Fighter_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07457aae9892049074f928b545829337124a0b9e098b817892e86b6683e16e8 +size 964797 diff --git a/Content/Blueprints/Character/danmakuRibbonMaterial.uasset b/Content/Blueprints/Character/danmakuRibbonMaterial.uasset new file mode 100644 index 0000000..4671e61 --- /dev/null +++ b/Content/Blueprints/Character/danmakuRibbonMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99f9f6984052c0961912d9788ddd6fced1a9a7b459dc6e62a81b7a1c30d5c67 +size 8069 diff --git a/Content/Blueprints/Character/mat_hitbox.uasset b/Content/Blueprints/Character/mat_hitbox.uasset new file mode 100644 index 0000000..fe4d14e --- /dev/null +++ b/Content/Blueprints/Character/mat_hitbox.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd94716f9465213a7c3eba4a5e43f3646f1f1fd15133e4437adf9eeae0c670e +size 9390 diff --git a/Content/Blueprints/Character/mat_transparent.uasset b/Content/Blueprints/Character/mat_transparent.uasset new file mode 100644 index 0000000..d937d7f --- /dev/null +++ b/Content/Blueprints/Character/mat_transparent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e133ea32231b338d2fb2ed1e95aa99c44b6afe828ee050a43ba23d6a32e8b6b0 +size 8985 diff --git a/Content/Blueprints/Collectors/Card/bp_card.uasset b/Content/Blueprints/Collectors/Card/bp_card.uasset new file mode 100644 index 0000000..0b530f6 --- /dev/null +++ b/Content/Blueprints/Collectors/Card/bp_card.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119ec977807f25b975a32ad74483a4186b61c9f1c6e132da45707fe276715710 +size 24210 diff --git a/Content/Blueprints/Collectors/Card/card_b.png b/Content/Blueprints/Collectors/Card/card_b.png new file mode 100644 index 0000000..828dc08 --- /dev/null +++ b/Content/Blueprints/Collectors/Card/card_b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3844232c8d1dc2289b6d62b8134dee8e612154db43f546f4634bfdbc9f8a0022 +size 815 diff --git a/Content/Blueprints/Collectors/Card/card_b.uasset b/Content/Blueprints/Collectors/Card/card_b.uasset new file mode 100644 index 0000000..0899de2 --- /dev/null +++ b/Content/Blueprints/Collectors/Card/card_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd3b634b668a218f9cf23d30c7114f457b58b4ce88b678077a8b15245347a63 +size 7255 diff --git a/Content/Blueprints/Collectors/Card/card_f.png b/Content/Blueprints/Collectors/Card/card_f.png new file mode 100644 index 0000000..94d7a39 --- /dev/null +++ b/Content/Blueprints/Collectors/Card/card_f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cca39174ab896498c82c395a9777cc9ba952da12e9d6590682f2b13f13bcf85 +size 403 diff --git a/Content/Blueprints/Collectors/Card/card_f.uasset b/Content/Blueprints/Collectors/Card/card_f.uasset new file mode 100644 index 0000000..c8c6dbb --- /dev/null +++ b/Content/Blueprints/Collectors/Card/card_f.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e838d9c1ee94eaf1a8bc6924558c809f4b22337bf4d96a65ffb0945fcdaf7a8 +size 5754 diff --git a/Content/Blueprints/Collectors/Card/mat_spellcard.uasset b/Content/Blueprints/Collectors/Card/mat_spellcard.uasset new file mode 100644 index 0000000..a90290f --- /dev/null +++ b/Content/Blueprints/Collectors/Card/mat_spellcard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad45e26b25b05930e7f6f90c7afb5611b9e77a379714243e146b1904eb7f2f23 +size 14303 diff --git a/Content/Blueprints/Collectors/Card/mat_spellcard_Inst.uasset b/Content/Blueprints/Collectors/Card/mat_spellcard_Inst.uasset new file mode 100644 index 0000000..3fe612e --- /dev/null +++ b/Content/Blueprints/Collectors/Card/mat_spellcard_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46557378de7053dd83c6e6565a8ea75e302f22a8fbd8c8f2cf41bb334a207081 +size 9395 diff --git a/Content/Blueprints/Collectors/Card/mat_spellcard_front.uasset b/Content/Blueprints/Collectors/Card/mat_spellcard_front.uasset new file mode 100644 index 0000000..e357247 --- /dev/null +++ b/Content/Blueprints/Collectors/Card/mat_spellcard_front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02bc3e1e7bf4402256a4da4a6ef168c8402349bfd7b0daafa3ec1b1f7a5fd4cb +size 32342 diff --git a/Content/Blueprints/Collectors/Card/mat_spellcard_ui.uasset b/Content/Blueprints/Collectors/Card/mat_spellcard_ui.uasset new file mode 100644 index 0000000..00ec3c5 --- /dev/null +++ b/Content/Blueprints/Collectors/Card/mat_spellcard_ui.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f7bf36bce6629fa69e663c50ab5ce2569a7f4c9904e7d8469738486bea507e +size 18040 diff --git a/Content/Blueprints/Collectors/Card/spellcard_back.png b/Content/Blueprints/Collectors/Card/spellcard_back.png new file mode 100644 index 0000000..c00da24 --- /dev/null +++ b/Content/Blueprints/Collectors/Card/spellcard_back.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d99670789bb0e3697b699aac69114e233a5be7e7f034638d9ff265d1b528d5 +size 815 diff --git a/Content/Blueprints/Collectors/Card/spellcard_back.uasset b/Content/Blueprints/Collectors/Card/spellcard_back.uasset new file mode 100644 index 0000000..36e583e --- /dev/null +++ b/Content/Blueprints/Collectors/Card/spellcard_back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09bc2940fda8ddce25f1d79d9ec6eef2ebb99d0422ae0137e4ff3dfdd290326 +size 7075 diff --git a/Content/Blueprints/Collectors/Card/spellcard_front.png b/Content/Blueprints/Collectors/Card/spellcard_front.png new file mode 100644 index 0000000..ddba424 --- /dev/null +++ b/Content/Blueprints/Collectors/Card/spellcard_front.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2682b5f203cc41d0e8baa98edb5a98eccd7bfcb7d45273fbd6c7e5c7ceefacc7 +size 404 diff --git a/Content/Blueprints/Collectors/Card/spellcard_front.uasset b/Content/Blueprints/Collectors/Card/spellcard_front.uasset new file mode 100644 index 0000000..8ebac25 --- /dev/null +++ b/Content/Blueprints/Collectors/Card/spellcard_front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082ef39a7c3d21cbcfafe9bb130d6de3d2f950480300dc0f6ea65d1295733fd5 +size 5750 diff --git a/Content/Blueprints/Collectors/Card/tex_SphereVortex_Rainbow.png b/Content/Blueprints/Collectors/Card/tex_SphereVortex_Rainbow.png new file mode 100644 index 0000000..3956b23 --- /dev/null +++ b/Content/Blueprints/Collectors/Card/tex_SphereVortex_Rainbow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e078ceb25929e853f201731b414266afe06bcabd778564b42dd81896558fe6 +size 1099 diff --git a/Content/Blueprints/Collectors/Card/tex_SphereVortex_Rainbow.uasset b/Content/Blueprints/Collectors/Card/tex_SphereVortex_Rainbow.uasset new file mode 100644 index 0000000..c93ae2f --- /dev/null +++ b/Content/Blueprints/Collectors/Card/tex_SphereVortex_Rainbow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbae30ed5311d8dd0bbf052d81190f71d6091ce16410d08f042c275172321f7 +size 8025 diff --git a/Content/Blueprints/Collectors/Card/tex_bulletblast_blue.png b/Content/Blueprints/Collectors/Card/tex_bulletblast_blue.png new file mode 100644 index 0000000..376c492 --- /dev/null +++ b/Content/Blueprints/Collectors/Card/tex_bulletblast_blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64920540ed24bcef1593dd7c8016e47504a9c0f175665186ea157cc671c12d7e +size 1068 diff --git a/Content/Blueprints/Collectors/Card/tex_bulletblast_blue.uasset b/Content/Blueprints/Collectors/Card/tex_bulletblast_blue.uasset new file mode 100644 index 0000000..a648153 --- /dev/null +++ b/Content/Blueprints/Collectors/Card/tex_bulletblast_blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4595640dc89015938ac698dfa878901e0a267a2c24f0516c76654389c179f6df +size 8068 diff --git a/Content/Blueprints/Collectors/bp_ItemSpawner.uasset b/Content/Blueprints/Collectors/bp_ItemSpawner.uasset new file mode 100644 index 0000000..93bd376 --- /dev/null +++ b/Content/Blueprints/Collectors/bp_ItemSpawner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5d1dc0c1648d16136adce9afb90285911f9de39e98b70a151a2d4093e79ef9 +size 126092 diff --git a/Content/Blueprints/Collectors/bp_ItemSpawner_Card.uasset b/Content/Blueprints/Collectors/bp_ItemSpawner_Card.uasset new file mode 100644 index 0000000..ab8d2f1 --- /dev/null +++ b/Content/Blueprints/Collectors/bp_ItemSpawner_Card.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b275a9b5e73b0024b59fb35c3edf61ab3fe954c574185f2ab4b88623b48eca +size 83305 diff --git a/Content/Blueprints/Collectors/bp_ItemSpawner_Health.uasset b/Content/Blueprints/Collectors/bp_ItemSpawner_Health.uasset new file mode 100644 index 0000000..0db65bd --- /dev/null +++ b/Content/Blueprints/Collectors/bp_ItemSpawner_Health.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae32afc64255c8bd4795133c4322b1aadd5d09ebde679b34963a1548df8249b +size 92850 diff --git a/Content/Blueprints/Collectors/bp_healthcross.uasset b/Content/Blueprints/Collectors/bp_healthcross.uasset new file mode 100644 index 0000000..6851243 --- /dev/null +++ b/Content/Blueprints/Collectors/bp_healthcross.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d54d6b7a8023edb1f38d24f5088a7abfc64a4a3f26a160bc8907352c2f1688 +size 20430 diff --git a/Content/Blueprints/Collectors/cardSpawnerBase.uasset b/Content/Blueprints/Collectors/cardSpawnerBase.uasset new file mode 100644 index 0000000..03dcd35 --- /dev/null +++ b/Content/Blueprints/Collectors/cardSpawnerBase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b8c7be23394401d9082351f77938cc3553a8b1589dc0b31af640ff375bf851 +size 20625 diff --git a/Content/Blueprints/Collectors/health/sm_cross.uasset b/Content/Blueprints/Collectors/health/sm_cross.uasset new file mode 100644 index 0000000..b662d6f --- /dev/null +++ b/Content/Blueprints/Collectors/health/sm_cross.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10486139f0fb7f263cf55afbc89885ce1f300654225bb18f6ecd2c79102dc8d9 +size 20326 diff --git a/Content/Blueprints/Collectors/mat_healthcross_inner.uasset b/Content/Blueprints/Collectors/mat_healthcross_inner.uasset new file mode 100644 index 0000000..96e1cec --- /dev/null +++ b/Content/Blueprints/Collectors/mat_healthcross_inner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11b75bcc0c6d32e117323f4e8e6815f8216e9c72646c68e14e12815a39e2e10 +size 8398 diff --git a/Content/Blueprints/Collectors/mat_healthcross_outer.uasset b/Content/Blueprints/Collectors/mat_healthcross_outer.uasset new file mode 100644 index 0000000..325645f --- /dev/null +++ b/Content/Blueprints/Collectors/mat_healthcross_outer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4c4ddd7566327da840e4e799e0faedce5f01522f2cf1b0ce336ca475da7f6f +size 5811 diff --git a/Content/Blueprints/Collectors/mat_triggerindicator.uasset b/Content/Blueprints/Collectors/mat_triggerindicator.uasset new file mode 100644 index 0000000..72251dd --- /dev/null +++ b/Content/Blueprints/Collectors/mat_triggerindicator.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d04a78c2d7e2918534905f3f32e253792d8c4d8f9167e6954b5f958da9aa6e9 +size 8702 diff --git a/Content/Blueprints/Data/data_cards.uasset b/Content/Blueprints/Data/data_cards.uasset new file mode 100644 index 0000000..190c7d0 --- /dev/null +++ b/Content/Blueprints/Data/data_cards.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc487c8029d07eec9c71b00367a4793de1ee20606f8130a9b0136a8fce043446 +size 4061 diff --git a/Content/Blueprints/Data/data_characters.uasset b/Content/Blueprints/Data/data_characters.uasset new file mode 100644 index 0000000..7a5f841 --- /dev/null +++ b/Content/Blueprints/Data/data_characters.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ffc7fbb21ad8d293b3f9eedc5f6c114ea1ef242f8aa2f173e808288aaec8bd +size 2315 diff --git a/Content/Blueprints/Data/str_Characters.uasset b/Content/Blueprints/Data/str_Characters.uasset new file mode 100644 index 0000000..8a27dac --- /dev/null +++ b/Content/Blueprints/Data/str_Characters.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093a47cf8fbda088198cc1946f2104016612e6a2bdd726c3b981fb056004a107 +size 4041 diff --git a/Content/Blueprints/Data/str_Danmaku.uasset b/Content/Blueprints/Data/str_Danmaku.uasset new file mode 100644 index 0000000..7316d8c --- /dev/null +++ b/Content/Blueprints/Data/str_Danmaku.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda1fddb231c6a1482be5307a5bcf5f887a7896d822246abcc2abebc512f474e +size 8603 diff --git a/Content/Blueprints/Global/bp_DanmakuController.uasset b/Content/Blueprints/Global/bp_DanmakuController.uasset new file mode 100644 index 0000000..1663022 --- /dev/null +++ b/Content/Blueprints/Global/bp_DanmakuController.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157b5182402d503717f0bb3d1293effe4b0b8d293992073a02b05b97f3e75b9a +size 61191 diff --git a/Content/Blueprints/Global/bp_DanmakuGameState.uasset b/Content/Blueprints/Global/bp_DanmakuGameState.uasset new file mode 100644 index 0000000..fa3877b --- /dev/null +++ b/Content/Blueprints/Global/bp_DanmakuGameState.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85085559e5baef634d6b86f4957ceda2047551be965e515a3c9ef60c9c1b1d80 +size 19024 diff --git a/Content/Blueprints/Global/bp_DanmakuGamemode.uasset b/Content/Blueprints/Global/bp_DanmakuGamemode.uasset new file mode 100644 index 0000000..5ebaffb --- /dev/null +++ b/Content/Blueprints/Global/bp_DanmakuGamemode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8dc20685e01a820d078af52e341ccc100de7c7004f5027cf0a72bf25208b67 +size 104905 diff --git a/Content/Blueprints/Global/bp_DanmakuPlayerState.uasset b/Content/Blueprints/Global/bp_DanmakuPlayerState.uasset new file mode 100644 index 0000000..3b556ce --- /dev/null +++ b/Content/Blueprints/Global/bp_DanmakuPlayerState.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba7d6067376a12f5568e13b7bda889fbfa7ebf3f7afde90880937faf75a535a +size 16877 diff --git a/Content/Blueprints/Global/bp_Danmaku_GameInstance.uasset b/Content/Blueprints/Global/bp_Danmaku_GameInstance.uasset new file mode 100644 index 0000000..f2307ad --- /dev/null +++ b/Content/Blueprints/Global/bp_Danmaku_GameInstance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0fc263e2d25cbe74ef773452daa18da63f15f79c097ac31821375c61772ce16 +size 69231 diff --git a/Content/Blueprints/Global/bp_Danmaku_Hud.uasset b/Content/Blueprints/Global/bp_Danmaku_Hud.uasset new file mode 100644 index 0000000..e59d656 --- /dev/null +++ b/Content/Blueprints/Global/bp_Danmaku_Hud.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5af189cffa578afed2fa0b13cc4351d36f2fb115b8199663f60ffeb072be24 +size 167374 diff --git a/Content/Blueprints/SaveGame/bp_Savegame.uasset b/Content/Blueprints/SaveGame/bp_Savegame.uasset new file mode 100644 index 0000000..a7d421e --- /dev/null +++ b/Content/Blueprints/SaveGame/bp_Savegame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbfa48f3a273e1e2a502a41c459024806b1e71eedfa9b0c6051a7d66ac5d636 +size 9794 diff --git a/Content/FX/Bullets/NS_Quick.uasset b/Content/FX/Bullets/NS_Quick.uasset new file mode 100644 index 0000000..e3e2873 --- /dev/null +++ b/Content/FX/Bullets/NS_Quick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a9841a2083452674b253bcfe1072cb6d3f648571e7b919ae5041736072fdba +size 1292173 diff --git a/Content/FX/Bullets/NS_SphereShot_Blue.uasset b/Content/FX/Bullets/NS_SphereShot_Blue.uasset new file mode 100644 index 0000000..b3de30c --- /dev/null +++ b/Content/FX/Bullets/NS_SphereShot_Blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087a4ab46d1481f856a94d9d674f8fe3dfb15e744d7c2cddfa24dc6e68a53a87 +size 1283114 diff --git a/Content/FX/Bullets/NS_SphereVortex_Rainbow.uasset b/Content/FX/Bullets/NS_SphereVortex_Rainbow.uasset new file mode 100644 index 0000000..4fdd6fc --- /dev/null +++ b/Content/FX/Bullets/NS_SphereVortex_Rainbow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15c000ddae9dcd28023733d9c6bec0f20cdd8f9f79f58e83da37c003054b577 +size 1474015 diff --git a/Content/FX/Bullets/NS_SwirlSpark.uasset b/Content/FX/Bullets/NS_SwirlSpark.uasset new file mode 100644 index 0000000..d38a59e --- /dev/null +++ b/Content/FX/Bullets/NS_SwirlSpark.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f036604b2401fa8d8a2dc98d068198ec6d02dacc198a4ddd5790b9d1922b2b +size 1306135 diff --git a/Content/FX/Bullets/NS_Template.uasset b/Content/FX/Bullets/NS_Template.uasset new file mode 100644 index 0000000..c0fc2ff --- /dev/null +++ b/Content/FX/Bullets/NS_Template.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85cc630d2d3c00877268bcebbf4a50724a948b47104bef17e7149bbcd74dad14 +size 1127765 diff --git a/Content/FX/Bullets/NS_quickfire.uasset b/Content/FX/Bullets/NS_quickfire.uasset new file mode 100644 index 0000000..c73388f --- /dev/null +++ b/Content/FX/Bullets/NS_quickfire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea0586e209cdefde0b9485668972abd3ce9500459ded42d577db38959c4c688 +size 1175 diff --git a/Content/FX/Bullets/mat_ribbo_danger.uasset b/Content/FX/Bullets/mat_ribbo_danger.uasset new file mode 100644 index 0000000..bb23a38 --- /dev/null +++ b/Content/FX/Bullets/mat_ribbo_danger.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49575ceb13a3bfbf0f2fb08c40d4fc805bc161e2dcaa45a53b4c4412e657454e +size 8215 diff --git a/Content/Fun/fun_functions.uasset b/Content/Fun/fun_functions.uasset new file mode 100644 index 0000000..4411d2b --- /dev/null +++ b/Content/Fun/fun_functions.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31e1b09fdcdea053e570b6d58c2583fa27bfdc8310be5ced196b67245c41355 +size 25968 diff --git a/Content/Fun/mfun_Cartoonize.uasset b/Content/Fun/mfun_Cartoonize.uasset new file mode 100644 index 0000000..bfb5f46 --- /dev/null +++ b/Content/Fun/mfun_Cartoonize.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d8542293e116201f0a585210564e625613e83a703b5a13a838e48da90d2fac +size 11312 diff --git a/Content/Fun/mfun_noiseToNormal.uasset b/Content/Fun/mfun_noiseToNormal.uasset new file mode 100644 index 0000000..b497f22 --- /dev/null +++ b/Content/Fun/mfun_noiseToNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe69233f34315fe4c5b7e4cdd812172f80d0ee5fb7d558a3659b66c556cdd08 +size 20495 diff --git a/Content/FunctionsAndMacros/BML_PlayerController.uasset b/Content/FunctionsAndMacros/BML_PlayerController.uasset new file mode 100644 index 0000000..0dd6e0c --- /dev/null +++ b/Content/FunctionsAndMacros/BML_PlayerController.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96aef7fdf5420c28b800eeedc622a67da9839cb9d1bfcc0c72f2f27e849833da +size 36020 diff --git a/Content/Maps/Gensokyo.umap b/Content/Maps/Gensokyo.umap new file mode 100644 index 0000000..f2017a1 --- /dev/null +++ b/Content/Maps/Gensokyo.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361b58e195e0e6f6ae2d5334debc47224fd49d0e9c5d713a25b9b6c468c7fd0b +size 12194 diff --git a/Content/Maps/Gensokyo_HLODLayer_Instanced.uasset b/Content/Maps/Gensokyo_HLODLayer_Instanced.uasset new file mode 100644 index 0000000..6cdca41 --- /dev/null +++ b/Content/Maps/Gensokyo_HLODLayer_Instanced.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c10a185a109d265a80add41da354842b2a58f9c7942eccc950af17959f6129e +size 1908 diff --git a/Content/Maps/Gensokyo_HLODLayer_Merged.uasset b/Content/Maps/Gensokyo_HLODLayer_Merged.uasset new file mode 100644 index 0000000..f964e28 --- /dev/null +++ b/Content/Maps/Gensokyo_HLODLayer_Merged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6ff4e8e466790fb1db278ac4b79026e4af4f72d647876a415662c9bf3f7a94 +size 3144 diff --git a/Content/Maps/MainMap_HLOD0_Instancing.uasset b/Content/Maps/MainMap_HLOD0_Instancing.uasset new file mode 100644 index 0000000..164998f --- /dev/null +++ b/Content/Maps/MainMap_HLOD0_Instancing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f027b0f6d3001b39d1e9b23271cbb154ef12ad092386901864b3d025ac3a2dbf +size 1698 diff --git a/Content/Maps/MainMap_HLODLayer_Instanced.uasset b/Content/Maps/MainMap_HLODLayer_Instanced.uasset new file mode 100644 index 0000000..4245cfe --- /dev/null +++ b/Content/Maps/MainMap_HLODLayer_Instanced.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d991653f1a0760e12819c5042f3238beec2b5020ea6830a03a6b850bb7492555 +size 1901 diff --git a/Content/Maps/MainMap_HLODLayer_Merged.uasset b/Content/Maps/MainMap_HLODLayer_Merged.uasset new file mode 100644 index 0000000..d729157 --- /dev/null +++ b/Content/Maps/MainMap_HLODLayer_Merged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdb90071b1b9b826833433758e260810b0cb81ce4ca39bb032bacf15e624afa +size 3139 diff --git a/Content/Maps/SDM.umap b/Content/Maps/SDM.umap new file mode 100644 index 0000000..b38ed9a --- /dev/null +++ b/Content/Maps/SDM.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68dcdbae5e65fd9dad031bee8262df3529aab17b68c2d5ea8e76c2c2a03b7a49 +size 45922 diff --git a/Content/Maps/_GENERATED/space/sm_Floor_10x9.uasset b/Content/Maps/_GENERATED/space/sm_Floor_10x9.uasset new file mode 100644 index 0000000..97e8871 --- /dev/null +++ b/Content/Maps/_GENERATED/space/sm_Floor_10x9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbeaf09ea3206513761cddb744d1899a1b88b3b861b2821585fdc95ef8edd50 +size 1475 diff --git a/Content/Maps/_GENERATED/space/sm_roof_I.uasset b/Content/Maps/_GENERATED/space/sm_roof_I.uasset new file mode 100644 index 0000000..165dd72 --- /dev/null +++ b/Content/Maps/_GENERATED/space/sm_roof_I.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27aa04ec77a25396e7f75347779100e216a889330452b30206b1ccbe6e619028 +size 1443 diff --git a/Content/Maps/_GENERATED/space/sm_roof_T.uasset b/Content/Maps/_GENERATED/space/sm_roof_T.uasset new file mode 100644 index 0000000..3289cf9 --- /dev/null +++ b/Content/Maps/_GENERATED/space/sm_roof_T.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e01ea221f13c9d0235a76bc932ea66b7b30f8ed913568390728743d3feae37b +size 1443 diff --git a/Content/Maps/_GENERATED/space/sm_roof_c.uasset b/Content/Maps/_GENERATED/space/sm_roof_c.uasset new file mode 100644 index 0000000..96b1ff4 --- /dev/null +++ b/Content/Maps/_GENERATED/space/sm_roof_c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3a4200e221381293a46df7c24d3562dcf07ae4ae8e2baacb76acc1cb4b4dbd +size 1443 diff --git a/Content/Maps/_GENERATED/space/sm_roofnorm.uasset b/Content/Maps/_GENERATED/space/sm_roofnorm.uasset new file mode 100644 index 0000000..171f1f9 --- /dev/null +++ b/Content/Maps/_GENERATED/space/sm_roofnorm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7a36e87d576711f81eacb653792ee34a38f96a97bac245e7eaea1e526c90b0 +size 1493 diff --git a/Content/Maps/_GENERATED/space/sm_wall_10x7.uasset b/Content/Maps/_GENERATED/space/sm_wall_10x7.uasset new file mode 100644 index 0000000..03b325b --- /dev/null +++ b/Content/Maps/_GENERATED/space/sm_wall_10x7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c4b4c0f73262a1264edf01793650c856f86111fc28771191f72c6afb8d6954 +size 1467 diff --git a/Content/Maps/debugMap.umap b/Content/Maps/debugMap.umap new file mode 100644 index 0000000..d58e664 --- /dev/null +++ b/Content/Maps/debugMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ea4862c08bcd74d342f8a64a2fc616a9cf31bed0f7850ec3923ffb612e8eae +size 62677 diff --git a/Content/Maps/mainMenu.umap b/Content/Maps/mainMenu.umap new file mode 100644 index 0000000..cc2a9f2 --- /dev/null +++ b/Content/Maps/mainMenu.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9840c23ce13816b9c255fed44e40e6d8106a4e996de31268288bc6f461bae8 +size 44665 diff --git a/Content/UI/AncientModernTales.ttf b/Content/UI/AncientModernTales.ttf new file mode 100644 index 0000000..dbb358e --- /dev/null +++ b/Content/UI/AncientModernTales.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66398cb060c5c21cc6fe7503c14628ba3088556e50ea871d2530fe9a5d3c4486 +size 31228 diff --git a/Content/UI/CardUI/wb_cardUI.uasset b/Content/UI/CardUI/wb_cardUI.uasset new file mode 100644 index 0000000..b968298 --- /dev/null +++ b/Content/UI/CardUI/wb_cardUI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e014b75397a899807e549907dbba652bf3995d5af6454a2fbf7200dcebab6d34 +size 23758 diff --git a/Content/UI/CardUI/wbp_card.uasset b/Content/UI/CardUI/wbp_card.uasset new file mode 100644 index 0000000..7c264f2 --- /dev/null +++ b/Content/UI/CardUI/wbp_card.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b70a38eb29d585496a3ae2197859587f575b606049de0f3860c3092168f961c +size 85134 diff --git a/Content/UI/Crosshair/wb_crosshair.uasset b/Content/UI/Crosshair/wb_crosshair.uasset new file mode 100644 index 0000000..8afd020 --- /dev/null +++ b/Content/UI/Crosshair/wb_crosshair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd99d76a1c7d4f6a11d49aae35410ddca04fee91971d7902e582e34c3ea750b +size 42553 diff --git a/Content/UI/Crosshair/yingyang_crosshair.png b/Content/UI/Crosshair/yingyang_crosshair.png new file mode 100644 index 0000000..fc8f267 --- /dev/null +++ b/Content/UI/Crosshair/yingyang_crosshair.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe6e092b781b025392efda5a620dc5bc2fec0672d4e7da057d6cdfc268f51b2 +size 307 diff --git a/Content/UI/Crosshair/yingyang_crosshair.uasset b/Content/UI/Crosshair/yingyang_crosshair.uasset new file mode 100644 index 0000000..bbaf3c9 --- /dev/null +++ b/Content/UI/Crosshair/yingyang_crosshair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d445ab045693a30471b2b436d7e40662d8a525770dfe8dc949921cb46148e3 +size 5163 diff --git a/Content/UI/Global/AncientModernTales.uasset b/Content/UI/Global/AncientModernTales.uasset new file mode 100644 index 0000000..deedd6a --- /dev/null +++ b/Content/UI/Global/AncientModernTales.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f178ee5c61c68d307962b5926b40103b37d4b02a851ea7d1763a831010714fa8 +size 32830 diff --git a/Content/UI/Global/AncientModernTales_Font.uasset b/Content/UI/Global/AncientModernTales_Font.uasset new file mode 100644 index 0000000..36b181e --- /dev/null +++ b/Content/UI/Global/AncientModernTales_Font.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eba2df9da10f3e3b5d2737ae0582c2bba9b0acc1f78e154b2bc28e94fcc2ad2 +size 7227 diff --git a/Content/UI/Global/wb_Base_Button.uasset b/Content/UI/Global/wb_Base_Button.uasset new file mode 100644 index 0000000..ad61021 --- /dev/null +++ b/Content/UI/Global/wb_Base_Button.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb5dfbd64e44c8721a785c123d76cce360356a3aac62e2241a41b45ecf8aff5 +size 32984 diff --git a/Content/UI/Global/wb_Base_Progress.uasset b/Content/UI/Global/wb_Base_Progress.uasset new file mode 100644 index 0000000..131288f --- /dev/null +++ b/Content/UI/Global/wb_Base_Progress.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c8144154c60b91d522dcb89a6402c8b1ae74fb895494dd1cb0c921f9c58d16 +size 50956 diff --git a/Content/UI/Health/t_progress_bar.png b/Content/UI/Health/t_progress_bar.png new file mode 100644 index 0000000..fbf1888 --- /dev/null +++ b/Content/UI/Health/t_progress_bar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15190cec788d66cab95c04e0982b1d7a0ce55f4bfa64f21bbba379b8f9d5005 +size 903 diff --git a/Content/UI/Health/t_progress_bar.uasset b/Content/UI/Health/t_progress_bar.uasset new file mode 100644 index 0000000..68283b2 --- /dev/null +++ b/Content/UI/Health/t_progress_bar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05dd4eb3b05b155a0bffd82bc539d9d258f8a05af3ddb783e7d5bc3ac0e40a0 +size 6229 diff --git a/Content/UI/Health/t_progress_bar_filled.png b/Content/UI/Health/t_progress_bar_filled.png new file mode 100644 index 0000000..b5d2b41 --- /dev/null +++ b/Content/UI/Health/t_progress_bar_filled.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79093c32b73b34f98053d0fd6dded4c07fc722a90ddd9568a69b4d4b62d1c870 +size 903 diff --git a/Content/UI/Health/t_progress_bar_filled.uasset b/Content/UI/Health/t_progress_bar_filled.uasset new file mode 100644 index 0000000..9fb46cc --- /dev/null +++ b/Content/UI/Health/t_progress_bar_filled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb127b47f1e601f8203ec06813d8be0bdea096744f40413b67119264d0d7048 +size 6431 diff --git a/Content/UI/Health/wb_health_and_mana.uasset b/Content/UI/Health/wb_health_and_mana.uasset new file mode 100644 index 0000000..0e2ef82 --- /dev/null +++ b/Content/UI/Health/wb_health_and_mana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9c2d951e56592b9a070e527faa2a514fcc7294cb58f076a88cece2d3765826 +size 63377 diff --git a/Content/UI/MainMenu/wb_MainMenu.uasset b/Content/UI/MainMenu/wb_MainMenu.uasset new file mode 100644 index 0000000..dad2d2b --- /dev/null +++ b/Content/UI/MainMenu/wb_MainMenu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca96950a7e86950d6ae673222242986844e9ca7702a3f51ad3d9a92708b0897 +size 119886 diff --git a/Content/UI/PauseMenu/wb_PauseMenu.uasset b/Content/UI/PauseMenu/wb_PauseMenu.uasset new file mode 100644 index 0000000..1027294 --- /dev/null +++ b/Content/UI/PauseMenu/wb_PauseMenu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b182dd16b89950bfffe62880892da35d108b17a5da97bc59026940ac25f6b13 +size 32134 diff --git a/Content/UI/RespawnCounter/bp_respawnNoise.uasset b/Content/UI/RespawnCounter/bp_respawnNoise.uasset new file mode 100644 index 0000000..9714b07 --- /dev/null +++ b/Content/UI/RespawnCounter/bp_respawnNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce838bc13906ad90e13bfbe89083cffbe33bb14a64fcc02dcf761599b861836 +size 26786 diff --git a/Content/UI/RespawnCounter/wb_respawnCounter.uasset b/Content/UI/RespawnCounter/wb_respawnCounter.uasset new file mode 100644 index 0000000..1d7b58d --- /dev/null +++ b/Content/UI/RespawnCounter/wb_respawnCounter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87acb16f7f9b7ff66bae1953e1b7ad74e9594347021cb5b809d2782a0df5b896 +size 64834 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/16/TMJS2F7BOO73Z65Q64O85H.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/16/TMJS2F7BOO73Z65Q64O85H.uasset new file mode 100644 index 0000000..467fecf --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/16/TMJS2F7BOO73Z65Q64O85H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbcd564ba05baf599563648ae36b0cfd59ca11a9e4edeb3237f02c19eca8dfc +size 2094973 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/2L/MNTQGJUKB4Q9X1W9MQW44W.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/2L/MNTQGJUKB4Q9X1W9MQW44W.uasset new file mode 100644 index 0000000..ab43781 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/2L/MNTQGJUKB4Q9X1W9MQW44W.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3def19ccd4557b2a237405eee657a5aaf5ed7a956c2276ef907971580bc0c0 +size 6779 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/4M/D1Y4DDDX6U57GF3BVEXWZG.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/4M/D1Y4DDDX6U57GF3BVEXWZG.uasset new file mode 100644 index 0000000..b01e0d1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/4M/D1Y4DDDX6U57GF3BVEXWZG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc059d69df28b34b3cc1e1e3beb903cdfd81cf68d5f97addbba833a7f4ee2eb +size 1407764 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/56/SZ4USLYI5KK05VKH2MLDR0.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/56/SZ4USLYI5KK05VKH2MLDR0.uasset new file mode 100644 index 0000000..25624f6 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/56/SZ4USLYI5KK05VKH2MLDR0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d1f3578835671a8fa47fa35135f7d50e6144249e364bd61ec05eed93195596 +size 136443 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/77/3HVMMRNY7X4WRVVECHAVAZ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/77/3HVMMRNY7X4WRVVECHAVAZ.uasset new file mode 100644 index 0000000..e2ec22a --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/77/3HVMMRNY7X4WRVVECHAVAZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0b48a865e7e507a75eb99e5ca52c2c7ff4e2e9d30363a6cb098204e9e48282 +size 4765 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/8B/JYLTXSV8VMGQ1CFBKWL3SE.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/8B/JYLTXSV8VMGQ1CFBKWL3SE.uasset new file mode 100644 index 0000000..4a70ed0 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/8B/JYLTXSV8VMGQ1CFBKWL3SE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bf513bc1a96bbde8f999fb3fef7e8f2cf30f565bcf3554ae34dcec36afa51b +size 4929 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/A0/XZ14ODILYKGCFGWND5DZKE.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/A0/XZ14ODILYKGCFGWND5DZKE.uasset new file mode 100644 index 0000000..eb7b3f6 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/A0/XZ14ODILYKGCFGWND5DZKE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de41c77db12d3b89f37f723a55787d6157cbbd51f612b7f1bd68fe8800ff00d5 +size 99939 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/AC/WRH5GJ1GK2VPHYH1GYWZ2O.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/AC/WRH5GJ1GK2VPHYH1GYWZ2O.uasset new file mode 100644 index 0000000..5b4b77b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/AC/WRH5GJ1GK2VPHYH1GYWZ2O.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b972ea37953cf27f401a3c1e957edbcd349821961b8c3fcd83aa637851225cf +size 4333 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/AZ/WEUOU1EEGABSR2GFOG5JT6.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/AZ/WEUOU1EEGABSR2GFOG5JT6.uasset new file mode 100644 index 0000000..52958bb --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/AZ/WEUOU1EEGABSR2GFOG5JT6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f2cdaacfa132dfddf59d11abc5665203fd7b77570f06ccfd005ab1dc83cfe5 +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/BI/96NG1WOMUR8XUKYAZVPUFO.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/BI/96NG1WOMUR8XUKYAZVPUFO.uasset new file mode 100644 index 0000000..1ccb02b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/BI/96NG1WOMUR8XUKYAZVPUFO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b204ee0d9472cbb1169f7a1018cf730606ed38309fec23edf676807b88a0f2c +size 1914619 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/HC/9OBI4G1MA5XCTH18235C5N.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/HC/9OBI4G1MA5XCTH18235C5N.uasset new file mode 100644 index 0000000..f4738c9 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/HC/9OBI4G1MA5XCTH18235C5N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5a6a1f6cfe84ea6ae5d0a089db458720ebefc6b03306c6b3d5782d7525df14 +size 7622 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/HV/26E2C0EK0D7L1OUOWUJAVA.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/HV/26E2C0EK0D7L1OUOWUJAVA.uasset new file mode 100644 index 0000000..b17f479 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/HV/26E2C0EK0D7L1OUOWUJAVA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2292bd809bfdacb19e3c6f55cd72d3617c29460cc779d6793871e59926cab19 +size 1835618 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/HW/NJF5D2UD9YCZ0FWDXII6DW.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/HW/NJF5D2UD9YCZ0FWDXII6DW.uasset new file mode 100644 index 0000000..76ccd24 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/HW/NJF5D2UD9YCZ0FWDXII6DW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd8216496583dcbd78f91049f6719043516567762b08b5adfb3acbe2487f9e8 +size 4430 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/I1/QSWOY6Q2MKSN13VOA22YRW.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/I1/QSWOY6Q2MKSN13VOA22YRW.uasset new file mode 100644 index 0000000..382a4d1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/I1/QSWOY6Q2MKSN13VOA22YRW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed15a376b0185ce705845bfdd3dcb391a00ef32d75255a378b032adfb8d8f295 +size 2028577 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/IB/C46ZNDRNME7QD5ZX9MZ5XE.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/IB/C46ZNDRNME7QD5ZX9MZ5XE.uasset new file mode 100644 index 0000000..e87b950 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/IB/C46ZNDRNME7QD5ZX9MZ5XE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df58700234fa2be72949056b3e94d9946e58c7b214d5faa86ce1d4ffe5385f9e +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/J8/2M3UW77A8MZQSD0UL1K42C.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/J8/2M3UW77A8MZQSD0UL1K42C.uasset new file mode 100644 index 0000000..5474775 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/J8/2M3UW77A8MZQSD0UL1K42C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e747045d2619c9c2da01679779df640634b2ac092650109147aa4b5242114a90 +size 19366978 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/KL/V8QLUIPCTLRJANDSX2ZBA4.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/KL/V8QLUIPCTLRJANDSX2ZBA4.uasset new file mode 100644 index 0000000..854e7cd --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/KL/V8QLUIPCTLRJANDSX2ZBA4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ef0cca13f6791b4de9bc8d7d8226fa92a923654ac5f2917b32691ff4c7f221 +size 2096553 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/P3/503MBATH0P1JW91QQ4RNDP.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/P3/503MBATH0P1JW91QQ4RNDP.uasset new file mode 100644 index 0000000..39e4e84 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/P3/503MBATH0P1JW91QQ4RNDP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b29af9365f45cff7e6f25f56909df281cba2ea08d9c09cc80991e8b57989dd +size 1275598 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/QP/446FCBYQTJBWQPK4N7NHC7.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/QP/446FCBYQTJBWQPK4N7NHC7.uasset new file mode 100644 index 0000000..f2481f2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/QP/446FCBYQTJBWQPK4N7NHC7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cde756e525456932f8cad18ccb43f7d49aed2ecf16f8d43617f9e7857493df7 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/S5/Z39CNWHOH6LHN8492RKEHR.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/S5/Z39CNWHOH6LHN8492RKEHR.uasset new file mode 100644 index 0000000..241a68c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/S5/Z39CNWHOH6LHN8492RKEHR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777badd0092d4bbc21e1f6ef500e63ddb200dcd13e88b4bc4c055be5b9dcfc2b +size 2115592 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/SZ/I8Q2B8CO4ITEJTCBWYDEXT.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/SZ/I8Q2B8CO4ITEJTCBWYDEXT.uasset new file mode 100644 index 0000000..ab93044 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/SZ/I8Q2B8CO4ITEJTCBWYDEXT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333bdb37d68d94fed3e6082a3fcb54f29fa175200e1f72eeb3af695dd9c36ab2 +size 1995736 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/T1/46T96ZALABCQ7DLN375GF1.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/T1/46T96ZALABCQ7DLN375GF1.uasset new file mode 100644 index 0000000..01bfca9 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/T1/46T96ZALABCQ7DLN375GF1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2025118f9b177b97ffbbb08744f0e7a1e4fc0ed236130b03795bd788aee34644 +size 1291729 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/VT/CZ0NCPDJY2FC235CVM9UEW.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/VT/CZ0NCPDJY2FC235CVM9UEW.uasset new file mode 100644 index 0000000..edc0ba5 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/VT/CZ0NCPDJY2FC235CVM9UEW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559ea450cd9e46332d601cc4beeeda13130367cade211817920dc816c20c9478 +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/WG/JFOZVF776KZTRIVDQH45UD.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/WG/JFOZVF776KZTRIVDQH45UD.uasset new file mode 100644 index 0000000..00617d4 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/WG/JFOZVF776KZTRIVDQH45UD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b900cd3e02b24b1fdfcc61c5b333260311493bcab63b9905ec756e80325f78 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/XJ/P0XOBQWT7RWBLWW8X02WBT.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/XJ/P0XOBQWT7RWBLWW8X02WBT.uasset new file mode 100644 index 0000000..1c21135 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/XJ/P0XOBQWT7RWBLWW8X02WBT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5454164a2b5ebebd63ef71a234f743602e2f7dae3d22c21e69e59582108342a6 +size 1877098 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/0/Z8/FWDN5UFJK9WPIMTZU6K3YN.uasset b/Content/__ExternalActors__/Maps/Gensokyo/0/Z8/FWDN5UFJK9WPIMTZU6K3YN.uasset new file mode 100644 index 0000000..b099edc --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/0/Z8/FWDN5UFJK9WPIMTZU6K3YN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cab0b621ecb516a5b3c99482622b471ac7f01da00d2f88ec1f3c38c6b351c98 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/18/C1KED6YYQDJOZ5JH25LOVU.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/18/C1KED6YYQDJOZ5JH25LOVU.uasset new file mode 100644 index 0000000..9471b60 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/18/C1KED6YYQDJOZ5JH25LOVU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddc7e0c6b1d6f1fdd12eb589c8ac0ee74d9f5279f080c05a0b9a0fb2ae76bc5 +size 24250156 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/1V/VPQ5028MSERY1DUVPCJS5J.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/1V/VPQ5028MSERY1DUVPCJS5J.uasset new file mode 100644 index 0000000..036df17 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/1V/VPQ5028MSERY1DUVPCJS5J.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa1f0579119bf98c81d33b7066c1f843acf139455e68ff1bcca3c8fc0719d52 +size 2070579 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/2C/JAIEB768F8Q4DTGA7MB8MR.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/2C/JAIEB768F8Q4DTGA7MB8MR.uasset new file mode 100644 index 0000000..4f28c36 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/2C/JAIEB768F8Q4DTGA7MB8MR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e8deca338f553be14ffff669984e2af36b90a15182c7270fd2a4969fa9d9a5 +size 2055237 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/4B/RUP2QHPFL812N10NGIRXNB.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/4B/RUP2QHPFL812N10NGIRXNB.uasset new file mode 100644 index 0000000..270c2a2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/4B/RUP2QHPFL812N10NGIRXNB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f79782d75ba658852f423d44f950052e513c48e0e5c3ef33830b683b15a5915 +size 51899 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/64/E0TEOBFR7CH52TC4LFXI0B.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/64/E0TEOBFR7CH52TC4LFXI0B.uasset new file mode 100644 index 0000000..f14cad7 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/64/E0TEOBFR7CH52TC4LFXI0B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1184dca9a96b6a98bf3137c1882cad24c5d8fd83e3b5781ab95f207ada5590ae +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/92/7TEJGCZOLVBLQP0FIGRA8O.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/92/7TEJGCZOLVBLQP0FIGRA8O.uasset new file mode 100644 index 0000000..58743ef --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/92/7TEJGCZOLVBLQP0FIGRA8O.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940f7c81428546c04908b04965117388a93690937932f97c736cb85a1ba23421 +size 2056058 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/9X/65WZARUZ485GOEFZ9QBSYL.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/9X/65WZARUZ485GOEFZ9QBSYL.uasset new file mode 100644 index 0000000..367994f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/9X/65WZARUZ485GOEFZ9QBSYL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f095522bb688753f98d8976cdc94e7833ff7016b18ab6849da9c80690bb1f61 +size 18860068 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/EP/FCLCMF0VJ03V1KETRYXKQ4.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/EP/FCLCMF0VJ03V1KETRYXKQ4.uasset new file mode 100644 index 0000000..e092184 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/EP/FCLCMF0VJ03V1KETRYXKQ4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154042b813f780cfc5bf61882c7f202c49b1c4e3b3b167db7e6038436af958d6 +size 1258225 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/HX/67CVZ4HPRIQIELC6YVMV4L.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/HX/67CVZ4HPRIQIELC6YVMV4L.uasset new file mode 100644 index 0000000..8c4f6c5 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/HX/67CVZ4HPRIQIELC6YVMV4L.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fcd8cf76491d53d5d08dbc65da435f5eaebebe301e00ea3796fd2ca2225cb2 +size 2174107 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/I4/H9YHBAKJ1KBA6TZ37GMF7X.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/I4/H9YHBAKJ1KBA6TZ37GMF7X.uasset new file mode 100644 index 0000000..30a4bf0 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/I4/H9YHBAKJ1KBA6TZ37GMF7X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d65374c17df09624330de9aa9649338eb7d908c31592dfb48fa3c6ef60e203 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/JL/3OPIJNC5S36NINB48YZZWI.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/JL/3OPIJNC5S36NINB48YZZWI.uasset new file mode 100644 index 0000000..96e2865 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/JL/3OPIJNC5S36NINB48YZZWI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7452b9ecacf519f2d57dfdf6c1dd77420d7664497edbbdbabd0c4e5ca489c9a +size 33291489 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/L4/CYPMUPN4IVYOTIZJM7I8BO.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/L4/CYPMUPN4IVYOTIZJM7I8BO.uasset new file mode 100644 index 0000000..24a9cf2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/L4/CYPMUPN4IVYOTIZJM7I8BO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25939a54d4da35c675938dc18a58c255b171956acf4f1ae168cb01d0ff833cfe +size 25665498 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/MR/ONK69OICN5KAXF3OZNTPVZ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/MR/ONK69OICN5KAXF3OZNTPVZ.uasset new file mode 100644 index 0000000..3d06b89 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/MR/ONK69OICN5KAXF3OZNTPVZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3042fcf4e43f0eb6ce0a69cfde3c244d11236986af970a25979ac383cd9c823b +size 1896649 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/PX/7N6NGJD6GEWKLB2LF11FCO.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/PX/7N6NGJD6GEWKLB2LF11FCO.uasset new file mode 100644 index 0000000..2595c8d --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/PX/7N6NGJD6GEWKLB2LF11FCO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291b524d2a21cd468f763c80c2c2161a0c6585eb084426e392ff65ae7e132a97 +size 2096020 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/T0/HFJ8B23DDWX96RZJVWOAJG.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/T0/HFJ8B23DDWX96RZJVWOAJG.uasset new file mode 100644 index 0000000..87cc4ea --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/T0/HFJ8B23DDWX96RZJVWOAJG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb39c72811a6df56433b56ff9e9ce81013b9d221ccd4f5b5d61134b91d849ca +size 4765 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/T1/GLHS0V125D0ES6V817CLBM.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/T1/GLHS0V125D0ES6V817CLBM.uasset new file mode 100644 index 0000000..970191b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/T1/GLHS0V125D0ES6V817CLBM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd364d5e361d263aa2177448a5e05bfab80db782b9aadc6cae1ac6c5a8b7528 +size 26984962 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/TI/M4IFU9CYEQ438C3F9UXMF2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/TI/M4IFU9CYEQ438C3F9UXMF2.uasset new file mode 100644 index 0000000..c27db0b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/TI/M4IFU9CYEQ438C3F9UXMF2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb68dd1dea0e01d758a97ae46381d1bb9d3b6c8e0c64431e01aaf6d4d45e0779 +size 85253559 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/YA/OCDH5OG3IQHAAB9BDGWLW2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/YA/OCDH5OG3IQHAAB9BDGWLW2.uasset new file mode 100644 index 0000000..bbc8a60 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/YA/OCDH5OG3IQHAAB9BDGWLW2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703c16e1e307b277140e3a64e65677fe3a60d636d5ce4889c71222354ecf8bf4 +size 82171655 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/1/ZD/IPAE4ZKSRA1SAZYPH4VBY8.uasset b/Content/__ExternalActors__/Maps/Gensokyo/1/ZD/IPAE4ZKSRA1SAZYPH4VBY8.uasset new file mode 100644 index 0000000..5d6c122 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/1/ZD/IPAE4ZKSRA1SAZYPH4VBY8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c2f9aa2eb94f2e83e0eb072f404d60ecef78253a55a335e07aaeda3ff22912 +size 4765 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/26/JMTK52G4F9KMDMCGJTYHPS.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/26/JMTK52G4F9KMDMCGJTYHPS.uasset new file mode 100644 index 0000000..c2bbf5f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/26/JMTK52G4F9KMDMCGJTYHPS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a0baeeef70627a1b44cc70f16176375575326a5041065147f49a8e2c0cf622 +size 4929 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/32/SPLQKAAJW47X5L3L7OAX2J.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/32/SPLQKAAJW47X5L3L7OAX2J.uasset new file mode 100644 index 0000000..26aeb83 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/32/SPLQKAAJW47X5L3L7OAX2J.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b4e02dfcf8e7148f0d5f5a54bc88e0be647bb2351fc0cecfcde1677efa7424 +size 2315911 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/5R/6OONI2O4PXF1BHRXRIUJX0.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/5R/6OONI2O4PXF1BHRXRIUJX0.uasset new file mode 100644 index 0000000..7995546 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/5R/6OONI2O4PXF1BHRXRIUJX0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7d00d6f59c30ae16b7e48f358b8bbfbfcf2eafeddc099bb1ad1561594f1f67 +size 2130756 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/5Z/VBTQUKBG46WOVX61XCOJ1M.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/5Z/VBTQUKBG46WOVX61XCOJ1M.uasset new file mode 100644 index 0000000..f68b760 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/5Z/VBTQUKBG46WOVX61XCOJ1M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17e395072a9663811c8fe6e2fe70b6cc78dde46203f135b89cf0cec56f95880 +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/6L/NZ9L7H7YI7PBOVOCPKI7QB.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/6L/NZ9L7H7YI7PBOVOCPKI7QB.uasset new file mode 100644 index 0000000..5c1d670 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/6L/NZ9L7H7YI7PBOVOCPKI7QB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377148660e782fd353f9733854929d0699c8f958ddb5b860f7f1906fdaadc44f +size 1659305 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/86/U416OPKYO6ZKW5K6CI677S.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/86/U416OPKYO6ZKW5K6CI677S.uasset new file mode 100644 index 0000000..f0fc199 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/86/U416OPKYO6ZKW5K6CI677S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3ec2d702c19866c062805cee7b896129f5a48fdb293b967648268e278a7479 +size 129267 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/8S/SWVSV38KMJLK8VKDGC4D43.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/8S/SWVSV38KMJLK8VKDGC4D43.uasset new file mode 100644 index 0000000..fffa655 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/8S/SWVSV38KMJLK8VKDGC4D43.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad67b4500d793c668ce4ef3669f5e5404a390e488db86cc90314000b26bbe575 +size 25751934 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/D2/DBW0ASNX3SN1FK1I1QVUPH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/D2/DBW0ASNX3SN1FK1I1QVUPH.uasset new file mode 100644 index 0000000..563b1d8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/D2/DBW0ASNX3SN1FK1I1QVUPH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8b63da6e0446b8b1833d281b9b6d71a0e2e1f6c2f3c15d6b43f9d72ef3d32f +size 24352130 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/EF/XPN1ELBVNA1NT81U3VDPQU.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/EF/XPN1ELBVNA1NT81U3VDPQU.uasset new file mode 100644 index 0000000..ffcf085 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/EF/XPN1ELBVNA1NT81U3VDPQU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feeeb04d61bd253a7ba259b3ecee23cf7a751a7d6b3773cf05fb4b6fab1bcdea +size 4134 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/FV/7RS9ITFI0W7T6SCWUGY307.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/FV/7RS9ITFI0W7T6SCWUGY307.uasset new file mode 100644 index 0000000..cfca58b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/FV/7RS9ITFI0W7T6SCWUGY307.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea773d1179efa5f8e8bf7789b9e9beb66d95d00b928de4108ce17166b93a8da0 +size 4751 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/HS/I0OXOBW9PWIT9G12ZE8BSX.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/HS/I0OXOBW9PWIT9G12ZE8BSX.uasset new file mode 100644 index 0000000..098bae7 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/HS/I0OXOBW9PWIT9G12ZE8BSX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8215e2393af8ab41924c67ab01e71047d2d81b8fb905f9e71fcc1a1d5ef978ca +size 137067 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/HZ/1O2LF7KR895ZQ4NT87H1NC.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/HZ/1O2LF7KR895ZQ4NT87H1NC.uasset new file mode 100644 index 0000000..498773f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/HZ/1O2LF7KR895ZQ4NT87H1NC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f254ec58fe1db5259fd3802600022b437a4fecb935840ab6f463c90f5c018e +size 24945007 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/IQ/YFNX6Z26J7YG58CSSOSZYJ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/IQ/YFNX6Z26J7YG58CSSOSZYJ.uasset new file mode 100644 index 0000000..6b83269 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/IQ/YFNX6Z26J7YG58CSSOSZYJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0274904c31d3825239f90598da40178c831756ef0240bec16dff89acd6f08185 +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/IX/UWJWCAD9K9ZYIEH5RCYHK1.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/IX/UWJWCAD9K9ZYIEH5RCYHK1.uasset new file mode 100644 index 0000000..ea5be9c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/IX/UWJWCAD9K9ZYIEH5RCYHK1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e642f775c33feda09f5a47d7a528a1d7ee0703614e5133b8b0195926c51a868 +size 21354729 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/J3/OST7CO77EWNIXEE2GBGIXI.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/J3/OST7CO77EWNIXEE2GBGIXI.uasset new file mode 100644 index 0000000..4a06c45 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/J3/OST7CO77EWNIXEE2GBGIXI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0fabc720a4f8895cb937859ffede0854f1abd97a6698e133a9017f0479a959e +size 16790982 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/KP/SR0YC1PLTTEG2U7TS3GGGH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/KP/SR0YC1PLTTEG2U7TS3GGGH.uasset new file mode 100644 index 0000000..0913f76 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/KP/SR0YC1PLTTEG2U7TS3GGGH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8529ddb9df82593554b88351ad3f3dbb16b16d6f8e53883284bd938d3cbee6d9 +size 27117251 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/MH/N2N87VIHZX2A8BLXIP06AO.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/MH/N2N87VIHZX2A8BLXIP06AO.uasset new file mode 100644 index 0000000..9ee1d2c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/MH/N2N87VIHZX2A8BLXIP06AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e9cec53ed3eed4878886f169585a2a60d8fa5f406ed8eeab9fd2d4331d772d +size 1723621 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/PR/XGLMN6NRPQJP14GIMAM7KQ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/PR/XGLMN6NRPQJP14GIMAM7KQ.uasset new file mode 100644 index 0000000..b7f0376 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/PR/XGLMN6NRPQJP14GIMAM7KQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2592ca5e6d26f53f30b5b7f1aa416d3284d9489a3860b19ec3ef3f364b67e45 +size 1966678 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/PT/65GQRGT8B902DYY4LURKV9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/PT/65GQRGT8B902DYY4LURKV9.uasset new file mode 100644 index 0000000..5c2fe84 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/PT/65GQRGT8B902DYY4LURKV9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c383ec9c4776348f386adaae22a9c2c087de38d71cc22dada871b86a14d5299 +size 2182521 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/Q1/TR8A9F7TEA05XKQ0ZC7L1V.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/Q1/TR8A9F7TEA05XKQ0ZC7L1V.uasset new file mode 100644 index 0000000..7bf3686 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/Q1/TR8A9F7TEA05XKQ0ZC7L1V.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e4a9ae0da051b8652a19bb9a8bbb6226aff6ee370e84a3151f8a46f7171b42 +size 2124946 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/QE/32DURX0ISGBO7T9NTMGJ1P.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/QE/32DURX0ISGBO7T9NTMGJ1P.uasset new file mode 100644 index 0000000..3c9f263 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/QE/32DURX0ISGBO7T9NTMGJ1P.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e989d505c27e07329ba46f9f4fdf162de3cdaf60bc55f2007be67c8c34f941d7 +size 22209134 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/QJ/LECN1JN1UGT70U06NOQ6IV.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/QJ/LECN1JN1UGT70U06NOQ6IV.uasset new file mode 100644 index 0000000..9d606ea --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/QJ/LECN1JN1UGT70U06NOQ6IV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471116da4613b2185d577f4f4f32c8e76e7062239c233ba4d0ebff24e8b1880b +size 17521018 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/R5/Y01M62A41ICYV49T7UUFJM.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/R5/Y01M62A41ICYV49T7UUFJM.uasset new file mode 100644 index 0000000..8d54dc4 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/R5/Y01M62A41ICYV49T7UUFJM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9790fced7f923486d7c53e8120eb3dac37bb66588acd8298fe0fd388c8fc7f74 +size 19618892 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/TR/HPV3C7TKLWH11IFH53TZHS.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/TR/HPV3C7TKLWH11IFH53TZHS.uasset new file mode 100644 index 0000000..c91c31f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/TR/HPV3C7TKLWH11IFH53TZHS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbac7cac78290b94cb949505272e546011ff7ae13b0da10494c16d52cbfec02 +size 1888858 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/TT/TT0SK3SIYZ0PK7H9YOY2DJ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/TT/TT0SK3SIYZ0PK7H9YOY2DJ.uasset new file mode 100644 index 0000000..61d7b46 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/TT/TT0SK3SIYZ0PK7H9YOY2DJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fe875715d6288a00156842641d05d8b2f3046c8da5445b005ef487f3b45f58 +size 17336512 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/TY/XCOHNY4ISRPAEWP6IHLD1F.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/TY/XCOHNY4ISRPAEWP6IHLD1F.uasset new file mode 100644 index 0000000..461fb70 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/TY/XCOHNY4ISRPAEWP6IHLD1F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e26b25c93754387b9ff036940a6c40fe2a0c84dbc27c9ac072d40211ef83609 +size 1793342 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/UP/CZ37JBJKW5C5SH4NBCWTG8.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/UP/CZ37JBJKW5C5SH4NBCWTG8.uasset new file mode 100644 index 0000000..5630d31 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/UP/CZ37JBJKW5C5SH4NBCWTG8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138e90caaac86de52184c5ebda1371553159e511f86876e99c4d14542c88d8e8 +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/VF/Y0K89KDO507TO48TGY57UN.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/VF/Y0K89KDO507TO48TGY57UN.uasset new file mode 100644 index 0000000..b45c864 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/VF/Y0K89KDO507TO48TGY57UN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6224cf678d2ca4054a02e4ab9fbe740a7f6d95266973cccbc016af281170de5a +size 4925 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/WU/O85JKT4COA34C3LB0MV1P2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/WU/O85JKT4COA34C3LB0MV1P2.uasset new file mode 100644 index 0000000..42d622e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/WU/O85JKT4COA34C3LB0MV1P2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9e5ba7700bf108f2e6fb9461b7d07a9a4d2fa758f94369ce33f8fe813727dc +size 17236035 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/XD/L55HW4KOUTB3VZG1P9S6MU.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/XD/L55HW4KOUTB3VZG1P9S6MU.uasset new file mode 100644 index 0000000..c56d397 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/XD/L55HW4KOUTB3VZG1P9S6MU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc85372e623aaf7a41b1df0ed2060976471bc9c0b5bbb4657e206e1004c558af +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/YA/IW9KHYPERMN31D0Q5UF1IR.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/YA/IW9KHYPERMN31D0Q5UF1IR.uasset new file mode 100644 index 0000000..f8ed38c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/YA/IW9KHYPERMN31D0Q5UF1IR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e73da78673ccdf58fd65df41723690d63b98452c1e67259a4d67febf13d484 +size 19842958 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/2/YK/S6ZEZ0T9XIHB7GGML91C62.uasset b/Content/__ExternalActors__/Maps/Gensokyo/2/YK/S6ZEZ0T9XIHB7GGML91C62.uasset new file mode 100644 index 0000000..d264e76 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/2/YK/S6ZEZ0T9XIHB7GGML91C62.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349755c27365222079584d73af4b2773d05c058e0e76fe266ee57183599fb449 +size 1924835 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/2W/9AQGBDSXJFRJQSP6XFQWSU.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/2W/9AQGBDSXJFRJQSP6XFQWSU.uasset new file mode 100644 index 0000000..7cc9d0c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/2W/9AQGBDSXJFRJQSP6XFQWSU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2111218b29149292327e9331bd558041c2dc849ec039bfef800b1bd46f2b229 +size 2081094 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/37/M0AL82W7T8ESIGI9T917O1.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/37/M0AL82W7T8ESIGI9T917O1.uasset new file mode 100644 index 0000000..3c23565 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/37/M0AL82W7T8ESIGI9T917O1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6226e6158c0d16de14eef153567f44bfd396b35a133a2498f02624772b1e34 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/79/KWMO6BNU956FLPMY9L9V9I.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/79/KWMO6BNU956FLPMY9L9V9I.uasset new file mode 100644 index 0000000..39fc733 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/79/KWMO6BNU956FLPMY9L9V9I.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5729d51782540935264a8193080d9f151add34ffeefc747083c60d696083f01a +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/90/XE0R2QQ7DJYU9DW3BRKK7H.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/90/XE0R2QQ7DJYU9DW3BRKK7H.uasset new file mode 100644 index 0000000..3ca827d --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/90/XE0R2QQ7DJYU9DW3BRKK7H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa19a995e2648dd2321f8824b80d5702b7660a857b09859653e9dd73eaea9e95 +size 18044285 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/9C/X7SU2FVN7IZ13BOE4UWIAJ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/9C/X7SU2FVN7IZ13BOE4UWIAJ.uasset new file mode 100644 index 0000000..43743dd --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/9C/X7SU2FVN7IZ13BOE4UWIAJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41779e4b25251c40eb2437393f07bfd38ef642239589223ae3d8bb146da2e1c5 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/9R/KDA49C9UPZXZKBLH7FHMPU.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/9R/KDA49C9UPZXZKBLH7FHMPU.uasset new file mode 100644 index 0000000..36d2f7e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/9R/KDA49C9UPZXZKBLH7FHMPU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268a104214814cd6dacaa4a3058bcb407137c0c9e7020e3f54eb787b9d824631 +size 21207290 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/AV/79IMZR5HM4WLQKS8060AQM.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/AV/79IMZR5HM4WLQKS8060AQM.uasset new file mode 100644 index 0000000..5e48910 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/AV/79IMZR5HM4WLQKS8060AQM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fab26fb6a8baadc5dcfe8efa9cb95163c286fcedb565dcc5555cb030ff98e25 +size 96318743 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/B4/Q9BIMZCSRTMX8AHHIYS96A.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/B4/Q9BIMZCSRTMX8AHHIYS96A.uasset new file mode 100644 index 0000000..c91471c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/B4/Q9BIMZCSRTMX8AHHIYS96A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b950c5cee340563547849b138caebb2bac9494841705f4eb5c7d865eef55652f +size 1975522 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/CS/W7O8I4OZE9ZJ55Z90IP75M.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/CS/W7O8I4OZE9ZJ55Z90IP75M.uasset new file mode 100644 index 0000000..cfd8617 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/CS/W7O8I4OZE9ZJ55Z90IP75M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0cc416ae719e12af7224dd4c88ba34c76a9459a676c2d17a2836026ba22dbb2 +size 1341423 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/CZ/4KDZI2J9RTYBF3TIA88W6F.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/CZ/4KDZI2J9RTYBF3TIA88W6F.uasset new file mode 100644 index 0000000..4a482f2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/CZ/4KDZI2J9RTYBF3TIA88W6F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024c15c23dc6ee435c82c6afe9ba776368af92046c0b120853185b51d21cb5af +size 4765 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/DO/MU3JDK00PZMGVVIIAQN4QL.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/DO/MU3JDK00PZMGVVIIAQN4QL.uasset new file mode 100644 index 0000000..b787668 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/DO/MU3JDK00PZMGVVIIAQN4QL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc1cb625a9d2373829a4fd483ba54f309f4174517769755d3838985d5250434 +size 24617055 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/F5/CYDK61Q1GUSQXS0I5NCJ34.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/F5/CYDK61Q1GUSQXS0I5NCJ34.uasset new file mode 100644 index 0000000..2fc8571 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/F5/CYDK61Q1GUSQXS0I5NCJ34.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0a0ee0a7692bbc3ac94e9ca82f2471a0061f4efbb6c4eed8b60c43529d6a95 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/F9/HBTFT67NSD189C7YR2XMBC.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/F9/HBTFT67NSD189C7YR2XMBC.uasset new file mode 100644 index 0000000..dac9ce6 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/F9/HBTFT67NSD189C7YR2XMBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4a825a612ed6b8803747065bc2e6359ff18346f2d28786d195886b728d7517 +size 16440993 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/GO/NIP38NYXNMMU7WUQE7S5O7.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/GO/NIP38NYXNMMU7WUQE7S5O7.uasset new file mode 100644 index 0000000..29eaf64 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/GO/NIP38NYXNMMU7WUQE7S5O7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decabf407afce6e09028fba0aac096f8880c82d11b26e9674db2ef7392c06405 +size 1346883 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/HU/O69R0EAYQMPYG7ZVLCGLKZ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/HU/O69R0EAYQMPYG7ZVLCGLKZ.uasset new file mode 100644 index 0000000..f4ca6e7 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/HU/O69R0EAYQMPYG7ZVLCGLKZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5d58f3e3636637646ace4a8a013a3b4929da43219f0fae07b39cdde67594f3 +size 23703221 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/KI/TETH0WEDYNI5FDFL8AGOQL.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/KI/TETH0WEDYNI5FDFL8AGOQL.uasset new file mode 100644 index 0000000..15db80b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/KI/TETH0WEDYNI5FDFL8AGOQL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f12387e9f3ba6c07a2f9e9d4f0cece2be040932ef24c856ec6368e32a91f68 +size 1169683 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/LW/78DI68LMZJGIUIZQKIQ4OO.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/LW/78DI68LMZJGIUIZQKIQ4OO.uasset new file mode 100644 index 0000000..b25ce14 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/LW/78DI68LMZJGIUIZQKIQ4OO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900b969362b54df5db29df7ef546aae700e5ac3e70d84c9d2b679fcd397fb292 +size 60822120 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/MN/KKXP0WUGI951GJSBKA8B9S.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/MN/KKXP0WUGI951GJSBKA8B9S.uasset new file mode 100644 index 0000000..ae3d2d7 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/MN/KKXP0WUGI951GJSBKA8B9S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fabd34259fcb34d20fd4ab7ab0b4b05448994590324d46f11d4de753fbe923 +size 1333737 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/NV/RUYF5750WS85KV9S6LK6J4.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/NV/RUYF5750WS85KV9S6LK6J4.uasset new file mode 100644 index 0000000..b4ba6e6 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/NV/RUYF5750WS85KV9S6LK6J4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8156cfbf8b64f4d3baaa5982a1e98f7d1e63639d4ccfc43e47fe3b1ed46473 +size 20219759 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/PI/BGR245Z61GHDHJZQ2HWUY1.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/PI/BGR245Z61GHDHJZQ2HWUY1.uasset new file mode 100644 index 0000000..2a0bcf1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/PI/BGR245Z61GHDHJZQ2HWUY1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910f6a0c467afcc8a84ec6ac1175ce5df3555701c4b9806432fc958293735839 +size 22501202 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/PO/6M7WNBP709874A8K12HQHP.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/PO/6M7WNBP709874A8K12HQHP.uasset new file mode 100644 index 0000000..76d8ccc --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/PO/6M7WNBP709874A8K12HQHP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c749862e52871441f8eacb86fb7ea463ec76d4c87bc60aa48af6eef9007fa7f9 +size 24209144 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/QW/4WSIXZY3GANQMYR212CZIB.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/QW/4WSIXZY3GANQMYR212CZIB.uasset new file mode 100644 index 0000000..d6a9e92 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/QW/4WSIXZY3GANQMYR212CZIB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef18a6a7e744ea65aeb2a06c25eeaabf1fbdb355117701fa0bde1e8f276caaf +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/U0/K4EU0OJZCAADMDHVT7EDXE.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/U0/K4EU0OJZCAADMDHVT7EDXE.uasset new file mode 100644 index 0000000..81eface --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/U0/K4EU0OJZCAADMDHVT7EDXE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6df647b33dc8e31806020685560600a274badb0a851c44f4b923075914134b +size 4751 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/VC/SK95HRSBZV20E25W01N6T6.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/VC/SK95HRSBZV20E25W01N6T6.uasset new file mode 100644 index 0000000..63b61a8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/VC/SK95HRSBZV20E25W01N6T6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddad40324f1127a03249c00a0c775b2ac7661be45ca6ca23356bae350af03048 +size 1849723 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/VM/PRD6UJBNOM6XL3TI2I9ID3.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/VM/PRD6UJBNOM6XL3TI2I9ID3.uasset new file mode 100644 index 0000000..cba19a1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/VM/PRD6UJBNOM6XL3TI2I9ID3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfc2aadab582467c9cbc3cb3e23c205f9ef81aac3bbd271b7a420c820476b92 +size 23409411 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/VN/FYMYN39F51YC0DQX5RW39Z.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/VN/FYMYN39F51YC0DQX5RW39Z.uasset new file mode 100644 index 0000000..7518c5f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/VN/FYMYN39F51YC0DQX5RW39Z.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7301abde882faa43af0e99c82b22fdd4db73d01a0fb4f15ef8e352fdc246733 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/3/XQ/ZFKSCO6WA4UMI7S6MOAGT1.uasset b/Content/__ExternalActors__/Maps/Gensokyo/3/XQ/ZFKSCO6WA4UMI7S6MOAGT1.uasset new file mode 100644 index 0000000..98e21e3 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/3/XQ/ZFKSCO6WA4UMI7S6MOAGT1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df8e88782b6d975f3a0477772604f2eed09b70bd7d5120b54afe7fa5f560219 +size 138315 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/0C/4QFKA9TK7I8IRZY5BWJYCJ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/0C/4QFKA9TK7I8IRZY5BWJYCJ.uasset new file mode 100644 index 0000000..7efb20d --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/0C/4QFKA9TK7I8IRZY5BWJYCJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1732cf7907a471933ecdb906e06985c20e38938501ab8396027b7698cf9ff0d8 +size 2118530 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/1T/KXDNPUYGW6MP9TELZ506VU.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/1T/KXDNPUYGW6MP9TELZ506VU.uasset new file mode 100644 index 0000000..8380808 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/1T/KXDNPUYGW6MP9TELZ506VU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4ab1dc2a1f0f9f617a7ab77d9cb2dc80116c2d0410ddc92101a98e03ec0d05 +size 1968065 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/2P/S91J9WINRTU4KN5BC7REJH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/2P/S91J9WINRTU4KN5BC7REJH.uasset new file mode 100644 index 0000000..82dedd8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/2P/S91J9WINRTU4KN5BC7REJH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d6a394a2cd959dd1939cc8fc7c2b06756425c978e1c3ee440acdb41f1cbc8e +size 3918 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/3N/CXJ6466W50IE5SHJKVLRLQ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/3N/CXJ6466W50IE5SHJKVLRLQ.uasset new file mode 100644 index 0000000..f8c37ab --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/3N/CXJ6466W50IE5SHJKVLRLQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec018db3998adddc882be7f8fa7834af0538db48ebc07e8d57f5d8f56131157 +size 27344337 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/45/WN4TDGX5S3ZBF3A2UK8IFR.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/45/WN4TDGX5S3ZBF3A2UK8IFR.uasset new file mode 100644 index 0000000..5023abb --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/45/WN4TDGX5S3ZBF3A2UK8IFR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8314fe5fe5da33a97cffdb1bd28a67b8325a972fd1a7010cc3522a791fdd0445 +size 4751 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/4I/BMWB8BTTRYGG7ZMQXUADJQ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/4I/BMWB8BTTRYGG7ZMQXUADJQ.uasset new file mode 100644 index 0000000..417c5f9 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/4I/BMWB8BTTRYGG7ZMQXUADJQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337bc24f63d6755bb6c122360b8663fe51f2958c880d44c6d5aac8b9d70feb34 +size 21561204 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/4U/6TPJIKH7NL1D3EJO5CA07Q.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/4U/6TPJIKH7NL1D3EJO5CA07Q.uasset new file mode 100644 index 0000000..78920b8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/4U/6TPJIKH7NL1D3EJO5CA07Q.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b5a9a984e17d22b6ebd4e685637bde0117b07b8ab70d09819aa9d6b9f15b1a +size 5570 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/53/EZWB9Q4HMD4HYUD8YQD0KH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/53/EZWB9Q4HMD4HYUD8YQD0KH.uasset new file mode 100644 index 0000000..97e6f59 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/53/EZWB9Q4HMD4HYUD8YQD0KH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd66e5434ce0634af929de829db15cfc16c421e5dcaf1e46be8fafe6424255e0 +size 19605932 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/63/SZQ75Y7NFNEY3WDC8QMY5S.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/63/SZQ75Y7NFNEY3WDC8QMY5S.uasset new file mode 100644 index 0000000..98a8ad2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/63/SZQ75Y7NFNEY3WDC8QMY5S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08975583962b1de11363a130572b49d8b71e99c7f49569bc3a47433172cfcdc3 +size 140187 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/7T/NO9DU6T4AFSR1MME7ANVAB.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/7T/NO9DU6T4AFSR1MME7ANVAB.uasset new file mode 100644 index 0000000..28e4b28 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/7T/NO9DU6T4AFSR1MME7ANVAB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a95ecbf7053ef3c3a14d1666fcb3fa09216e237673fe93628e81d4fd8ff2e5 +size 20526527 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/8B/O3Z2G4V8M2E2HLWIRCZMYY.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/8B/O3Z2G4V8M2E2HLWIRCZMYY.uasset new file mode 100644 index 0000000..baead57 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/8B/O3Z2G4V8M2E2HLWIRCZMYY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1d994d283e4337dcadb6c6a2fc24e4ed0fd52371b37bc8f4f6c4aef02019db +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/8C/TUYT3WXXV2MR6VJOU5IDPL.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/8C/TUYT3WXXV2MR6VJOU5IDPL.uasset new file mode 100644 index 0000000..ed4c0b2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/8C/TUYT3WXXV2MR6VJOU5IDPL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eedde692a7639a6066424659bc45c2a14e757f10c670db0f65b0df324631c2e +size 2159905 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/A1/I4KN4WMVB6RC9GLKFZ6H6J.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/A1/I4KN4WMVB6RC9GLKFZ6H6J.uasset new file mode 100644 index 0000000..954ba44 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/A1/I4KN4WMVB6RC9GLKFZ6H6J.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03abb5f79569b8b27c83a7d6ac24a0d1e5bc52582a6a6cf353b994fac840890f +size 21271435 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/BN/G3ITYFGC01YYRZ3J98JX84.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/BN/G3ITYFGC01YYRZ3J98JX84.uasset new file mode 100644 index 0000000..0aec5e8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/BN/G3ITYFGC01YYRZ3J98JX84.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2651e1713bb08bea642dde089ab17fb3a6bed21718c499aebe99c743258ba802 +size 4926 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/D3/0RF6KN3DHQR9RZKVXK3HJ5.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/D3/0RF6KN3DHQR9RZKVXK3HJ5.uasset new file mode 100644 index 0000000..9412872 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/D3/0RF6KN3DHQR9RZKVXK3HJ5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853f3440725244f3616af76b7ba3820cedd2927a88389ce9147ac6b4ee3720a8 +size 106803 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/DF/LTSFTRWIO8YSBUJKHC5C4R.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/DF/LTSFTRWIO8YSBUJKHC5C4R.uasset new file mode 100644 index 0000000..0e4df8c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/DF/LTSFTRWIO8YSBUJKHC5C4R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a01d3cca9808f56272cc6b959892977f8c0c4fc06df29249a61f1e6ec853fe +size 4925 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/E4/4E2LBL9O258W497VGVTIAF.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/E4/4E2LBL9O258W497VGVTIAF.uasset new file mode 100644 index 0000000..9f9390a --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/E4/4E2LBL9O258W497VGVTIAF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42076bb2f470d2f64bf64514837d381e6cc088df5327d8015dfd9a180e799b3b +size 1768949 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/ER/S5363ZM4TU5R3I5BR306ZI.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/ER/S5363ZM4TU5R3I5BR306ZI.uasset new file mode 100644 index 0000000..9414ce8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/ER/S5363ZM4TU5R3I5BR306ZI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d93b207e9362b96922933eddc87efc4d944e558c578447705a33f2f9f82264 +size 3540 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/HZ/6VBKFMDKTRNXDL2VTG46RK.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/HZ/6VBKFMDKTRNXDL2VTG46RK.uasset new file mode 100644 index 0000000..33fccc3 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/HZ/6VBKFMDKTRNXDL2VTG46RK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44f8a1048fe281abfe2f6569c3de8a78440a239ec4bc505eeaab3fa4e17413a +size 1750793 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/JL/SHA2PAFNT589ATFDUWK8AL.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/JL/SHA2PAFNT589ATFDUWK8AL.uasset new file mode 100644 index 0000000..f13dbc6 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/JL/SHA2PAFNT589ATFDUWK8AL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8e640d4e8dc0ffdcbe6c6944d02b40620a1b1959264bd06b78d8dbb9f0d686 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/KB/B0JH8D8UU8VB03AY85S15B.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/KB/B0JH8D8UU8VB03AY85S15B.uasset new file mode 100644 index 0000000..ab2b503 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/KB/B0JH8D8UU8VB03AY85S15B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210b61db7f5b0375d119a770b513e4f257e32d8b663ab7497cab390f9426a5ec +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/KL/SR1RJ80D4OFHNFJ1Z1MCD4.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/KL/SR1RJ80D4OFHNFJ1Z1MCD4.uasset new file mode 100644 index 0000000..ab1de8b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/KL/SR1RJ80D4OFHNFJ1Z1MCD4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4373dc0264d313017d471ab91df3d352b730131690c4087585c557b89fb43b +size 1764227 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/M0/1ZQZJMNUMRI9LX60G5108H.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/M0/1ZQZJMNUMRI9LX60G5108H.uasset new file mode 100644 index 0000000..625de7e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/M0/1ZQZJMNUMRI9LX60G5108H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cfac498e98dd579fef61d4cf0e4a39e29d0d7e185d1c57160a606da2355408 +size 4751 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/MQ/S6EUTT6JSHQDKPQBV6VC88.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/MQ/S6EUTT6JSHQDKPQBV6VC88.uasset new file mode 100644 index 0000000..0fa7b1d --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/MQ/S6EUTT6JSHQDKPQBV6VC88.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae60f98a38197911a458dbb538483d08746b6d4bb3fb2479cb155f2c8ee26cd +size 39924994 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/P8/0LCCPOXPYYHOBQEYQ3N6AC.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/P8/0LCCPOXPYYHOBQEYQ3N6AC.uasset new file mode 100644 index 0000000..8df4002 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/P8/0LCCPOXPYYHOBQEYQ3N6AC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d441f5a27a346484bd76ea28e2b85d91be15ca75cda3009e8b6899af2bfc9e8 +size 1246953 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/Q7/S2MIQ960HPW1JJOCXM97NC.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/Q7/S2MIQ960HPW1JJOCXM97NC.uasset new file mode 100644 index 0000000..b4e269a --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/Q7/S2MIQ960HPW1JJOCXM97NC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff931e2f38859112508d39624af3fcdd8a9c1208a4de0d81a623a98cc952dcf1 +size 4910 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/QX/U89ZYJ0HJU324FF24QS6YA.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/QX/U89ZYJ0HJU324FF24QS6YA.uasset new file mode 100644 index 0000000..b2370b7 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/QX/U89ZYJ0HJU324FF24QS6YA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db57b807bc430f8b11db6fc6ffe43d1efdc87c7095a71ae2f47f1311e456b42 +size 23539 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/RE/VZAIHLN202SV1H09CW3NQP.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/RE/VZAIHLN202SV1H09CW3NQP.uasset new file mode 100644 index 0000000..b105cd6 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/RE/VZAIHLN202SV1H09CW3NQP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb52010bf5951ca9c62102dd7554087727bc8181632ca0498c8d197d18b4ef52 +size 27218009 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/RT/WMM5QGLCPB18ZO1D1L1S7Y.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/RT/WMM5QGLCPB18ZO1D1L1S7Y.uasset new file mode 100644 index 0000000..f02ac09 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/RT/WMM5QGLCPB18ZO1D1L1S7Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86149f000fdec6d851eabde197773a38bf2d14e488c88c53c63c915a5ebd39b6 +size 101811 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/T1/MKQTLU6QI3RGS66PU0835C.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/T1/MKQTLU6QI3RGS66PU0835C.uasset new file mode 100644 index 0000000..8d5103b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/T1/MKQTLU6QI3RGS66PU0835C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c74af205c092b7b27fb32813bc0cce288c8ffd5596e79f67f47a2ed848c213 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/T3/HTSDZ8TGQVH2634TH1SVW9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/T3/HTSDZ8TGQVH2634TH1SVW9.uasset new file mode 100644 index 0000000..a6dcc4e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/T3/HTSDZ8TGQVH2634TH1SVW9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea21727798a44e001496082dcb01869881be59ec05daf21d2d4b7500e77043d +size 2130592 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/W1/VCUE72V7X0OOD2BWU3UAPQ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/W1/VCUE72V7X0OOD2BWU3UAPQ.uasset new file mode 100644 index 0000000..abe3b2f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/W1/VCUE72V7X0OOD2BWU3UAPQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462563bbf016a69f2ee09d9226c56970982c71b17452223068452d41939890d2 +size 16669588 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/YA/X3OXODMCWBNSP0JAAIWNP1.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/YA/X3OXODMCWBNSP0JAAIWNP1.uasset new file mode 100644 index 0000000..2ef4513 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/YA/X3OXODMCWBNSP0JAAIWNP1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131a9c06e9384555debea3e86d6af593b6854d56fe052aa771b73724dceae0d7 +size 2001295 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/YH/FE9KDW8EBORPYV52RQ65D5.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/YH/FE9KDW8EBORPYV52RQ65D5.uasset new file mode 100644 index 0000000..f817a9a --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/YH/FE9KDW8EBORPYV52RQ65D5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e078c149362ff5c87a908063c7a673c424b103acb3473b288e8ed37841cc3e26 +size 1935066 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/4/ZU/Z2PUSFQ0RRTFR72OP30JJ2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/4/ZU/Z2PUSFQ0RRTFR72OP30JJ2.uasset new file mode 100644 index 0000000..0440c76 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/4/ZU/Z2PUSFQ0RRTFR72OP30JJ2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0b465bc6b0379e4b80f5d2e4b4035932f26581cc038c4fceede2fbe2c6e35a +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/0T/IZV1AAKAEHNTSCAHL4D9EM.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/0T/IZV1AAKAEHNTSCAHL4D9EM.uasset new file mode 100644 index 0000000..c97e639 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/0T/IZV1AAKAEHNTSCAHL4D9EM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0197a5d66769dee0d7c7064753734b135b8c9be78b47251a2a7a6e0477d8c29c +size 2093312 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/10/U58CWZWVYVVNSPG7SP2UA4.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/10/U58CWZWVYVVNSPG7SP2UA4.uasset new file mode 100644 index 0000000..efd1356 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/10/U58CWZWVYVVNSPG7SP2UA4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803a4e481981e01affbbe6db3079440cb0068167ed5ef482179808acef73cbad +size 21363 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/21/TCNG5ICBETR4J6BURH7L3P.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/21/TCNG5ICBETR4J6BURH7L3P.uasset new file mode 100644 index 0000000..c93a9b9 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/21/TCNG5ICBETR4J6BURH7L3P.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4915371a503c14357b3dcb754ff2418142b1064ba8d97a421551bed82373c37 +size 89283 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/2M/O82XTORL4EEOKQH0NLMMBN.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/2M/O82XTORL4EEOKQH0NLMMBN.uasset new file mode 100644 index 0000000..ac3a5d2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/2M/O82XTORL4EEOKQH0NLMMBN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2720957434f4c5aa24919de0aa74c12ab7d6c72969d5e050493b002dfdaa5b +size 1868857 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/37/G1J837GLDUCJF4QUT5MC7S.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/37/G1J837GLDUCJF4QUT5MC7S.uasset new file mode 100644 index 0000000..1317b29 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/37/G1J837GLDUCJF4QUT5MC7S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99cfd99d5c36db1e100c342b6342dd5c03e3be56e3a0431e9529dd8747c6ac3 +size 4929 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/39/106MN4U4N9E50FGU28O43P.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/39/106MN4U4N9E50FGU28O43P.uasset new file mode 100644 index 0000000..7142779 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/39/106MN4U4N9E50FGU28O43P.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb1af625e1862005c696fed1c67c7aac726072b420c35f3d441146a8d44eb1d +size 134571 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/58/VZC20ABNLAIPYNJ50W4N4N.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/58/VZC20ABNLAIPYNJ50W4N4N.uasset new file mode 100644 index 0000000..c53e7a5 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/58/VZC20ABNLAIPYNJ50W4N4N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6397ac3f0e534fb4fcd621a2da4bdeebececd7f33522da9dd9f5ee1155298f50 +size 16742376 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/7X/0MMMJVEP2MO34DMD4ZX7ZQ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/7X/0MMMJVEP2MO34DMD4ZX7ZQ.uasset new file mode 100644 index 0000000..311742c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/7X/0MMMJVEP2MO34DMD4ZX7ZQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550d58d220f4777e9dde354db8c607305bd852ac78bab7003a22afcdead0006d +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/7X/VCD1PF8A9WZECKHSBWCOVC.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/7X/VCD1PF8A9WZECKHSBWCOVC.uasset new file mode 100644 index 0000000..65f12b8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/7X/VCD1PF8A9WZECKHSBWCOVC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9c01a2d9372904fb90bcfa759c3c3c51c2ca5888d29585b5ba4e0bc46b3f56 +size 161003 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/9D/I6KFZR3WFLYVPPMVI0G6QX.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/9D/I6KFZR3WFLYVPPMVI0G6QX.uasset new file mode 100644 index 0000000..fd1e029 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/9D/I6KFZR3WFLYVPPMVI0G6QX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7865668c225dea0edd12a792eadd40672ad922603d7b5bec8d39224c5365e844 +size 4925 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/9L/S2XFCGTHE24JU4HSXRTKA2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/9L/S2XFCGTHE24JU4HSXRTKA2.uasset new file mode 100644 index 0000000..7d1bd7a --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/9L/S2XFCGTHE24JU4HSXRTKA2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f946d5673f6f49c886c04dcc12157337091578747ca0f97e08eaf49d3e6fe41 +size 1430078 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/9W/R6NYRW63BSA3HCYN7JJMVW.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/9W/R6NYRW63BSA3HCYN7JJMVW.uasset new file mode 100644 index 0000000..44dbf46 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/9W/R6NYRW63BSA3HCYN7JJMVW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4121071109c1927c1f605fbdbf76a5e073e5a69ebd763bfa7e49f84440a724c6 +size 2123531 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/A6/9EK1XACTN9JSQRQLFOWYXH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/A6/9EK1XACTN9JSQRQLFOWYXH.uasset new file mode 100644 index 0000000..978b914 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/A6/9EK1XACTN9JSQRQLFOWYXH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e93fce600d1a81ce79f51b03edc012fab6e960370dea7958e294da01d388b7d +size 23182165 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/EY/TROE87955PQR393URV6889.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/EY/TROE87955PQR393URV6889.uasset new file mode 100644 index 0000000..2527a4e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/EY/TROE87955PQR393URV6889.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107c7e3b0b391cd33effbeb0317fe8fe5ccdc35fcd0048620e70f85a9d75a444 +size 1744781 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/FK/IXH021L58D6L7YPHLP9451.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/FK/IXH021L58D6L7YPHLP9451.uasset new file mode 100644 index 0000000..7e0d415 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/FK/IXH021L58D6L7YPHLP9451.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd82579c22e716c41d18cfa94689961e5916660e4af00bc5afb1c6c7451d2d8 +size 1589345 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/H7/I6QB6YXA82SXXEX6UCJEQ1.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/H7/I6QB6YXA82SXXEX6UCJEQ1.uasset new file mode 100644 index 0000000..a02af66 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/H7/I6QB6YXA82SXXEX6UCJEQ1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4386965867d9842e0465af7ec9e4405848de186fe57a54c9dbfac4f8de9661 +size 12734267 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/IT/YIY6LA55VTUC7KUFMDBDOC.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/IT/YIY6LA55VTUC7KUFMDBDOC.uasset new file mode 100644 index 0000000..d35b4db --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/IT/YIY6LA55VTUC7KUFMDBDOC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8186e24b0719121ee090a72c3da1b1af967535e7074f689f52e9c9e60add7c26 +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/MS/FYDFYEEYRBJ4U0CEU1U98C.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/MS/FYDFYEEYRBJ4U0CEU1U98C.uasset new file mode 100644 index 0000000..a6693c1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/MS/FYDFYEEYRBJ4U0CEU1U98C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39539e8d114668d74decd278724278b7f7d4ed964323f40c160ebe584cdf846b +size 1448258 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/N1/7E7ANMUQNKLCO42CD49WJR.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/N1/7E7ANMUQNKLCO42CD49WJR.uasset new file mode 100644 index 0000000..8dca5d2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/N1/7E7ANMUQNKLCO42CD49WJR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e04d11cc65ab52d62ad9649ac1dc95dc863c3baf60b885ffb5b548b4b46ac91 +size 21738120 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/QJ/SSKBL3DZ8UWEKECKKFKJYX.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/QJ/SSKBL3DZ8UWEKECKKFKJYX.uasset new file mode 100644 index 0000000..2562a70 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/QJ/SSKBL3DZ8UWEKECKKFKJYX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c633fc2dcde9c08a00e45bc6619fca173492953c0703314584c3fbce13fe7bbe +size 4926 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/W2/P0TYMYT5JJNEUWG18PVDDR.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/W2/P0TYMYT5JJNEUWG18PVDDR.uasset new file mode 100644 index 0000000..bef63fd --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/W2/P0TYMYT5JJNEUWG18PVDDR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba223feda6dfb32bde3c94ab72de93d27f1e875df853f16adfee5910a9df281 +size 4430 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/Y8/XWEZTNGT30FLDJJ1PXLNC6.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/Y8/XWEZTNGT30FLDJJ1PXLNC6.uasset new file mode 100644 index 0000000..711bcf5 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/Y8/XWEZTNGT30FLDJJ1PXLNC6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91087c835c079dcf8ced78b5718fc643d249b6e40e1fca0414ce21d8cca7dde5 +size 4217 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/YM/3ZE4G9U4RZMSLKR3RDKWTF.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/YM/3ZE4G9U4RZMSLKR3RDKWTF.uasset new file mode 100644 index 0000000..0c31fac --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/YM/3ZE4G9U4RZMSLKR3RDKWTF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d2a6a413020f3b7bb5cb3fd8b2550a939eec5b525d7dde002bf4f7993b63dd +size 4751 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/5/ZV/EVE57X2LLMKDWKJFLIU53E.uasset b/Content/__ExternalActors__/Maps/Gensokyo/5/ZV/EVE57X2LLMKDWKJFLIU53E.uasset new file mode 100644 index 0000000..135e463 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/5/ZV/EVE57X2LLMKDWKJFLIU53E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ac0d0e687a446b1bd26834e12b71b38f8fa63641d0031f4f359d8ed3ac174a +size 1589942 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/18/IM3XKPF9O9DK5XSZV8FJYL.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/18/IM3XKPF9O9DK5XSZV8FJYL.uasset new file mode 100644 index 0000000..30532e1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/18/IM3XKPF9O9DK5XSZV8FJYL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ae41ed70e2c72d168310d941ebc03e8c97af16c8953a4470be5e7e8c3d5b69 +size 1334162 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/1G/Q35ENWE2GM750ZSMO0B1NV.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/1G/Q35ENWE2GM750ZSMO0B1NV.uasset new file mode 100644 index 0000000..f04b84a --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/1G/Q35ENWE2GM750ZSMO0B1NV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43408a4f1471b1bb8e9d547d70a0833165a62e0724a0d2856d553b983df5b27 +size 23577235 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/1U/QP7VZFMEFZJBK7Z9AMXK9N.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/1U/QP7VZFMEFZJBK7Z9AMXK9N.uasset new file mode 100644 index 0000000..8d09c32 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/1U/QP7VZFMEFZJBK7Z9AMXK9N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792653c8df3cd1b8f8503ab4d3c075af120ca2803a3cf8af5d71f2407e4c88f3 +size 1174515 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/2B/ZIQ7MMFJ2YZ4N1GP289B3G.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/2B/ZIQ7MMFJ2YZ4N1GP289B3G.uasset new file mode 100644 index 0000000..4ca891e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/2B/ZIQ7MMFJ2YZ4N1GP289B3G.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0bdd165dfb1be2cac7d62dd1cc0984e9148a2c91a94cca954c74058ba66daf +size 4929 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/31/0PHTBBZZE7IJTNIFWI9SD9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/31/0PHTBBZZE7IJTNIFWI9SD9.uasset new file mode 100644 index 0000000..d13124e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/31/0PHTBBZZE7IJTNIFWI9SD9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14b5bf47293b59228b26d93402d20b4aa13b0c67348aa2b0735e449c2096f8c +size 160779 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/3A/I6DCOMK2FHH6GOUJKOE4Y1.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/3A/I6DCOMK2FHH6GOUJKOE4Y1.uasset new file mode 100644 index 0000000..90aa5d4 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/3A/I6DCOMK2FHH6GOUJKOE4Y1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e33019457a67e564e73890623e9fd017c4bbcb55d2a9d50a2b87a3f0bc695b +size 3436 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/3U/Y682VOSVFBP48PZKKS7CBP.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/3U/Y682VOSVFBP48PZKKS7CBP.uasset new file mode 100644 index 0000000..fe4f87e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/3U/Y682VOSVFBP48PZKKS7CBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b7d3c4cdc9ca45b0305c0344a70c77d1f05dcde52f7be65261a2df398758bf +size 1529232 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/49/HGW7L04OR80FJPMQKNHQUA.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/49/HGW7L04OR80FJPMQKNHQUA.uasset new file mode 100644 index 0000000..d3427de --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/49/HGW7L04OR80FJPMQKNHQUA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b4530e8468d29fbcfdd28a058bd03270c696df71a6eb672669b973dc2aafee +size 1962926 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/67/WZNCOWBU19TP3WI4H3S5D9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/67/WZNCOWBU19TP3WI4H3S5D9.uasset new file mode 100644 index 0000000..f3905c7 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/67/WZNCOWBU19TP3WI4H3S5D9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67c184fb78a01bbfc627c477ed9d2292e5831334b6b563918d4b9fad3e3c18d +size 1422614 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/6P/ZV24NLQQ80NSGE2HA3NLIX.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/6P/ZV24NLQQ80NSGE2HA3NLIX.uasset new file mode 100644 index 0000000..72b9cd2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/6P/ZV24NLQQ80NSGE2HA3NLIX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e3f72f0f0a86956050494b64e15629eb609a9b95e2cd93c31d4c4b2744ea5f +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/7T/GPWDTQYV4L24497PO8IAQ9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/7T/GPWDTQYV4L24497PO8IAQ9.uasset new file mode 100644 index 0000000..15fdebc --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/7T/GPWDTQYV4L24497PO8IAQ9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd55c95e9b52ccd8d893205268ea41ab3b26be7acc9011e54de3db7a9e617b0b +size 1282989 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/8O/NBC9NUW12RIJP9RRF3OV1A.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/8O/NBC9NUW12RIJP9RRF3OV1A.uasset new file mode 100644 index 0000000..9238b4c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/8O/NBC9NUW12RIJP9RRF3OV1A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c178f96d120cbcdeafb7b29fa4bc9db69c615125ca0cc69510efa00c1250c89e +size 1884978 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/9F/YUMPEMCNM5MXQIKOYP249E.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/9F/YUMPEMCNM5MXQIKOYP249E.uasset new file mode 100644 index 0000000..a702568 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/9F/YUMPEMCNM5MXQIKOYP249E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573ea7c0477db7044c75b14d4917b3a812c070b1f1320301cf01b54b61c7c75b +size 1318775 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/9M/T0EL3PSLT1LYQDVF4C9X82.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/9M/T0EL3PSLT1LYQDVF4C9X82.uasset new file mode 100644 index 0000000..559bab8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/9M/T0EL3PSLT1LYQDVF4C9X82.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc532b272ce31b48e1209a8aacc696e344da35b22489536eb5091d1cc3715cfd +size 24092454 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/CY/3FAUL1CGSZ1N4UVNTY8OMZ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/CY/3FAUL1CGSZ1N4UVNTY8OMZ.uasset new file mode 100644 index 0000000..1c9cda5 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/CY/3FAUL1CGSZ1N4UVNTY8OMZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38c321ec1250c1ec36c54abcb908f04e6193cd11764f04d45ea7335096a1624 +size 127707 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/D5/YUICKF4SRWV8TU9RZH2XQE.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/D5/YUICKF4SRWV8TU9RZH2XQE.uasset new file mode 100644 index 0000000..4b534df --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/D5/YUICKF4SRWV8TU9RZH2XQE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13da4be03edf393080ad159bc8a510cdef95842a4a60049285632f7ecbfb85f7 +size 1176705 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/DH/TIAEAYB1F3TPFZ2DHELUEB.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/DH/TIAEAYB1F3TPFZ2DHELUEB.uasset new file mode 100644 index 0000000..b8ba27c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/DH/TIAEAYB1F3TPFZ2DHELUEB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f332e857921def0037fa5991a7c6662f8d6a320a7c57c03da9e7717b99904200 +size 1464688 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/DU/RCNIJZIH7TQUZKOH2UMZI2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/DU/RCNIJZIH7TQUZKOH2UMZI2.uasset new file mode 100644 index 0000000..da6f6bc --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/DU/RCNIJZIH7TQUZKOH2UMZI2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9313715c0f360ff48a2339ef10614be9f842d6a65db16bac04ebe69c76aac9b4 +size 2062705 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/FM/NFK1ZO4PX7IBTNTTOSBTV2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/FM/NFK1ZO4PX7IBTNTTOSBTV2.uasset new file mode 100644 index 0000000..d596a2f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/FM/NFK1ZO4PX7IBTNTTOSBTV2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8b66d8d7e902c0f837d3f632509d2ea2f58c902478517310ac974a18a650ef +size 2097543 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/FZ/9WK7VOJRZJOWN96XOVLTUC.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/FZ/9WK7VOJRZJOWN96XOVLTUC.uasset new file mode 100644 index 0000000..b31d379 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/FZ/9WK7VOJRZJOWN96XOVLTUC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffcebe36284c11805b6ea106eec13afb3766bdfbaf53c8119e6e7fdf614df15 +size 23821369 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/I3/08RAK5A754MMBMA35C84Z8.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/I3/08RAK5A754MMBMA35C84Z8.uasset new file mode 100644 index 0000000..7ab09ff --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/I3/08RAK5A754MMBMA35C84Z8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0a3cfb77be19b730d67c4ceaa442ab2db0d86339cc5e0ee2bfa7882d0d5d79 +size 141747 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/IX/4DLAQBWTAAUNYBAANTYWZH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/IX/4DLAQBWTAAUNYBAANTYWZH.uasset new file mode 100644 index 0000000..bab64f3 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/IX/4DLAQBWTAAUNYBAANTYWZH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0313233799e014d713d90a3ac9315b7a9c5116a9b1c3e9679d6c4eae87358c8c +size 1416911 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/KO/8EGVCQYETCY7QFM72AZKV9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/KO/8EGVCQYETCY7QFM72AZKV9.uasset new file mode 100644 index 0000000..e85e479 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/KO/8EGVCQYETCY7QFM72AZKV9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff39ed0c462e1798dfb00007d229943d3f8903258df1a530cbafff7363be08e +size 31203167 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/L2/BB5EE7CYFENCFY2YGD93MA.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/L2/BB5EE7CYFENCFY2YGD93MA.uasset new file mode 100644 index 0000000..615cb84 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/L2/BB5EE7CYFENCFY2YGD93MA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5b9d1c49f7fc1e689ebf2c5262ce2c7593437e28c82c9d1e928662b209ed3d +size 1939709 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/L9/RSSY3OQ3960CX0R285E49G.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/L9/RSSY3OQ3960CX0R285E49G.uasset new file mode 100644 index 0000000..810152b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/L9/RSSY3OQ3960CX0R285E49G.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d979906650145518ed053150ca5d14f31aa2267588ba2edb3239125a3b7f01 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/OP/TNBK8KYXS2FCVIZM95HXRH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/OP/TNBK8KYXS2FCVIZM95HXRH.uasset new file mode 100644 index 0000000..70c04b2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/OP/TNBK8KYXS2FCVIZM95HXRH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4465f30fa9f43a497bfb1853fcb0effe0dde6f92a42910b41f373dce4f332d6c +size 17429913 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/P3/SC4I8TDTMFLYO0KHC518T2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/P3/SC4I8TDTMFLYO0KHC518T2.uasset new file mode 100644 index 0000000..40cc385 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/P3/SC4I8TDTMFLYO0KHC518T2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2996cebe472131270a52440765cd994588f99e60da6b84b58ee8f05b03b1c67 +size 2144251 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/RS/415MI9UZLYL92OQVZOJXUA.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/RS/415MI9UZLYL92OQVZOJXUA.uasset new file mode 100644 index 0000000..02a704b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/RS/415MI9UZLYL92OQVZOJXUA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c198ba60d46280af830ec78f5596a86b6a11379a8dff92eb3a2ed994c8c9b72 +size 2033691 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/UE/E3HIUWZQ9MR7I8A1FC1EFF.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/UE/E3HIUWZQ9MR7I8A1FC1EFF.uasset new file mode 100644 index 0000000..72713c6 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/UE/E3HIUWZQ9MR7I8A1FC1EFF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f57f20956ce5a93394692e5883a747c7eeaa6aabddcad2066607a39da88ddf +size 4929 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/VA/HAU1BZ80UT49BL4IYZMOUH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/VA/HAU1BZ80UT49BL4IYZMOUH.uasset new file mode 100644 index 0000000..3269ef1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/VA/HAU1BZ80UT49BL4IYZMOUH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39993ff84ee787b7f067c154f91ab65b9aefc0b658a0e810026f7cb0e923bd4 +size 4333 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/VQ/APB3WVZKYV42HJAYWVAEPF.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/VQ/APB3WVZKYV42HJAYWVAEPF.uasset new file mode 100644 index 0000000..0ac1572 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/VQ/APB3WVZKYV42HJAYWVAEPF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c58aa0bcab6ea8868371d8f2a4b1f6c023dc9f8d438f1ecb6d2a8af03a5fcfa +size 4751 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/YA/E824DMHHG7RV7Y02SF1V83.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/YA/E824DMHHG7RV7Y02SF1V83.uasset new file mode 100644 index 0000000..bf1a6d3 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/YA/E824DMHHG7RV7Y02SF1V83.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e070d14496083e57820d7f60e5a4e213574d199de593a152920b7980fb82b9 +size 25441972 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/YJ/VOKR5SNXWOORECW1WIIX7N.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/YJ/VOKR5SNXWOORECW1WIIX7N.uasset new file mode 100644 index 0000000..855f950 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/YJ/VOKR5SNXWOORECW1WIIX7N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acab4497f530e1e130f7d1b48ae201c916ea62d0244c12a4b3dde9673e22954d +size 33067 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/6/ZH/XW5P2PVBUDLALVXREP66YD.uasset b/Content/__ExternalActors__/Maps/Gensokyo/6/ZH/XW5P2PVBUDLALVXREP66YD.uasset new file mode 100644 index 0000000..b65a1c8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/6/ZH/XW5P2PVBUDLALVXREP66YD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c9fb8b5cbc20c23dd4043d0340b715d14e63b4d68f364465b32aa594d10eac +size 1393436 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/1U/85970CAXUZS5Q5QEBMZFQL.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/1U/85970CAXUZS5Q5QEBMZFQL.uasset new file mode 100644 index 0000000..68ffb2e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/1U/85970CAXUZS5Q5QEBMZFQL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48255e7d4a5f093d183f1370dc8d86418e698edcbbfd207d24e3c51d3742e7a2 +size 4217 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/1X/806UOLS0JQ047EPXCO5VOX.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/1X/806UOLS0JQ047EPXCO5VOX.uasset new file mode 100644 index 0000000..66524c8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/1X/806UOLS0JQ047EPXCO5VOX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75faeaef32594d4b98ba65b2b8ead9e1844d0138b0d96ea0d301a38d1693338a +size 3746 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/2S/LYP0GROQVTPND8M80TF7P3.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/2S/LYP0GROQVTPND8M80TF7P3.uasset new file mode 100644 index 0000000..69b125e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/2S/LYP0GROQVTPND8M80TF7P3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121b94b886716b6342113b1d74c0156e02d69b083c9abd2026e5d6d48472b66b +size 17823286 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/2U/54GKO8JFKIJX2YLQC0KLDG.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/2U/54GKO8JFKIJX2YLQC0KLDG.uasset new file mode 100644 index 0000000..4b9015b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/2U/54GKO8JFKIJX2YLQC0KLDG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5c63d2a4be9c2a426e09795f6264ab8ee74387b3ad19853ea7f1c3b7d422d6 +size 5503 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/3E/R9UG0Y0VWQQ6S6N82JEB9I.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/3E/R9UG0Y0VWQQ6S6N82JEB9I.uasset new file mode 100644 index 0000000..699cd79 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/3E/R9UG0Y0VWQQ6S6N82JEB9I.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60b3dbfd5e28c606d0bd9ef10d1d57c3cc9cd61ef59d4958dd92cb10ad0f5b5 +size 118355 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/4C/5RX49PF88Z5VIAWKMSA36K.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/4C/5RX49PF88Z5VIAWKMSA36K.uasset new file mode 100644 index 0000000..615ac67 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/4C/5RX49PF88Z5VIAWKMSA36K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18ab599f25f7760815076912478f8b37dfb8c5e2aafbf2b88d9dd28acbf8fab +size 4751 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/71/6O35KT9IS0JP4V505BUEW8.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/71/6O35KT9IS0JP4V505BUEW8.uasset new file mode 100644 index 0000000..c26ed85 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/71/6O35KT9IS0JP4V505BUEW8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902085860fa0d18e405e0c330f62588fc140ec53ebfa7c0115bf2cf815aac9c0 +size 2024070 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/8J/03L0OCCHG5WXY1NY0ENQ5X.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/8J/03L0OCCHG5WXY1NY0ENQ5X.uasset new file mode 100644 index 0000000..29c27e0 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/8J/03L0OCCHG5WXY1NY0ENQ5X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da996ec5a741b0084a054d6eb28e4fcb7e50734eb1971c27330bb0e83a90b753 +size 2035696 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/9C/IIJRBDD4003KTFARF4ZONE.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/9C/IIJRBDD4003KTFARF4ZONE.uasset new file mode 100644 index 0000000..c131a77 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/9C/IIJRBDD4003KTFARF4ZONE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df092b025142982e76c69ca3e2eb68dda050e7063f1c1f96465460add18a1c37 +size 21537222 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/9H/7KPM9BKR98S63L89C6XJFO.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/9H/7KPM9BKR98S63L89C6XJFO.uasset new file mode 100644 index 0000000..6cd32fd --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/9H/7KPM9BKR98S63L89C6XJFO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc25c3248154c59b90b297a9af5dac2fab67e379765255532a142c26952a1fc +size 22697996 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/9Y/3ZXISVAEK5ZF58GBG47XL9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/9Y/3ZXISVAEK5ZF58GBG47XL9.uasset new file mode 100644 index 0000000..9061d5e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/9Y/3ZXISVAEK5ZF58GBG47XL9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0f646784f657594fb3ea0cca96af4db8081c5d7ab2a260b92d06c617a5df0c +size 2043172 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/E2/DQ0N555GPAQZDBZ7MPICH2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/E2/DQ0N555GPAQZDBZ7MPICH2.uasset new file mode 100644 index 0000000..ce97144 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/E2/DQ0N555GPAQZDBZ7MPICH2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60fe68502381cd79c9e691c6f63200b6b76c11f1cc07ed9b382cee0993954e5f +size 2007656 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/FD/AZD1I1G0X0BFM7VZX5TEN8.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/FD/AZD1I1G0X0BFM7VZX5TEN8.uasset new file mode 100644 index 0000000..9d6723e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/FD/AZD1I1G0X0BFM7VZX5TEN8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8c75370893e4a5b5ab5de8ffb5c3b2ce5c40b60eb1296bca4bf03dc9aa4599 +size 1868222 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/HC/LNGL1ONYC51T2FXGP5I0RE.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/HC/LNGL1ONYC51T2FXGP5I0RE.uasset new file mode 100644 index 0000000..332f186 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/HC/LNGL1ONYC51T2FXGP5I0RE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ee867f9346b50df055a3e8b3aa7315ecca38fa7357a28bb49542b3ffd21e76 +size 2132505 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/HP/ZSIO3AWXYQ0MEJAGW7K2K6.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/HP/ZSIO3AWXYQ0MEJAGW7K2K6.uasset new file mode 100644 index 0000000..3ee6d61 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/HP/ZSIO3AWXYQ0MEJAGW7K2K6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c9988d3a3369cf9779781fc00f17f71ecd112262a177dcfb9dc87e512209ab +size 1846329 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/JM/OZT83TMQ0YAU39K7TIAHIP.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/JM/OZT83TMQ0YAU39K7TIAHIP.uasset new file mode 100644 index 0000000..92ce974 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/JM/OZT83TMQ0YAU39K7TIAHIP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d7871b01b049447d8b6e992b12d6bf13c348110da66ec92f22eac38348a7c2 +size 4929 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/JW/4XY55ZV8ZW9GNNK3MDWTIK.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/JW/4XY55ZV8ZW9GNNK3MDWTIK.uasset new file mode 100644 index 0000000..4401b08 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/JW/4XY55ZV8ZW9GNNK3MDWTIK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f28adabba1e4e2fa01fb366a29db11d4122952ae1fa15bd899cf738e1f3d54 +size 19825889 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/KG/RG6TRJDF7VVSZYVQWJP9RS.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/KG/RG6TRJDF7VVSZYVQWJP9RS.uasset new file mode 100644 index 0000000..72284b8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/KG/RG6TRJDF7VVSZYVQWJP9RS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e592ed110ca92ce58dee3243d48c1a78300b75832c18e6a4747c225e938c51fe +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/KO/9KIA4EHCHGYXD758P1XYS2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/KO/9KIA4EHCHGYXD758P1XYS2.uasset new file mode 100644 index 0000000..23b17ea --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/KO/9KIA4EHCHGYXD758P1XYS2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305d92fe8029f683d0a45ff73ffef5aa988058eb461b9c3e3c3783d17d6dfd46 +size 101195 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/KQ/4D9IY49B7P7CN0A6DKMCEW.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/KQ/4D9IY49B7P7CN0A6DKMCEW.uasset new file mode 100644 index 0000000..8c18c48 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/KQ/4D9IY49B7P7CN0A6DKMCEW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360aad850f022160853aec3d2847b3f86bb09ab0a0d5cffcacbae7f1a411bb49 +size 21388324 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/M3/RA7PBHUXMXDOXWZU0ZP75K.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/M3/RA7PBHUXMXDOXWZU0ZP75K.uasset new file mode 100644 index 0000000..eca9f2a --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/M3/RA7PBHUXMXDOXWZU0ZP75K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12fc8254a4ec9c7478abf1b5e113c889723513e7667e6a7fb576cea3340cb88 +size 1647761 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/OZ/065UG8XXU958NLFJR1OL0L.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/OZ/065UG8XXU958NLFJR1OL0L.uasset new file mode 100644 index 0000000..869c04c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/OZ/065UG8XXU958NLFJR1OL0L.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c700b3cbfaa6d9aac6a609693139a4b0c3e8cabdb7af4ca893805b639ac6a883 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/QL/9YY3WSYPJDVIQV064HRF8L.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/QL/9YY3WSYPJDVIQV064HRF8L.uasset new file mode 100644 index 0000000..c6b83a9 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/QL/9YY3WSYPJDVIQV064HRF8L.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb605ec74799658240c1b111fedec6abb6201c9ff12673206b3eb159f20dd3ef +size 34715 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/R5/CMBM0EWB6YRYQD9FNKVQYX.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/R5/CMBM0EWB6YRYQD9FNKVQYX.uasset new file mode 100644 index 0000000..007b406 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/R5/CMBM0EWB6YRYQD9FNKVQYX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30cd04079c5d4417de026ef5c367c08f2e01a8dde26c3871b3721692b390614 +size 2042843 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/W8/6F3Q7CA5Y28CFYNH38DVR9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/W8/6F3Q7CA5Y28CFYNH38DVR9.uasset new file mode 100644 index 0000000..536f895 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/W8/6F3Q7CA5Y28CFYNH38DVR9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afce4a20feab517117967300a07f2d181fed374f9815760ffafc3e3b67196348 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/WJ/KBI15T76K3IDOZZSPSVUSA.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/WJ/KBI15T76K3IDOZZSPSVUSA.uasset new file mode 100644 index 0000000..920514e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/WJ/KBI15T76K3IDOZZSPSVUSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0d9ec133b7dcb6b82c42a60279d76a1a83523bd791f76da50e798de8e1ddc1 +size 22822029 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/7/ZH/H8F5UWU31FWMPBCCTU2BLE.uasset b/Content/__ExternalActors__/Maps/Gensokyo/7/ZH/H8F5UWU31FWMPBCCTU2BLE.uasset new file mode 100644 index 0000000..4467e41 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/7/ZH/H8F5UWU31FWMPBCCTU2BLE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8cd0ef3888f9d602c5f3c7feb08b27c0a9ac6916665aecf1a8948b80afeb44c +size 26135464 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/0W/FKIMLX704B52PMX26D2WVP.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/0W/FKIMLX704B52PMX26D2WVP.uasset new file mode 100644 index 0000000..86cbb3c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/0W/FKIMLX704B52PMX26D2WVP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba6f7b6d8f85a0025f58cf00f843182850f710c8a4d2a2328b62ec0f1bfa01c +size 1843740 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/1X/EVMBOY3CI292VY4T3H2XFI.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/1X/EVMBOY3CI292VY4T3H2XFI.uasset new file mode 100644 index 0000000..1a05392 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/1X/EVMBOY3CI292VY4T3H2XFI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6e11accfdae02f483c10198028ad095b230d70321d66685d24aed1613b24c2 +size 23521776 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/24/IXB03CXZGBMGP06SQRDXQO.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/24/IXB03CXZGBMGP06SQRDXQO.uasset new file mode 100644 index 0000000..c369c0c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/24/IXB03CXZGBMGP06SQRDXQO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfe8ff5d635564ca4f1ff3dc1d1ca71e7e00feb928418d1d8710064913a7a1a +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/24/UC1PW618MP1JPGI0B7ZSI9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/24/UC1PW618MP1JPGI0B7ZSI9.uasset new file mode 100644 index 0000000..602d63b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/24/UC1PW618MP1JPGI0B7ZSI9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7016c0842ecc63d0140b8876a24822fa2bec662d6317f8abe7cb553e66df3d +size 1794810 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/34/WZ0UC7XMW518XWE9DEVO2Y.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/34/WZ0UC7XMW518XWE9DEVO2Y.uasset new file mode 100644 index 0000000..bcb61c5 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/34/WZ0UC7XMW518XWE9DEVO2Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4516175b27adc64f173b3d4c06dafb172b26cb0a8420f89b81c8b1b64328f18d +size 1805412 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/6B/1X3A98JELGPTB9MQM1JWEG.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/6B/1X3A98JELGPTB9MQM1JWEG.uasset new file mode 100644 index 0000000..4d225a8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/6B/1X3A98JELGPTB9MQM1JWEG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8cf6e37104222b76982e228281bcc0f3d459facf88de372325c0a2ccc1f985 +size 23204605 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/73/9MQRG6FPDZ2AN32TFP7V84.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/73/9MQRG6FPDZ2AN32TFP7V84.uasset new file mode 100644 index 0000000..722f6d1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/73/9MQRG6FPDZ2AN32TFP7V84.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45f4b40e4958fbbd96d7541a3a903451fa2d54fd7be7135cee584f55ff1aa41 +size 1259535 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/7B/CIQBRXXCGKL43Q92RG4LJH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/7B/CIQBRXXCGKL43Q92RG4LJH.uasset new file mode 100644 index 0000000..12a5d88 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/7B/CIQBRXXCGKL43Q92RG4LJH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f997ad7aaea886edb4351d6e263c7f63f30ffeec2a55aa989a98e80c2e618a4 +size 4751 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/7L/AAHOJ40XIUTNG14EYGYGS7.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/7L/AAHOJ40XIUTNG14EYGYGS7.uasset new file mode 100644 index 0000000..f216a7d --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/7L/AAHOJ40XIUTNG14EYGYGS7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82394377f0c4b1f298ce39d38f800b9049900f84531e5047ac19e91f91fef928 +size 4926 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/9V/GPOCMP2RZH4W2WXU6ORE1E.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/9V/GPOCMP2RZH4W2WXU6ORE1E.uasset new file mode 100644 index 0000000..df10e5b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/9V/GPOCMP2RZH4W2WXU6ORE1E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7473bd8b3c104f708ed501b0fd01c2f8abc5d568af4170d6a55a17f358b05333 +size 1925796 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/B4/FYK3YWE4KVGJIEX2WMQE5S.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/B4/FYK3YWE4KVGJIEX2WMQE5S.uasset new file mode 100644 index 0000000..cccbc4f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/B4/FYK3YWE4KVGJIEX2WMQE5S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f17463869b008330e123a737c02912d39942391528dcd05e3b923e872d7180 +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/BR/J19LWQSBBMHIK1W8F8CL8V.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/BR/J19LWQSBBMHIK1W8F8CL8V.uasset new file mode 100644 index 0000000..f5b802b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/BR/J19LWQSBBMHIK1W8F8CL8V.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70679e7d8a6cd92f3d31c432b863a628bdb8d29bb975097856c6a594c3fe8692 +size 8403 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/ET/WO290A4PT0O5129OPKNKWG.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/ET/WO290A4PT0O5129OPKNKWG.uasset new file mode 100644 index 0000000..21583bb --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/ET/WO290A4PT0O5129OPKNKWG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6238d346c5ae456b4084403366868af931fa2f2de9a361804dc3b972426891 +size 38779 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/LP/5ZHN8THQXGI74XKZO1QFE4.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/LP/5ZHN8THQXGI74XKZO1QFE4.uasset new file mode 100644 index 0000000..3c0808e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/LP/5ZHN8THQXGI74XKZO1QFE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30fb14e9578e697c05c442011821c1a99620b8f75af74b703f1b150466dc065 +size 1354703 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/MJ/7LG0XG0OHT16L8VH1PX03S.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/MJ/7LG0XG0OHT16L8VH1PX03S.uasset new file mode 100644 index 0000000..00dd2b4 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/MJ/7LG0XG0OHT16L8VH1PX03S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4a21d04d1316a792a258aea7f9c8647e9ccf6f021c4452c351cea48ca1f161 +size 17121209 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/NM/FUGWH9HHRRR25F4CC5CXMD.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/NM/FUGWH9HHRRR25F4CC5CXMD.uasset new file mode 100644 index 0000000..43fed5b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/NM/FUGWH9HHRRR25F4CC5CXMD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d004edcdc7091423d324daef4778dabd512760d169681eacbcfe607d88e8dabe +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/NO/7SNUXLBCQI29F6BBZQ37OR.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/NO/7SNUXLBCQI29F6BBZQ37OR.uasset new file mode 100644 index 0000000..d6c3d70 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/NO/7SNUXLBCQI29F6BBZQ37OR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a080e11e39334c58671533817c8f18a0602cb88da01777653a33f3ccd9a47b +size 1758664 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/O7/KAVNID7DU4D4RJYG7C7G21.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/O7/KAVNID7DU4D4RJYG7C7G21.uasset new file mode 100644 index 0000000..a879e52 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/O7/KAVNID7DU4D4RJYG7C7G21.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1733fa97d5d8b97bcff7f56c2622109b6dab226fd4713b98d85ea9b9e57c7f +size 16638822 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/PA/ASNMO4XCYQFBSDE00GVTDW.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/PA/ASNMO4XCYQFBSDE00GVTDW.uasset new file mode 100644 index 0000000..9f1d471 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/PA/ASNMO4XCYQFBSDE00GVTDW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8576bf4305665302ec7cb5f99e6e6f02e861ac6817e4bb94eb91d13c38c5e4 +size 1233583 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/UD/SPZCFZA9GCNUHLHDIATZ4J.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/UD/SPZCFZA9GCNUHLHDIATZ4J.uasset new file mode 100644 index 0000000..0beaf7b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/UD/SPZCFZA9GCNUHLHDIATZ4J.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16152423398c47ffcae5c838a5db0c1879aabd1f08ec680cb74c5afc3a7e462a +size 4751 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/WX/LS1W3MPB4LF6S7GN9SGGP2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/WX/LS1W3MPB4LF6S7GN9SGGP2.uasset new file mode 100644 index 0000000..98f0dd2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/WX/LS1W3MPB4LF6S7GN9SGGP2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a492b596a3b9d68874863070ea219144911c9879a8459553a8e42be8baa89224 +size 4925 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/X1/W8M70NVBUHOZJI5C33OA7M.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/X1/W8M70NVBUHOZJI5C33OA7M.uasset new file mode 100644 index 0000000..fc73eb1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/X1/W8M70NVBUHOZJI5C33OA7M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de92c22156dba31bdd13884fc6d204c8a4699075e8541c9f9801bd2cd2ec6c9e +size 75251 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/X3/F2R8PHUBJL014HKFOZC8UD.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/X3/F2R8PHUBJL014HKFOZC8UD.uasset new file mode 100644 index 0000000..70c748f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/X3/F2R8PHUBJL014HKFOZC8UD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5f0f5ab9093aaf1bcf9eed043337b6585cf753b55dea02159f4b2a4ccf861c +size 20291915 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/8/X5/8913RL0KMHRY2CCFYNG3GV.uasset b/Content/__ExternalActors__/Maps/Gensokyo/8/X5/8913RL0KMHRY2CCFYNG3GV.uasset new file mode 100644 index 0000000..52ed4e7 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/8/X5/8913RL0KMHRY2CCFYNG3GV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d6bb1c9766cd0a79a27d96cfe7d219f2c39601c2a2ff8d7cb2915cd3ac4ab3 +size 4929 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/1A/76W7HPHNGDM998XI9TX3IU.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/1A/76W7HPHNGDM998XI9TX3IU.uasset new file mode 100644 index 0000000..99151fc --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/1A/76W7HPHNGDM998XI9TX3IU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f97d9dd748527215fea8b45676673567e6baa59b7a16f60c76d3f43233990c +size 1893893 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/21/FV9AAL33S2KICGF6JT20YQ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/21/FV9AAL33S2KICGF6JT20YQ.uasset new file mode 100644 index 0000000..b360b74 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/21/FV9AAL33S2KICGF6JT20YQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8513e43def3bfc9cea5367c47920b63cbfeee41c64fbaad7fd7956c8ff8c0b72 +size 4751 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/39/2IMBBCNS4H7I1SZ1Z9P1P8.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/39/2IMBBCNS4H7I1SZ1Z9P1P8.uasset new file mode 100644 index 0000000..42b910c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/39/2IMBBCNS4H7I1SZ1Z9P1P8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea11db905a4680b54775f2e5350bcfb03e465228ce29d8e5d786907a551d925e +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/3M/Q73DBZ65JJ5P38SSQQM25K.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/3M/Q73DBZ65JJ5P38SSQQM25K.uasset new file mode 100644 index 0000000..14285d0 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/3M/Q73DBZ65JJ5P38SSQQM25K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffe90a777e07f284510d0e9c6d2fe77b3e575e3940473717cdeaa80351373c2 +size 27376661 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/4H/2DD08Y3LPVQKCKCQDRY42B.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/4H/2DD08Y3LPVQKCKCQDRY42B.uasset new file mode 100644 index 0000000..7132f4a --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/4H/2DD08Y3LPVQKCKCQDRY42B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e981b6b1c4040a652af214c6d465a60480805302c4c80854ec5a89fa5593b1 +size 1628225 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/4L/WSDKL0JGBJOM4O3154ZSIM.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/4L/WSDKL0JGBJOM4O3154ZSIM.uasset new file mode 100644 index 0000000..cc071f4 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/4L/WSDKL0JGBJOM4O3154ZSIM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1248f981655dd7d9675f4a09b637ab8c4915673ac5df5d89c26c40fd63b3bc96 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/8N/V8M3LFF9ACVKUE3LADNGLT.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/8N/V8M3LFF9ACVKUE3LADNGLT.uasset new file mode 100644 index 0000000..b18978d --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/8N/V8M3LFF9ACVKUE3LADNGLT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e22d7d6630a8e3a323a06463dcad1d95afa5162e30367a87fdba852a4572fb +size 18473519 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/8Z/WK0MLZFGHI3UWJOITWB7LU.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/8Z/WK0MLZFGHI3UWJOITWB7LU.uasset new file mode 100644 index 0000000..2d2819b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/8Z/WK0MLZFGHI3UWJOITWB7LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc906b04a0450e3ef6c617a507e8966b7df3887607bd4a4cfe1b8168be78b9b +size 1818421 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/BT/HDMES1D4OBX0985I1DLD8D.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/BT/HDMES1D4OBX0985I1DLD8D.uasset new file mode 100644 index 0000000..e74dac2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/BT/HDMES1D4OBX0985I1DLD8D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9e582e7387246855abaff68efa77b06b233ec0394301631eee2ddd5d470e39 +size 1978756 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/CQ/R7NPC2AG6CNZE373NWHFZK.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/CQ/R7NPC2AG6CNZE373NWHFZK.uasset new file mode 100644 index 0000000..3f1f40c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/CQ/R7NPC2AG6CNZE373NWHFZK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7978bca9ffa33cee90d2d0bcf3f2271cee44a955b390631afedffbdf4c9501 +size 115851 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/DZ/FO1N7SP5HAJQWRP9Y1BFD8.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/DZ/FO1N7SP5HAJQWRP9Y1BFD8.uasset new file mode 100644 index 0000000..93388f1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/DZ/FO1N7SP5HAJQWRP9Y1BFD8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8af361282ec4d6b1accc86ec104d5faa49bace4ad135de12d95d2d7649a1bca +size 27154123 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/E5/42O5LAZ5N7ED2OQHUTLKFN.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/E5/42O5LAZ5N7ED2OQHUTLKFN.uasset new file mode 100644 index 0000000..f72e351 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/E5/42O5LAZ5N7ED2OQHUTLKFN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9939d54233374f128a02d9499248cea3f6632fc04c54f19588528766700e09 +size 19095832 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/EZ/WW12AYI1UX8QGW2OTO0U52.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/EZ/WW12AYI1UX8QGW2OTO0U52.uasset new file mode 100644 index 0000000..6a5dff8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/EZ/WW12AYI1UX8QGW2OTO0U52.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee6616e8fc4560ebcbb8ada5276aa8773dd573d28c38bb661d138cbeca90c1d +size 128019 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/H9/Y27WDM73DYOHKL1MNFD0UZ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/H9/Y27WDM73DYOHKL1MNFD0UZ.uasset new file mode 100644 index 0000000..aa570f4 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/H9/Y27WDM73DYOHKL1MNFD0UZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1523cdc103f0fa4ae33c8cbf5a4b83fc20223b549f367701fb4bad5855528c +size 21065526 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/HE/TRGAAGBBM1GSU10OO9B7DO.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/HE/TRGAAGBBM1GSU10OO9B7DO.uasset new file mode 100644 index 0000000..2b477dd --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/HE/TRGAAGBBM1GSU10OO9B7DO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b1025faa05bfe9a0e387d12a6f52138bf2242353fe00a898686807129b8c7a +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/HM/HPR4MJKJUYV4CCR6QM14A7.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/HM/HPR4MJKJUYV4CCR6QM14A7.uasset new file mode 100644 index 0000000..4999bc2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/HM/HPR4MJKJUYV4CCR6QM14A7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a1404530cb7d8d11e80af280a36be4f4e8d772bccca8586cdc545f94527eb4 +size 18149304 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/JZ/AWT5P1ABUFJ4MCMZB84UBV.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/JZ/AWT5P1ABUFJ4MCMZB84UBV.uasset new file mode 100644 index 0000000..c34f0a0 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/JZ/AWT5P1ABUFJ4MCMZB84UBV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5a9efe61f0c05ddff980ed0f6174f52fc5596bc866d9eebf26e43dfcba92ca +size 22532610 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/KA/E7TOM8AXYO8YZIXHLLUJRQ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/KA/E7TOM8AXYO8YZIXHLLUJRQ.uasset new file mode 100644 index 0000000..9ee5e0f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/KA/E7TOM8AXYO8YZIXHLLUJRQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e532e0be51f0ce0d57fbda44f44bb4a21a64a21aadad79e0877d4275255ddca +size 2264147 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/NB/0J1DK9KFVTB2R92U9B1VIV.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/NB/0J1DK9KFVTB2R92U9B1VIV.uasset new file mode 100644 index 0000000..415947a --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/NB/0J1DK9KFVTB2R92U9B1VIV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e365048e6d69915fcf14f99303bab383fd783453f895951bd350dd93e3ba2b +size 23050303 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/PW/76B3F5BPJZYX01HW81KKBJ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/PW/76B3F5BPJZYX01HW81KKBJ.uasset new file mode 100644 index 0000000..fafd5ca --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/PW/76B3F5BPJZYX01HW81KKBJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbe90619c97723cf02f5bd6649b869340c94d353995f64efc13506919c15620 +size 1184846 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/QU/EZB7U8JVXAKQ4UY4XYOXVH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/QU/EZB7U8JVXAKQ4UY4XYOXVH.uasset new file mode 100644 index 0000000..c81dca4 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/QU/EZB7U8JVXAKQ4UY4XYOXVH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6feb5c0daefb67e80615960fc94bfa1274c3e38f15f4f939ed0f9768dad0f360 +size 2275729 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/QZ/PTRD2GVJIVZS7RMTJYN6Q6.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/QZ/PTRD2GVJIVZS7RMTJYN6Q6.uasset new file mode 100644 index 0000000..a0daf86 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/QZ/PTRD2GVJIVZS7RMTJYN6Q6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cf6bca671067bacb9bb6ac616ec97fdc71e36d72e3f7b8c47a3543e484dfc2 +size 1696716 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/RW/E7SVMZUE7V9IFVG8SBSUAH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/RW/E7SVMZUE7V9IFVG8SBSUAH.uasset new file mode 100644 index 0000000..5b738cb --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/RW/E7SVMZUE7V9IFVG8SBSUAH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da279585603cc466f21e852253a9e2117ff355e41927c4941c66552c30ff960d +size 1379134 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/UF/BF5A1RKJTIS64A69AINH06.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/UF/BF5A1RKJTIS64A69AINH06.uasset new file mode 100644 index 0000000..144c297 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/UF/BF5A1RKJTIS64A69AINH06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380bd27c9d376ce6a81a4ba7a4555ff0d120c0b2d71deecbbac92c8d0daa18bc +size 1331551 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/UL/M7MQMESHEK5PS6ELH0C5W2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/UL/M7MQMESHEK5PS6ELH0C5W2.uasset new file mode 100644 index 0000000..a219e35 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/UL/M7MQMESHEK5PS6ELH0C5W2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b2a789aef30aed6bce7defa6958ce785a98c45010dd086a20b7550d386ca4f +size 1863879 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/UX/17LPXJ86ET5MK68HLJXVW5.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/UX/17LPXJ86ET5MK68HLJXVW5.uasset new file mode 100644 index 0000000..29027a3 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/UX/17LPXJ86ET5MK68HLJXVW5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4122eb7545539c993223e5e5c6cc7f2df5e7913254ded151b91a7fec3f6caeb +size 4751 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/VF/S8CLQN6PUW5USMZRNVI7WM.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/VF/S8CLQN6PUW5USMZRNVI7WM.uasset new file mode 100644 index 0000000..084d466 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/VF/S8CLQN6PUW5USMZRNVI7WM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b453bb752a91a894c9801141040b4fd4ee7225928ca8ee184dcba9f886847908 +size 17048205 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/W5/176VS2XME4DH5PZ03TP4YJ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/W5/176VS2XME4DH5PZ03TP4YJ.uasset new file mode 100644 index 0000000..38dfc4c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/W5/176VS2XME4DH5PZ03TP4YJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98017096ecd351834ecb634b86dca0d7b5e3ec2dd7065410c9e2d94e60e8fdf6 +size 2200137 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/W7/MZ67KWKDIBSKSZ9K9QGBYR.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/W7/MZ67KWKDIBSKSZ9K9QGBYR.uasset new file mode 100644 index 0000000..7b27ae0 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/W7/MZ67KWKDIBSKSZ9K9QGBYR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1968354c781b699292b12bb49aa16ad341f0ee2c0791804a5b456cb7dc2e3afa +size 17701310 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/WB/N59SCQM93AOGWK4DM7SA2T.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/WB/N59SCQM93AOGWK4DM7SA2T.uasset new file mode 100644 index 0000000..ff19866 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/WB/N59SCQM93AOGWK4DM7SA2T.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337eb46396a0633f78faf5b7c18798a26c0ec0b1751b4cf385576622af4e5232 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/WJ/8V4Z6JHEXPLB5E2PWWFFXF.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/WJ/8V4Z6JHEXPLB5E2PWWFFXF.uasset new file mode 100644 index 0000000..29964b9 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/WJ/8V4Z6JHEXPLB5E2PWWFFXF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836c3c123b3b5c6eafba45c2d8ffc0c6bebb5fb6300a9c726d3e29b9d8b461de +size 25992841 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/WM/AE01ZIP0C4VPBHB6NKA4TY.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/WM/AE01ZIP0C4VPBHB6NKA4TY.uasset new file mode 100644 index 0000000..83e0a64 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/WM/AE01ZIP0C4VPBHB6NKA4TY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab3e443a31bc9e5af995fdb70de9c9bc7b4933af34ff20e0646ba5c187f5345 +size 4926 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/WV/MSQ2RR8ZGRFXMP3T11DK5X.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/WV/MSQ2RR8ZGRFXMP3T11DK5X.uasset new file mode 100644 index 0000000..1014c7e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/WV/MSQ2RR8ZGRFXMP3T11DK5X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb1fea2a5c793d8181d90c9dc33384006fb6bd3ca218b9a0805f9e3fd793295 +size 17749484 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/Y2/W2Z596M0XIO1A3RPBH2720.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/Y2/W2Z596M0XIO1A3RPBH2720.uasset new file mode 100644 index 0000000..de02c61 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/Y2/W2Z596M0XIO1A3RPBH2720.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815330df7131f18cc02f2eb8b24debf74e907f161bfed597ceedf43556a15c34 +size 20510652 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/YA/LYTKQ1C3ZQUDMQ3YKIACOI.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/YA/LYTKQ1C3ZQUDMQ3YKIACOI.uasset new file mode 100644 index 0000000..7405a94 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/YA/LYTKQ1C3ZQUDMQ3YKIACOI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab192cfc82cc371e76763ccd6294fefca7823a1c07614756197bb8f8ad952701 +size 139483 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/9/YB/O3Z8CH1L0Y94NYW3ZIRUS0.uasset b/Content/__ExternalActors__/Maps/Gensokyo/9/YB/O3Z8CH1L0Y94NYW3ZIRUS0.uasset new file mode 100644 index 0000000..b5276f3 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/9/YB/O3Z8CH1L0Y94NYW3ZIRUS0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16fe609b261fead3b4cc075fbf4b263868580ee483ebb9626bd60c8969feced9 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/21/R5KAR0OAZYVQ8DMKXIOMW0.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/21/R5KAR0OAZYVQ8DMKXIOMW0.uasset new file mode 100644 index 0000000..41be104 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/21/R5KAR0OAZYVQ8DMKXIOMW0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d65d3f4399911f36f0206839729b6c27fa5dd47eb0ac8b73b06205908aadcb6 +size 4929 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/2Y/IC4BHEBP3C73MBAMN3M8JY.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/2Y/IC4BHEBP3C73MBAMN3M8JY.uasset new file mode 100644 index 0000000..ccf3d54 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/2Y/IC4BHEBP3C73MBAMN3M8JY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb95a7c951c5c0135985aae960e7b9ac26899d2e3c04d43a518a890cb90cc20 +size 19131267 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/3E/U5GYNJHB9DP0ZO6TRBTBBW.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/3E/U5GYNJHB9DP0ZO6TRBTBBW.uasset new file mode 100644 index 0000000..9e8a213 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/3E/U5GYNJHB9DP0ZO6TRBTBBW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf69c5e37577e32f6bb792444666862cb657ca154f3f3ddf4d0fd997f795a7e +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/5G/6JB0DYWWMTEHIWYOJ17879.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/5G/6JB0DYWWMTEHIWYOJ17879.uasset new file mode 100644 index 0000000..258f45e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/5G/6JB0DYWWMTEHIWYOJ17879.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563c3bda4f287df9fbe99a28e72c3b3e16a11378452970c155a57e9679fd0b69 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/7K/CH1AP5WUUFVVK7QJ598GAP.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/7K/CH1AP5WUUFVVK7QJ598GAP.uasset new file mode 100644 index 0000000..c4d0743 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/7K/CH1AP5WUUFVVK7QJ598GAP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1babb8d833bb4bdc0d7f665832d68e6686257bba6e53077ed9fc68632b27be +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/B2/S1Z14Y0CF4DX69MS6BLSZV.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/B2/S1Z14Y0CF4DX69MS6BLSZV.uasset new file mode 100644 index 0000000..4661208 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/B2/S1Z14Y0CF4DX69MS6BLSZV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e647aa8d0711660dc3babd8465128a1b5289599fc110fbd7b605eca5b9a7d99 +size 21251547 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/DO/Z27OCC3OP1Q1ATJSPJ2PJ7.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/DO/Z27OCC3OP1Q1ATJSPJ2PJ7.uasset new file mode 100644 index 0000000..bf23061 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/DO/Z27OCC3OP1Q1ATJSPJ2PJ7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a66f3000754f8947f99be0ffdd3864eea0faf56477ac113bd5350c655191d12 +size 4929 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/EJ/X3Q4OMZXHBOILT28L1DMET.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/EJ/X3Q4OMZXHBOILT28L1DMET.uasset new file mode 100644 index 0000000..1570637 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/EJ/X3Q4OMZXHBOILT28L1DMET.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738c18cf4a4105836db4c4d24d1a058b13ae0f4c9edd6e8b8bd9937533b1ca67 +size 4765 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/HC/2R309A74KS0Y2BJK4DBPW7.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/HC/2R309A74KS0Y2BJK4DBPW7.uasset new file mode 100644 index 0000000..3f8883f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/HC/2R309A74KS0Y2BJK4DBPW7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf37a9372dabf4fd4cb8bfe4c10e9245b7fc76652b6d3f7149543ed755ea59f +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/IF/7TO4F8H215YAN9UE6UHKC9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/IF/7TO4F8H215YAN9UE6UHKC9.uasset new file mode 100644 index 0000000..62f7ed7 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/IF/7TO4F8H215YAN9UE6UHKC9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550c7beb19c12fa321ce30dc5825df2a86bbb3b4b01f4c87166e67035b011c12 +size 1888871 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/JM/X83KZIYAGXP3P86I4SXLNH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/JM/X83KZIYAGXP3P86I4SXLNH.uasset new file mode 100644 index 0000000..4e98c45 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/JM/X83KZIYAGXP3P86I4SXLNH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8af0a16689ddb6598f8c42d8a9842e5de151c302f4fa96323cf22c389eaf97 +size 3971 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/L8/LU81VXCW2N4ZGCEA7QO45N.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/L8/LU81VXCW2N4ZGCEA7QO45N.uasset new file mode 100644 index 0000000..21b9103 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/L8/LU81VXCW2N4ZGCEA7QO45N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ca4e77371249732fbf87d2d711698a3471f4b76f84e48938b5730e45ea33da +size 2172089 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/MT/9FWNCL8EEVMCXIK371D4MU.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/MT/9FWNCL8EEVMCXIK371D4MU.uasset new file mode 100644 index 0000000..62f626b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/MT/9FWNCL8EEVMCXIK371D4MU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea5c3fbb707f0dbfe316fb112a498a308984ee1e6cbf06e67dd505357887e44 +size 19584931 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/NN/QAR0MEJ6V4RF0PGI9KJLBH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/NN/QAR0MEJ6V4RF0PGI9KJLBH.uasset new file mode 100644 index 0000000..f9dcf0f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/NN/QAR0MEJ6V4RF0PGI9KJLBH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa246005a664e12cd55cf4888d9761c328c295a831515acb7c988a2f496012d +size 23068966 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/OD/J4JB93WU7B2YT5OS1T4ING.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/OD/J4JB93WU7B2YT5OS1T4ING.uasset new file mode 100644 index 0000000..5fe5edf --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/OD/J4JB93WU7B2YT5OS1T4ING.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93110b73a01fa73abe53bd16c9cf920883a203a6e5c9276283df4b2a0e61b9f +size 16192581 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/P3/4MPP8LF0VL6IUX65TVPSNJ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/P3/4MPP8LF0VL6IUX65TVPSNJ.uasset new file mode 100644 index 0000000..3bb4dcd --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/P3/4MPP8LF0VL6IUX65TVPSNJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5154f0b2d37ec4a687dceca3a280b44bd9f41d3212d1d279e6118e3c900775 +size 25397496 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/QW/2I41NX65IBRHW0S7BWINRD.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/QW/2I41NX65IBRHW0S7BWINRD.uasset new file mode 100644 index 0000000..9e5c0c1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/QW/2I41NX65IBRHW0S7BWINRD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f686a5bf43ef1ee5ded6112985cc91b355269cc8f5c5d247850eab4fa7ed49d8 +size 4765 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/RU/H7R8V0WJUX2TA19CKP2XNY.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/RU/H7R8V0WJUX2TA19CKP2XNY.uasset new file mode 100644 index 0000000..dae1d88 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/RU/H7R8V0WJUX2TA19CKP2XNY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f2fb37b23b62269ef64660f70f012cd56adb408cf54901757b8d735de4355a +size 2150152 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/TY/PL27STJ8B20BW0ZL3CZ36S.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/TY/PL27STJ8B20BW0ZL3CZ36S.uasset new file mode 100644 index 0000000..b6e4424 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/TY/PL27STJ8B20BW0ZL3CZ36S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc32a605191987a91155112c209d16c9bc485045908745a50192bdcf00a40ea +size 4765 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/U0/XZG2YGS9DUKV6LRX4SZU33.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/U0/XZG2YGS9DUKV6LRX4SZU33.uasset new file mode 100644 index 0000000..3abde2f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/U0/XZG2YGS9DUKV6LRX4SZU33.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0632a47dcf4d28e57658ad1d83a4a40ac674235babffe9306cacd29402d02e +size 1776112 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/V9/5EPN5DL2D5I6YDZI3L5WE4.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/V9/5EPN5DL2D5I6YDZI3L5WE4.uasset new file mode 100644 index 0000000..77dda4e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/V9/5EPN5DL2D5I6YDZI3L5WE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5091f259b73c9266987812bfe59694b6ef8289d0bc4d67905db80d10f8c9295a +size 1492147 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/VL/T20K79E9IFBQYOWH5HU68H.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/VL/T20K79E9IFBQYOWH5HU68H.uasset new file mode 100644 index 0000000..992a7c6 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/VL/T20K79E9IFBQYOWH5HU68H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e6611beb4c6d2160c9196abade6c32a72bb949440415dd7fdb692d0dc923e4 +size 1909853 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/VN/FRLYAAOYPWX1KS8IVUEZ9F.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/VN/FRLYAAOYPWX1KS8IVUEZ9F.uasset new file mode 100644 index 0000000..fd25440 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/VN/FRLYAAOYPWX1KS8IVUEZ9F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799df4fcc675d73220f60fdab88ca71f46ab880913f1fe01314b04f99f1f7229 +size 17235 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/WQ/EBVRQNJFHAYUJT9O7ZGYMT.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/WQ/EBVRQNJFHAYUJT9O7ZGYMT.uasset new file mode 100644 index 0000000..70860d3 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/WQ/EBVRQNJFHAYUJT9O7ZGYMT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded860cf9c47ef8793ab3329845832046e10b44001aa77ec7ab46562b91c5df9 +size 4926 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/WX/0NJ3WY71WDJMKKB19AO7BR.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/WX/0NJ3WY71WDJMKKB19AO7BR.uasset new file mode 100644 index 0000000..7aa2a35 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/WX/0NJ3WY71WDJMKKB19AO7BR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e4f3873c4fad72289caa7605aa5906b79d3cd84606d853e11ba144cc82962c +size 1678970 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/X1/E40OC8U4HMSQT34PK49GTM.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/X1/E40OC8U4HMSQT34PK49GTM.uasset new file mode 100644 index 0000000..95fd0f1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/X1/E40OC8U4HMSQT34PK49GTM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0e1ca2cf8abfd8e9ddb9179bd4a41acb376a2d5a6e336257dd75ad83589650 +size 2276349 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/Z1/6KUYPKPY6W8N1OPL01QGOO.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/Z1/6KUYPKPY6W8N1OPL01QGOO.uasset new file mode 100644 index 0000000..798305d --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/Z1/6KUYPKPY6W8N1OPL01QGOO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2696d46515ec3ef8d7409c7972def4cd9625356fa8774aa755250ab7ba4d6a51 +size 25071767 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/A/ZX/AYXIBLRNT9KYEMNTILJN9W.uasset b/Content/__ExternalActors__/Maps/Gensokyo/A/ZX/AYXIBLRNT9KYEMNTILJN9W.uasset new file mode 100644 index 0000000..c411eb6 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/A/ZX/AYXIBLRNT9KYEMNTILJN9W.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8216a8ffe2ca753e45c6eb39745016b32262a56d3bebe90ddc473e971502dcf +size 4926 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/1G/4XXVM1FP8OA9LMV3JQ5P9S.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/1G/4XXVM1FP8OA9LMV3JQ5P9S.uasset new file mode 100644 index 0000000..cbbac5b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/1G/4XXVM1FP8OA9LMV3JQ5P9S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fe8e62671b89a099b82141e88919ae2d4c00cba0cead7aef1ea2ec3fb379e0 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/6D/PSK5HHYSHQ9D5N16FTC84C.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/6D/PSK5HHYSHQ9D5N16FTC84C.uasset new file mode 100644 index 0000000..313a4de --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/6D/PSK5HHYSHQ9D5N16FTC84C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff710ede349fed1f0f24c71151ca2603d9e2d873cf9d05355b39badf83a34a7d +size 2216464 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/6K/K9C63CCO8EA6XDKNVD2VRR.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/6K/K9C63CCO8EA6XDKNVD2VRR.uasset new file mode 100644 index 0000000..3882fdd --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/6K/K9C63CCO8EA6XDKNVD2VRR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bca21ddf5c3e04d0360b5cba1f188275dd61a1e6f14f59297da831fe976d99 +size 23301725 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/7W/T3IAJQJZN9KMKF9YJF9HBK.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/7W/T3IAJQJZN9KMKF9YJF9HBK.uasset new file mode 100644 index 0000000..7292072 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/7W/T3IAJQJZN9KMKF9YJF9HBK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e40e9e41cea2d9715301c7af8872738dfcaab56b61814d773a438251928b763 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/84/3DKYMSZEQKSKW55MCN3S9N.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/84/3DKYMSZEQKSKW55MCN3S9N.uasset new file mode 100644 index 0000000..018d3f1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/84/3DKYMSZEQKSKW55MCN3S9N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511ec269f6a0cf464da5ac52bec730e04899c82c60fe817775cb74a3b55f6058 +size 1812888 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/8S/VX2Z5QCIKOUM0WSJNZGOCN.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/8S/VX2Z5QCIKOUM0WSJNZGOCN.uasset new file mode 100644 index 0000000..91848d2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/8S/VX2Z5QCIKOUM0WSJNZGOCN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ed328ede1bd49cc3ddffdaf59c7955440ffc7ce9438de971fb6ce0e27f5b79 +size 1443046 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/8T/5Y7AEN1C489NO3YT0U5R4H.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/8T/5Y7AEN1C489NO3YT0U5R4H.uasset new file mode 100644 index 0000000..5420f66 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/8T/5Y7AEN1C489NO3YT0U5R4H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1c452857c08e06b3999bf37829d1252fc48f856095d96b8bc2d4d488b58eca +size 22633673 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/9P/HQET429CBI4EYXH4O90SUL.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/9P/HQET429CBI4EYXH4O90SUL.uasset new file mode 100644 index 0000000..f6b6d24 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/9P/HQET429CBI4EYXH4O90SUL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b043f3165d76a2fff54d46fb7e50097ee3d330ea6c971aeab934f249dff22d82 +size 1294902 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/A1/I43N00KH1U4YQB9E1QYLEK.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/A1/I43N00KH1U4YQB9E1QYLEK.uasset new file mode 100644 index 0000000..1f91aaf --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/A1/I43N00KH1U4YQB9E1QYLEK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd1c7781528074924f22ef51662c029442f271719c4fd6911ba1e81ed4aba90 +size 4316 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/CC/YFIY91TB3DZ3D4V7A51KWY.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/CC/YFIY91TB3DZ3D4V7A51KWY.uasset new file mode 100644 index 0000000..ce780f9 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/CC/YFIY91TB3DZ3D4V7A51KWY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64ed45376417c3586fdc66e7e19cf452ad415224f086d852542aceb453d3105 +size 112019 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/CE/SFDPTYX84VWQZM8UPRS157.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/CE/SFDPTYX84VWQZM8UPRS157.uasset new file mode 100644 index 0000000..a062dd9 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/CE/SFDPTYX84VWQZM8UPRS157.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c51216dc66083170c0bc4ddabcfc8ee0f2f9fd1ffa681248c5fda308084548d +size 22957259 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/D7/3T7HOEQUFKTRA7EXZDPNFI.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/D7/3T7HOEQUFKTRA7EXZDPNFI.uasset new file mode 100644 index 0000000..67da7e7 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/D7/3T7HOEQUFKTRA7EXZDPNFI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa08452d4edb131d4d01d0373ce006c62b75156024c376dfafa59e5e042207c +size 1915430 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/EY/AMWK35TPBHDZC1RQYZHTK5.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/EY/AMWK35TPBHDZC1RQYZHTK5.uasset new file mode 100644 index 0000000..c77c0c3 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/EY/AMWK35TPBHDZC1RQYZHTK5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096de5f4fcc16414d13e5c184d8e75211140fc63756c7907ba28226cf0034199 +size 43711750 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/GA/81616F53XCUIDHJ52JXUCC.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/GA/81616F53XCUIDHJ52JXUCC.uasset new file mode 100644 index 0000000..cdaddeb --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/GA/81616F53XCUIDHJ52JXUCC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97acfa7b974d5ab89123d887c5e622ca05ad3001ecd04e24a3a7637c60ba2ea +size 1204140 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/KD/KNQ61MDFOFXKFHC4THMAMN.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/KD/KNQ61MDFOFXKFHC4THMAMN.uasset new file mode 100644 index 0000000..fc092d9 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/KD/KNQ61MDFOFXKFHC4THMAMN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a3e86aa82ea69619727fc9a15341a938a08721a757334a84c325af55bfed6c +size 19769417 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/OW/2EFA6IWFN2GBLXD3RO1MNP.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/OW/2EFA6IWFN2GBLXD3RO1MNP.uasset new file mode 100644 index 0000000..b757d08 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/OW/2EFA6IWFN2GBLXD3RO1MNP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800f4a666f7298f9c7bdc88bb2785900722293e7b3b989e547a39286d8a45158 +size 25002149 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/PJ/26ZM4CUO451JXXCJCSBSQ2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/PJ/26ZM4CUO451JXXCJCSBSQ2.uasset new file mode 100644 index 0000000..641aa29 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/PJ/26ZM4CUO451JXXCJCSBSQ2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862327fdaa9b5543c760117feee68c4b0cf9cb07423f06bdfbcfc8c1ec20e748 +size 2088196 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/Q0/0VICVBYZ25MX12ESL08MDY.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/Q0/0VICVBYZ25MX12ESL08MDY.uasset new file mode 100644 index 0000000..a72442e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/Q0/0VICVBYZ25MX12ESL08MDY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e64c59a36b893e3a9ff9709273113c78e5d10b5a27872f42523be3d8b3742d0 +size 25859278 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/QU/NCWE4PNK9P3V850G6UGBP8.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/QU/NCWE4PNK9P3V850G6UGBP8.uasset new file mode 100644 index 0000000..4309be8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/QU/NCWE4PNK9P3V850G6UGBP8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b906ae2e55207c1faed9642eb28cfb7713a7fa3d3f14e7c4652356afaffdcd +size 17441972 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/RD/JYAS7S1IFOK3A296BP3FPU.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/RD/JYAS7S1IFOK3A296BP3FPU.uasset new file mode 100644 index 0000000..083db88 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/RD/JYAS7S1IFOK3A296BP3FPU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40d4cbf98aa070f2bc77af17aca950194ead0e83e41a70ad9fb4c42cdeb05aa +size 25825312 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/SF/1LT412AD48U2AWPUL53WUQ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/SF/1LT412AD48U2AWPUL53WUQ.uasset new file mode 100644 index 0000000..7b1e36c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/SF/1LT412AD48U2AWPUL53WUQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f827c9000338bc97260f60d5a0ac12f8468744b9b8b9b6f985ae563112703b0 +size 2058240 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/U4/L786EHPQX8DVZY9FDZK6XV.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/U4/L786EHPQX8DVZY9FDZK6XV.uasset new file mode 100644 index 0000000..f760dc4 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/U4/L786EHPQX8DVZY9FDZK6XV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2469ef252d351e939e1ff2570929054521f2b370111ff052c3465a8ed4610538 +size 16182956 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/WJ/K45E3P3EQ2QOA8BZHS2ZQO.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/WJ/K45E3P3EQ2QOA8BZHS2ZQO.uasset new file mode 100644 index 0000000..a67355b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/WJ/K45E3P3EQ2QOA8BZHS2ZQO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06eb2d39ada692094a9b10955f743358b6625e46525af3e6fecb0b1f343f0a15 +size 61747 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/B/YF/V7ZJ1OZ3F7FGLAOBVZ1AQE.uasset b/Content/__ExternalActors__/Maps/Gensokyo/B/YF/V7ZJ1OZ3F7FGLAOBVZ1AQE.uasset new file mode 100644 index 0000000..04f974d --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/B/YF/V7ZJ1OZ3F7FGLAOBVZ1AQE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7115ec38c0767832ab47b93f9b8d92227d5a718467d0fb9b7f39297ba149a9 +size 1680666 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/0B/UWJ6T10EGA6KZVPNZTFWQG.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/0B/UWJ6T10EGA6KZVPNZTFWQG.uasset new file mode 100644 index 0000000..3c47f3f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/0B/UWJ6T10EGA6KZVPNZTFWQG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19fc0c096e211eb7327bbbcdff3093a624caddc5913c46b4c87e70d18a0f2e20 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/42/S28HUCFDL5GEJKAPX93B0J.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/42/S28HUCFDL5GEJKAPX93B0J.uasset new file mode 100644 index 0000000..a1c1390 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/42/S28HUCFDL5GEJKAPX93B0J.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca4fddfd43202d8947caf9a398f16d6ea7f38545145f909df24cf92146c3689 +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/48/LI6RL5AWVCEZ1GOWN316WA.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/48/LI6RL5AWVCEZ1GOWN316WA.uasset new file mode 100644 index 0000000..0813202 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/48/LI6RL5AWVCEZ1GOWN316WA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95be0692e3fea28a0b3710ef003ded144a0c135466cde909ccf2460bc0adf283 +size 1896361 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/4O/IPYV9EF4V1NHUM12X07B84.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/4O/IPYV9EF4V1NHUM12X07B84.uasset new file mode 100644 index 0000000..631f437 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/4O/IPYV9EF4V1NHUM12X07B84.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f3048035e0881f7e520caca2326ce9e056bae30dabe53072cb13944bd52ab1 +size 20685301 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/5N/A87SCPHLJS9HCEK423YG88.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/5N/A87SCPHLJS9HCEK423YG88.uasset new file mode 100644 index 0000000..efb0524 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/5N/A87SCPHLJS9HCEK423YG88.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c37db8676081ff0c440185e663449364198418a8abda15c468e902b09c4524 +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/64/9NO86H6AXRP22E8LFEWGSJ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/64/9NO86H6AXRP22E8LFEWGSJ.uasset new file mode 100644 index 0000000..4b34b9f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/64/9NO86H6AXRP22E8LFEWGSJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02c00d1e71ac06e3483122cfb038bca2cb865fbbe9557ee8804e90aef5a97e0 +size 4765 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/70/FSBGAD4QH55FHDYPIK3AKE.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/70/FSBGAD4QH55FHDYPIK3AKE.uasset new file mode 100644 index 0000000..655bf4f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/70/FSBGAD4QH55FHDYPIK3AKE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846540968067f86d94f9e828dcffea83992a0f7180307288844cb7b52e0c3a81 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/8B/76XFLQRDLYT37CHNTWEPMI.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/8B/76XFLQRDLYT37CHNTWEPMI.uasset new file mode 100644 index 0000000..4555b97 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/8B/76XFLQRDLYT37CHNTWEPMI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8552cb2078d2121bb29af190aef366d217dea083d92b60650a6607900cf211e9 +size 23180675 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/AE/OCQYD8FJAH9VD4YW6EW7N6.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/AE/OCQYD8FJAH9VD4YW6EW7N6.uasset new file mode 100644 index 0000000..2bf9196 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/AE/OCQYD8FJAH9VD4YW6EW7N6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2272e86830cb59318baa829c00a1a639172015602e164d16fd380c6521b66a7d +size 26885566 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/AF/F2KJWSCXN74V2EG6LC2VND.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/AF/F2KJWSCXN74V2EG6LC2VND.uasset new file mode 100644 index 0000000..8718ae3 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/AF/F2KJWSCXN74V2EG6LC2VND.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f6c81473335de7842951c80825aa7126cf434688a4cb803153b2c70d0391dd +size 2197641 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/AH/T54QC455HNYNBGU5PKQAER.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/AH/T54QC455HNYNBGU5PKQAER.uasset new file mode 100644 index 0000000..561b280 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/AH/T54QC455HNYNBGU5PKQAER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536a77b26ceebada303ac4ce29e445fcff932acce35bca4c6aa81447199073fd +size 1961939 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/BF/LFOB34ADFXCIOGMNKWVC3T.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/BF/LFOB34ADFXCIOGMNKWVC3T.uasset new file mode 100644 index 0000000..f64d1b3 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/BF/LFOB34ADFXCIOGMNKWVC3T.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be688c54ea53a790032fcefbd03efb5ba7a6e1f4e3f90a3a2fc90b2f615b2d4 +size 1220292 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/DZ/75PJFQV8N8V388BL8NOCTN.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/DZ/75PJFQV8N8V388BL8NOCTN.uasset new file mode 100644 index 0000000..8d0b7c8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/DZ/75PJFQV8N8V388BL8NOCTN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cea2cfd0375baaa58091300164181495d8a8973c52646be19dd5f32c7409f5 +size 1866550 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/GE/E1G8CAAE8XZECY9XOIRDPI.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/GE/E1G8CAAE8XZECY9XOIRDPI.uasset new file mode 100644 index 0000000..83fc012 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/GE/E1G8CAAE8XZECY9XOIRDPI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa40b9d305ae8f0d8ca4dabfb49e56cbf16367506bdb944782cbd87069f91c0 +size 4929 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/GH/7F16FVH0J0I4BE05D0NAPJ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/GH/7F16FVH0J0I4BE05D0NAPJ.uasset new file mode 100644 index 0000000..c56cc04 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/GH/7F16FVH0J0I4BE05D0NAPJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a108c2691026e982cbb422cace35c50fd553c54d164a6440e2d9605ddcabfc84 +size 4926 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/H5/A9XEYYQD5IY172ITK83U3C.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/H5/A9XEYYQD5IY172ITK83U3C.uasset new file mode 100644 index 0000000..a822ac7 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/H5/A9XEYYQD5IY172ITK83U3C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80805f6a8cf79db425ccc94277dcccf973dd3d5ff949be537920a1a1ff4380b6 +size 1197905 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/HB/PMXZH4REIP99E7IICLP5MH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/HB/PMXZH4REIP99E7IICLP5MH.uasset new file mode 100644 index 0000000..69400e3 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/HB/PMXZH4REIP99E7IICLP5MH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f0d827383f35714ef1d422978042119992090d463350ed0b1df97c40d9bdfb +size 2021613 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/I2/4E0WDA2IXJZEAYNHUU0UAK.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/I2/4E0WDA2IXJZEAYNHUU0UAK.uasset new file mode 100644 index 0000000..d5544e8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/I2/4E0WDA2IXJZEAYNHUU0UAK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076ba7dc4800732defec88a1569846ae1bc90faa5d13d5b0ac451c9f27909d39 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/IG/ZUE4DET7ZEQ20LG9OFU4IK.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/IG/ZUE4DET7ZEQ20LG9OFU4IK.uasset new file mode 100644 index 0000000..8b34fd3 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/IG/ZUE4DET7ZEQ20LG9OFU4IK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583a10f26a6ebd752471c5233e0952126420b61e1ec67df00e41cdd0765b51a3 +size 2265545 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/IH/E9V20UVQ9RLGU9AANXEMED.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/IH/E9V20UVQ9RLGU9AANXEMED.uasset new file mode 100644 index 0000000..13280e8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/IH/E9V20UVQ9RLGU9AANXEMED.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cde1d5911ffdfb39c3a492038ecbb42a9e9c7c15f3d16fc9bc2428781e1fdd8 +size 4430 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/IM/H5JGIO31RSNKPDWTY4K257.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/IM/H5JGIO31RSNKPDWTY4K257.uasset new file mode 100644 index 0000000..9bef82d --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/IM/H5JGIO31RSNKPDWTY4K257.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f60b2aa6a78d8fb0e3c74bcd78df172c52320d2f2e0628f3b6741d6486963b9 +size 26041601 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/KG/1CCZ5CHKVYYQVSZR6X1ZCA.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/KG/1CCZ5CHKVYYQVSZR6X1ZCA.uasset new file mode 100644 index 0000000..a9f319d --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/KG/1CCZ5CHKVYYQVSZR6X1ZCA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e7a0a34f34ed493af2c88e7833855c7c8fd81f6967a8ddadeb53527f19771a +size 2023550 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/KL/N0Z5SXZHLG1L0UO02HNRXK.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/KL/N0Z5SXZHLG1L0UO02HNRXK.uasset new file mode 100644 index 0000000..b1c763b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/KL/N0Z5SXZHLG1L0UO02HNRXK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e7e5b6472c56e6c9a4582fccbf9c80c2bd002bda18e526fe02ccc535fcd326 +size 1227750 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/KS/FADJ2GF4QW4JLC8V5U1TGS.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/KS/FADJ2GF4QW4JLC8V5U1TGS.uasset new file mode 100644 index 0000000..3465f98 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/KS/FADJ2GF4QW4JLC8V5U1TGS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed55c792c06185f7f7f016607a408a2cc560fcf2e75f544e4b56d3fb021f5931 +size 1744718 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/KS/IIWGV4R0O8JGF92X4SKDUB.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/KS/IIWGV4R0O8JGF92X4SKDUB.uasset new file mode 100644 index 0000000..f12aa6d --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/KS/IIWGV4R0O8JGF92X4SKDUB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce95fa4779c53cd402d8fdfb99ab22982981ecbc54aecaf707f0537457eacf29 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/LO/QXZXI2HNLAY3LNEWYO8QUK.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/LO/QXZXI2HNLAY3LNEWYO8QUK.uasset new file mode 100644 index 0000000..01a0942 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/LO/QXZXI2HNLAY3LNEWYO8QUK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f11258b3d123f26e50471e236e76ec42ae0ef653cb4337205244046e4c48e52 +size 168267 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/MZ/FVMLGS780XDGLQ1A5D39OY.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/MZ/FVMLGS780XDGLQ1A5D39OY.uasset new file mode 100644 index 0000000..989e91c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/MZ/FVMLGS780XDGLQ1A5D39OY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3072f4dfc9a4256789eeb6d4765e4c66bd959394a2efccfd3f33ababd00365f4 +size 13929950 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/NH/IUS41UKZ5UE2AV1ALFVGJY.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/NH/IUS41UKZ5UE2AV1ALFVGJY.uasset new file mode 100644 index 0000000..c9cbb15 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/NH/IUS41UKZ5UE2AV1ALFVGJY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19fc75a27feb9f05a24ba592568bce8dd44313b4ff989a0650d8490940ae4566 +size 2020626 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/R2/9C3O14OBDRWDX02MF1JEZD.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/R2/9C3O14OBDRWDX02MF1JEZD.uasset new file mode 100644 index 0000000..fa5666d --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/R2/9C3O14OBDRWDX02MF1JEZD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3531cdc639b4dfa36574dc09945246e3a84e90b7bcc88b6082879066dadf27d5 +size 1906135 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/RJ/1UH15UNICLB5IFBTIMIMO1.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/RJ/1UH15UNICLB5IFBTIMIMO1.uasset new file mode 100644 index 0000000..cb0df85 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/RJ/1UH15UNICLB5IFBTIMIMO1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f40db947d12ec79aa3892db6a0c4f69e8a8c3b7b6c343c0f487a066c0e1c40 +size 2036847 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/SS/638NRPYR05W89L5MX4H8ED.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/SS/638NRPYR05W89L5MX4H8ED.uasset new file mode 100644 index 0000000..9c1b8ca --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/SS/638NRPYR05W89L5MX4H8ED.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea9b6037cdc9aa49fa87782de042d787d16184a833217b79ff402a661f27ddf +size 1638640 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/U2/3FYHCEETQ9CESRG275CLTU.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/U2/3FYHCEETQ9CESRG275CLTU.uasset new file mode 100644 index 0000000..d4042ab --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/U2/3FYHCEETQ9CESRG275CLTU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afecb305ecef8b96a675cf378121ef2316017d7a129f003f4855cfabce05917 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/V6/W7G1QFPX9KDQGI66TM19Z2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/V6/W7G1QFPX9KDQGI66TM19Z2.uasset new file mode 100644 index 0000000..341e87b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/V6/W7G1QFPX9KDQGI66TM19Z2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c2b8c202d8be60a8b5da0ebec9de2a9cc5fbfd6818f6815e93a0d291e40c05 +size 31178991 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/XM/C6GXXVFMYE9U93W500H026.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/XM/C6GXXVFMYE9U93W500H026.uasset new file mode 100644 index 0000000..0fd2e32 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/XM/C6GXXVFMYE9U93W500H026.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e86c949c5920c1fbdbf9cab9b81f756ba3c07cef9d058563b8283e4d4dd719 +size 1230541 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/XW/I6YCED6VBKWT10IMM6YQ3W.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/XW/I6YCED6VBKWT10IMM6YQ3W.uasset new file mode 100644 index 0000000..c895e5f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/XW/I6YCED6VBKWT10IMM6YQ3W.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88df489a14c990a71e2cce25ebdd2bcf90f534d44492bb13c112125c115bbef3 +size 2084077 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/Y4/GQCVO1MP6WHBUQCS745P44.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/Y4/GQCVO1MP6WHBUQCS745P44.uasset new file mode 100644 index 0000000..37514a4 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/Y4/GQCVO1MP6WHBUQCS745P44.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b3dc721b23ec1f956941cadc4d11202a67a2f73c6fa9e67e1a026585ba111c +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/YJ/Y24N9G1LT84DGJUB519HQY.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/YJ/Y24N9G1LT84DGJUB519HQY.uasset new file mode 100644 index 0000000..3076cf5 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/YJ/Y24N9G1LT84DGJUB519HQY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2142d8758c9a6abb5ee1eaaae17d0c318a9c0e7fa21ed19e2e0cf5b3986319b +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/YN/EM0P11PTDZC2N1HZ2IJDUS.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/YN/EM0P11PTDZC2N1HZ2IJDUS.uasset new file mode 100644 index 0000000..b96cc3f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/YN/EM0P11PTDZC2N1HZ2IJDUS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163e637aaacd4f45e24b2f7dc02ffc7e2a3afb5e60bf1da980d442081c3f36c6 +size 18681466 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/C/YW/XWLOH1EQ3FNO4VFNHOBFFY.uasset b/Content/__ExternalActors__/Maps/Gensokyo/C/YW/XWLOH1EQ3FNO4VFNHOBFFY.uasset new file mode 100644 index 0000000..48d8241 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/C/YW/XWLOH1EQ3FNO4VFNHOBFFY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fa05917ceb8aedb834d548b248995e5f6020622b1a470680f8481c57ca3b4f +size 160155 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/0O/VA42ZYNHVKXH5X17XNFZVY.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/0O/VA42ZYNHVKXH5X17XNFZVY.uasset new file mode 100644 index 0000000..da400fb --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/0O/VA42ZYNHVKXH5X17XNFZVY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbaf25eb4cd7775fe96b1b9f0b1d8b155c621f2499ae9544ecd2ee063fe5ef1 +size 71339 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/0V/U6A2H3DA1NUFAA5MTEF5AI.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/0V/U6A2H3DA1NUFAA5MTEF5AI.uasset new file mode 100644 index 0000000..3c9d259 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/0V/U6A2H3DA1NUFAA5MTEF5AI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcd77125d667f0dff479e70d205ed27c31355390510e377bab6f2cb630c4437 +size 18277102 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/2N/FCZSFQIVVN7QUZZ14B3M9K.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/2N/FCZSFQIVVN7QUZZ14B3M9K.uasset new file mode 100644 index 0000000..ced8858 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/2N/FCZSFQIVVN7QUZZ14B3M9K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc292bf2de09efcdbacaf9d5335b11387bd5e04e63815dd3bc5438c82e83a15 +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/5E/282Q4WM95B7TYHR2QPHVDC.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/5E/282Q4WM95B7TYHR2QPHVDC.uasset new file mode 100644 index 0000000..40fb78b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/5E/282Q4WM95B7TYHR2QPHVDC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71bc27f451d7e521b460ddc2a98c24658a5b4f467f521184839856b6a228e4f +size 37202053 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/5X/SPVMJKWHR0P0JI8B6ISSJ1.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/5X/SPVMJKWHR0P0JI8B6ISSJ1.uasset new file mode 100644 index 0000000..bbbf7c4 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/5X/SPVMJKWHR0P0JI8B6ISSJ1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11db217e2842caa2c532f473c87e8dbece906cc26e4d0e3d866d6b29333917ba +size 20916799 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/88/EL7T5X3M63GIV66S9T9V5H.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/88/EL7T5X3M63GIV66S9T9V5H.uasset new file mode 100644 index 0000000..7f3748a --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/88/EL7T5X3M63GIV66S9T9V5H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e4ec07433284cf8717caa6dad4132520e5660c3e5c2f1f783578d6d548760b +size 1766819 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/89/HED8EFR2BVWVK7XESPGAZZ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/89/HED8EFR2BVWVK7XESPGAZZ.uasset new file mode 100644 index 0000000..2c64933 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/89/HED8EFR2BVWVK7XESPGAZZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3ce161a0711266278720f6d13db125b8343b6fdb116ed3066cc056683da3da +size 1617768 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/9N/J8161U8CESN38MNF435F2S.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/9N/J8161U8CESN38MNF435F2S.uasset new file mode 100644 index 0000000..ac8b9a8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/9N/J8161U8CESN38MNF435F2S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4941efbf62e7a982700987d86eabb3b2bf0b76b25bf8f42ae2196c774c305108 +size 1461912 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/AD/4HNQDKNNF3OFSJBBULQO5O.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/AD/4HNQDKNNF3OFSJBBULQO5O.uasset new file mode 100644 index 0000000..b42c48a --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/AD/4HNQDKNNF3OFSJBBULQO5O.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ff2d09f75bff2df0fd884bede3f304d498918893b310ac47d2b136075d7c26 +size 22891327 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/AT/J09HUMSVG9RV6W0V51DCOC.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/AT/J09HUMSVG9RV6W0V51DCOC.uasset new file mode 100644 index 0000000..f7516c6 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/AT/J09HUMSVG9RV6W0V51DCOC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a9ede0bc4ead0d6414ce1088596b8a2036e493fe3ca02d4b129f4a94ad4b6a +size 3361 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/CX/KMYUHBLZEE5XWV4PDZC5V9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/CX/KMYUHBLZEE5XWV4PDZC5V9.uasset new file mode 100644 index 0000000..d92dcf3 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/CX/KMYUHBLZEE5XWV4PDZC5V9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9179162b738691366f234f5fc48ce19cb98cf2e99051cd6dbb989ea90b6af1 +size 22603 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/DR/ZU2WRY9QUPBDQW4GHIE9P3.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/DR/ZU2WRY9QUPBDQW4GHIE9P3.uasset new file mode 100644 index 0000000..63277ed --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/DR/ZU2WRY9QUPBDQW4GHIE9P3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb49e905a62309623f5a506c4505538aa9252c42fcf21556a418a2c135b1497 +size 6582 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/EX/WDJGJGXW5X2CNPI92ZDRI9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/EX/WDJGJGXW5X2CNPI92ZDRI9.uasset new file mode 100644 index 0000000..92b25a0 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/EX/WDJGJGXW5X2CNPI92ZDRI9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc084480bdf334a6c648025a9b55cbf49ec7e1d8d01b73d96273d98c4e885af +size 1606757 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/ID/V9ME5A4L3L9YTF9OS1OKS3.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/ID/V9ME5A4L3L9YTF9OS1OKS3.uasset new file mode 100644 index 0000000..b4e411f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/ID/V9ME5A4L3L9YTF9OS1OKS3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc92256446b1c2e9c39ba0cfbdba4f34a3eff7a699c3bd72a38e8e5c5e8f0666 +size 4926 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/IL/UMOMIMS8304IMJ5XC349MJ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/IL/UMOMIMS8304IMJ5XC349MJ.uasset new file mode 100644 index 0000000..51d251c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/IL/UMOMIMS8304IMJ5XC349MJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902a2c0841e803bdefad37d48f87c68df3e59c8c178241e7c72ee8dbe2574b15 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/K2/GZTU31MH01SECCNI0B20AX.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/K2/GZTU31MH01SECCNI0B20AX.uasset new file mode 100644 index 0000000..bba47e1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/K2/GZTU31MH01SECCNI0B20AX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b128da5b447012f5bfc8838f25c89efda67c5286c06ae92edd81b0f1a7fad35 +size 2018084 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/L3/UE2OHRELR3U792Q5ESEMIC.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/L3/UE2OHRELR3U792Q5ESEMIC.uasset new file mode 100644 index 0000000..a66f121 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/L3/UE2OHRELR3U792Q5ESEMIC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465b6febfd3e034ae24f7ae9e71e3c077a907a0c18593ea5fd5f46b0fa354ce3 +size 25011749 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/PM/FERMPEWA9AA2JIBDX76MK4.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/PM/FERMPEWA9AA2JIBDX76MK4.uasset new file mode 100644 index 0000000..baa83c8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/PM/FERMPEWA9AA2JIBDX76MK4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d797afd0f0550db27d815164ea3c7f1872a147c42236e145c214240815faea6 +size 20154320 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/SV/LYPZII1FR2TPYWDXTIDDC9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/SV/LYPZII1FR2TPYWDXTIDDC9.uasset new file mode 100644 index 0000000..1178603 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/SV/LYPZII1FR2TPYWDXTIDDC9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159384151d29b4281f02476ce6fd2528d606fadca1a53951653d74149468760e +size 2109262 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/VD/9M4E7ETYJTZ59N9WKHTUAH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/VD/9M4E7ETYJTZ59N9WKHTUAH.uasset new file mode 100644 index 0000000..35ed49e --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/VD/9M4E7ETYJTZ59N9WKHTUAH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3677face7d4177dc14f79beb6c09283b85391de65fd0ce684907a833f54387c +size 1569203 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/VJ/IL41VT58GTPKGS9ZK25U4D.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/VJ/IL41VT58GTPKGS9ZK25U4D.uasset new file mode 100644 index 0000000..aec2c36 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/VJ/IL41VT58GTPKGS9ZK25U4D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae12172b6f5ab2208c3f407ad4ab4430aed08d2da3a397041102f528b6acf52c +size 2009530 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/X1/81XI0UNGLAHPH14XJWNKGW.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/X1/81XI0UNGLAHPH14XJWNKGW.uasset new file mode 100644 index 0000000..9316990 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/X1/81XI0UNGLAHPH14XJWNKGW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7023c8c9a72793cbb6b9ae99f73cb532b9ff938041a005ae12ff79a70f822a5c +size 21261937 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/XX/PWKYMSC2LNN2OT27UP08ZX.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/XX/PWKYMSC2LNN2OT27UP08ZX.uasset new file mode 100644 index 0000000..6bfefff --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/XX/PWKYMSC2LNN2OT27UP08ZX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8970e915bbf4c121d71e696cd9a12f8d4c81262b256530ecb66f31ba799d0f8 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/D/Y4/QT4HGTHMMPFTVVWO29RDLR.uasset b/Content/__ExternalActors__/Maps/Gensokyo/D/Y4/QT4HGTHMMPFTVVWO29RDLR.uasset new file mode 100644 index 0000000..b73a9c2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/D/Y4/QT4HGTHMMPFTVVWO29RDLR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb33af7a3c8c91a946e998c1b3662d202ea35a8a38e38bbe91d073319eb06a4 +size 45454698 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/06/TUQN1YR4NAGW39RQFOLN7K.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/06/TUQN1YR4NAGW39RQFOLN7K.uasset new file mode 100644 index 0000000..78bba02 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/06/TUQN1YR4NAGW39RQFOLN7K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4521b8a1588371d272965482fcc7f80956b43ce9fe31e74e1d62ecfa22204a7 +size 2179536 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/1M/OB58SL3XLFMALISVFZKC25.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/1M/OB58SL3XLFMALISVFZKC25.uasset new file mode 100644 index 0000000..66d8ae4 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/1M/OB58SL3XLFMALISVFZKC25.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73ff2704e799f754df9ee12405a22158e1c23f97da64d05602f87647fbb7f7f +size 95253798 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/1O/FBYT8GA45L6R02L4UKJ4ME.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/1O/FBYT8GA45L6R02L4UKJ4ME.uasset new file mode 100644 index 0000000..1ccf937 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/1O/FBYT8GA45L6R02L4UKJ4ME.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827d7765bfaf67e92f38d3a2144eb245fe9d759f27e09f5d4721af4c312e1189 +size 1572116 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/2K/D1S1IZ3OMVHPPAKEYONIV6.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/2K/D1S1IZ3OMVHPPAKEYONIV6.uasset new file mode 100644 index 0000000..c04463c --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/2K/D1S1IZ3OMVHPPAKEYONIV6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac304ce9f113b122502f9a0fbe9a88bff8eb6e82b67bcccd63fb443cbf2e512 +size 2040323 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/52/WUJU5G957DXH2ELB3KAFL5.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/52/WUJU5G957DXH2ELB3KAFL5.uasset new file mode 100644 index 0000000..485d875 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/52/WUJU5G957DXH2ELB3KAFL5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7159c76fae811067d22b843eee9cd534b3e303371298deec486250a9eb8c1e54 +size 134259 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/5H/2Q0JZ02DG3VWI4M7R3RJP8.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/5H/2Q0JZ02DG3VWI4M7R3RJP8.uasset new file mode 100644 index 0000000..9df233f --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/5H/2Q0JZ02DG3VWI4M7R3RJP8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd254fa4ede2527176bcac71272cc6ff292bf35bcf6680f30a0c5634ec4a525 +size 8715 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/62/2F36ANPJQL6FKC8Y4RJSQN.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/62/2F36ANPJQL6FKC8Y4RJSQN.uasset new file mode 100644 index 0000000..a547e94 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/62/2F36ANPJQL6FKC8Y4RJSQN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd4f10450f10231b476f458ef18d65979ed754f54ae82ffa9dcd6be9a9b1d7e +size 1589716 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/65/XQAHIVBS3VJHVRV1HRQ0AM.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/65/XQAHIVBS3VJHVRV1HRQ0AM.uasset new file mode 100644 index 0000000..fa244ed --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/65/XQAHIVBS3VJHVRV1HRQ0AM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012f128e26006d1b85fa7cd5693e9de6cbaae9419948341363e3a1ef6ffcaaba +size 1246392 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/93/TLMED7CSNBJK68566U0E5Y.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/93/TLMED7CSNBJK68566U0E5Y.uasset new file mode 100644 index 0000000..582d2f8 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/93/TLMED7CSNBJK68566U0E5Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec67e9eef9f298c8d187030e3d104eff7ce1cb24f47c2778189fd6e230e97c0b +size 4926 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/9A/JKHVJNI75PI8N738O7RFX6.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/9A/JKHVJNI75PI8N738O7RFX6.uasset new file mode 100644 index 0000000..cb24aac --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/9A/JKHVJNI75PI8N738O7RFX6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12037597e43cf612b9869bcb3f82a5e74c043d5611499feb71dffb536c513154 +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/9L/45F5BPDSI4R7WFVWJM28MG.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/9L/45F5BPDSI4R7WFVWJM28MG.uasset new file mode 100644 index 0000000..636cc60 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/9L/45F5BPDSI4R7WFVWJM28MG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d493529f45c90e4bd8aed26ca0c9c20316c5f4f85337691093ae48ea7faa820 +size 2226814 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/CF/IBFDJGER06AIKAKWY74R82.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/CF/IBFDJGER06AIKAKWY74R82.uasset new file mode 100644 index 0000000..1d93e67 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/CF/IBFDJGER06AIKAKWY74R82.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a0874eeb67f9f4eed24f7ef8f9e454a3896fc8060ca503d887eb2449ad40b7 +size 1237618 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/E6/9UWEURXUZ9MFGORMKX7PV9.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/E6/9UWEURXUZ9MFGORMKX7PV9.uasset new file mode 100644 index 0000000..95a055b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/E6/9UWEURXUZ9MFGORMKX7PV9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e82228b8c630214622cfa4480c91c2c901e735db12b94d57943454a5421c849 +size 1407082 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/G0/8B7V6KX8QVNLGGP2DRCKT6.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/G0/8B7V6KX8QVNLGGP2DRCKT6.uasset new file mode 100644 index 0000000..14b47fb --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/G0/8B7V6KX8QVNLGGP2DRCKT6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1547cf159e62d517614072b133ab58eb283b1460233e527ab40274b92426a8b4 +size 2200244 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/G8/PQDQ2JZ4CGGAQ3MPFEY2W2.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/G8/PQDQ2JZ4CGGAQ3MPFEY2W2.uasset new file mode 100644 index 0000000..2f754ea --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/G8/PQDQ2JZ4CGGAQ3MPFEY2W2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50199969d461b1ed973653e61ccc66a46cce03c1a315403951d2a7e869381da1 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/IB/42XRS6MI6ZEFYQBJG2F158.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/IB/42XRS6MI6ZEFYQBJG2F158.uasset new file mode 100644 index 0000000..b7c8224 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/IB/42XRS6MI6ZEFYQBJG2F158.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dff311df108da905071c5014f4588962ea2ec4f06adeefed4522c4b00cb4801 +size 23880862 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/J9/Z4NV356N7DGT0CZSEQ09XX.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/J9/Z4NV356N7DGT0CZSEQ09XX.uasset new file mode 100644 index 0000000..ee40054 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/J9/Z4NV356N7DGT0CZSEQ09XX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96393d386861d0ad1ff9c3b842e015512e3b567bc0a53c75d11eb001b7f71b2 +size 27102229 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/JA/BXQ50DD9M3VECYACJKKPH1.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/JA/BXQ50DD9M3VECYACJKKPH1.uasset new file mode 100644 index 0000000..fbd2566 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/JA/BXQ50DD9M3VECYACJKKPH1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865e869b4e4d69cf6b42705dff49c598a7d44376978dde1d360b08404b643be1 +size 2208055 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/K6/3ZIENF4I2E4TB8SSJJZ8UH.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/K6/3ZIENF4I2E4TB8SSJJZ8UH.uasset new file mode 100644 index 0000000..12a9015 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/K6/3ZIENF4I2E4TB8SSJJZ8UH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22570dc799a9f2c228b862c34ae261193ef36e2655d7d65ec74f35ea5877f63d +size 1662892 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/KF/VGPEUN0NNBQGVHPYHVYUVS.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/KF/VGPEUN0NNBQGVHPYHVYUVS.uasset new file mode 100644 index 0000000..687cadb --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/KF/VGPEUN0NNBQGVHPYHVYUVS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedd26347936eaddbbe4527c9ba6226b4c55982c617059678c37ac94b96bf4d2 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/KX/4F642DSWV0KQGHRGVEYLCE.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/KX/4F642DSWV0KQGHRGVEYLCE.uasset new file mode 100644 index 0000000..1827b33 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/KX/4F642DSWV0KQGHRGVEYLCE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e37009f8093ba9c9e0b308029a18d5f860b85fa2d4edccb7a1d5716a1a3fc5 +size 26275173 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/N9/BU0JXE7E1785D95SFR6NXV.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/N9/BU0JXE7E1785D95SFR6NXV.uasset new file mode 100644 index 0000000..b7d0b29 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/N9/BU0JXE7E1785D95SFR6NXV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4e86b5e910c142d7a2e972b95290aac39ba37846367f03f52cb34a7303a22e +size 1889808 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/QS/0VZ6NJA7TJV18116IJW314.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/QS/0VZ6NJA7TJV18116IJW314.uasset new file mode 100644 index 0000000..3c67d45 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/QS/0VZ6NJA7TJV18116IJW314.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0dfc79a82f57fad00a26361cbbc2a7276193bc6aa4dd04cd886aaa510e7b947 +size 4928 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/RD/152O55DM3KH6HYK4VZJLXV.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/RD/152O55DM3KH6HYK4VZJLXV.uasset new file mode 100644 index 0000000..2d3d552 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/RD/152O55DM3KH6HYK4VZJLXV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48fc4d11395414ae4428f3ed83b6b18abbe741f46863f04a75458eecee274fb3 +size 4935 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/SJ/B693E2224U5YKNOU9232X0.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/SJ/B693E2224U5YKNOU9232X0.uasset new file mode 100644 index 0000000..3a206c2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/SJ/B693E2224U5YKNOU9232X0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62fa5281ec5baf71b0a2a70c67ddb998ae75256113d32405d0f8826c641c409 +size 2585 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/T3/WO7OUCGIH4H6TAJ9VTSRYP.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/T3/WO7OUCGIH4H6TAJ9VTSRYP.uasset new file mode 100644 index 0000000..1f088b1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/T3/WO7OUCGIH4H6TAJ9VTSRYP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3d2ce7ae6e53dac022e04b29f3fcc21aa8cedc5e31a6a05945e8da0fb66fea +size 2222571 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/TB/DDSXP3BXEE6KTUTZLEIWC1.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/TB/DDSXP3BXEE6KTUTZLEIWC1.uasset new file mode 100644 index 0000000..bc0a4aa --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/TB/DDSXP3BXEE6KTUTZLEIWC1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536a4c04dfe5828a9d3efdcfade3650cc3425631de6e0b3efb6860656bf21ee5 +size 1320735 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/UY/BKRD9OPJPF168S39JHMKT7.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/UY/BKRD9OPJPF168S39JHMKT7.uasset new file mode 100644 index 0000000..8e264fe --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/UY/BKRD9OPJPF168S39JHMKT7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0acf8a146c8b7cadaa6b51f8cd65e06b9684dcaa760a21f94a874836d48400 +size 2215267 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/XB/FIWMKGDX1O2DJNVMG73CSJ.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/XB/FIWMKGDX1O2DJNVMG73CSJ.uasset new file mode 100644 index 0000000..cfd18e1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/XB/FIWMKGDX1O2DJNVMG73CSJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18cd856ab27ba6c3792924719dad2811c3ef415c6df7572beb461ba6383c3e7 +size 1810091 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/XH/U96IEH7K3S4Q8VI06C88D7.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/XH/U96IEH7K3S4Q8VI06C88D7.uasset new file mode 100644 index 0000000..0df3473 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/XH/U96IEH7K3S4Q8VI06C88D7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd8149db07cc0f59e507d9a93c2b2ad7e8a4a3d37f7b39ec550ea52bc909443 +size 2150416 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/XI/8FSQBIJRMU46GXLWXJFWDS.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/XI/8FSQBIJRMU46GXLWXJFWDS.uasset new file mode 100644 index 0000000..bc33e55 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/XI/8FSQBIJRMU46GXLWXJFWDS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80530b4075a895d2a802ea60e5a10c6effafb050edd831f6f5226de98cb7de15 +size 1767700 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/E/YJ/QGT22RKXYF2A32LTUJEPW1.uasset b/Content/__ExternalActors__/Maps/Gensokyo/E/YJ/QGT22RKXYF2A32LTUJEPW1.uasset new file mode 100644 index 0000000..559bc16 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/E/YJ/QGT22RKXYF2A32LTUJEPW1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc86bba7ed661bcc13360e68cdd617a9b8cb5add54c0b73e80e243eb366b62a4 +size 1789941 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/F/06/WH9UC3VQS9JBGM5QN4EGLC.uasset b/Content/__ExternalActors__/Maps/Gensokyo/F/06/WH9UC3VQS9JBGM5QN4EGLC.uasset new file mode 100644 index 0000000..8e32bbc --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/F/06/WH9UC3VQS9JBGM5QN4EGLC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559a9e804a23aba48f76bf5b92aa9e5149fd7cd439ce5f98a41c6a230d132df0 +size 2448 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/F/1Z/CROWQ3HC1T2TDH4W35TK0R.uasset b/Content/__ExternalActors__/Maps/Gensokyo/F/1Z/CROWQ3HC1T2TDH4W35TK0R.uasset new file mode 100644 index 0000000..186afb0 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/F/1Z/CROWQ3HC1T2TDH4W35TK0R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651d1c76b06c92d99f94b21256ca05cdb1213f09fe1d3f67900dcac606b2b9d9 +size 4758 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/F/40/78AYHK58C7CGAD3XFTUMDU.uasset b/Content/__ExternalActors__/Maps/Gensokyo/F/40/78AYHK58C7CGAD3XFTUMDU.uasset new file mode 100644 index 0000000..54296c2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/F/40/78AYHK58C7CGAD3XFTUMDU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e6a5a135d9c2ae070dfb1f9361302a36dd5e16f2b947bf5015738b103f4f57 +size 28107 diff --git a/Content/__ExternalActors__/Maps/Gensokyo/F/5L/IE8TNCM2OH7N2IS036K9IW.uasset b/Content/__ExternalActors__/Maps/Gensokyo/F/5L/IE8TNCM2OH7N2IS036K9IW.uasset new file mode 100644 index 0000000..da6792b --- /dev/null +++ b/Content/__ExternalActors__/Maps/Gensokyo/F/5L/IE8TNCM2OH7N2IS036K9IW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2e0fdf05a7533b2aa1d0083b1dbacf38a8610dc36c197c73ecb87356166b46 +size 4928 diff --git a/Content/__ExternalObjects__/Maps/Gensokyo/2/SL/60Q0HN0TI59XQPXRBRPXIV.uasset b/Content/__ExternalObjects__/Maps/Gensokyo/2/SL/60Q0HN0TI59XQPXRBRPXIV.uasset new file mode 100644 index 0000000..9f4386c --- /dev/null +++ b/Content/__ExternalObjects__/Maps/Gensokyo/2/SL/60Q0HN0TI59XQPXRBRPXIV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ed516512019f3942e086812354eb4f10de8cd313a1327dea4079f22bb203fd +size 2241 diff --git a/Content/__ExternalObjects__/Maps/Gensokyo/5/JQ/TGYZLG63036M5ONMDVADEV.uasset b/Content/__ExternalObjects__/Maps/Gensokyo/5/JQ/TGYZLG63036M5ONMDVADEV.uasset new file mode 100644 index 0000000..fe2d99e --- /dev/null +++ b/Content/__ExternalObjects__/Maps/Gensokyo/5/JQ/TGYZLG63036M5ONMDVADEV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ddffd14850c21ea28658fce5ed7e5c2ac1226017e412f98082a9c23c4999eb +size 2247 diff --git a/Content/__ExternalObjects__/Maps/Gensokyo/6/RH/PYZ0BL4QSIAOCBBUYY80IV.uasset b/Content/__ExternalObjects__/Maps/Gensokyo/6/RH/PYZ0BL4QSIAOCBBUYY80IV.uasset new file mode 100644 index 0000000..102f27a --- /dev/null +++ b/Content/__ExternalObjects__/Maps/Gensokyo/6/RH/PYZ0BL4QSIAOCBBUYY80IV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f96e5e110d599b3c44641d666f91ac5178952b3c6306f3acdaf024eb135c00 +size 2166 diff --git a/Content/__ExternalObjects__/Maps/Gensokyo/C/DK/R4T4NGI1LLWBGR6W0R7BNC.uasset b/Content/__ExternalObjects__/Maps/Gensokyo/C/DK/R4T4NGI1LLWBGR6W0R7BNC.uasset new file mode 100644 index 0000000..0edb01a --- /dev/null +++ b/Content/__ExternalObjects__/Maps/Gensokyo/C/DK/R4T4NGI1LLWBGR6W0R7BNC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475b0f96a3de9c2c64a5fc7aaa370c90aa15d86ff5fb542a36e0f3253322104e +size 2150 diff --git a/Content/__ExternalObjects__/Maps/Gensokyo/E/JR/KHDRF38OPP8LS9QIA6JV8J.uasset b/Content/__ExternalObjects__/Maps/Gensokyo/E/JR/KHDRF38OPP8LS9QIA6JV8J.uasset new file mode 100644 index 0000000..e266519 --- /dev/null +++ b/Content/__ExternalObjects__/Maps/Gensokyo/E/JR/KHDRF38OPP8LS9QIA6JV8J.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf2a3ba866302749b68c1c05843ea57412d69a6769c17b9033a3a82901145d2 +size 2109 diff --git a/Content/models/SDM/House/mat_Floor_old.uasset b/Content/models/SDM/House/mat_Floor_old.uasset new file mode 100644 index 0000000..18901f4 --- /dev/null +++ b/Content/models/SDM/House/mat_Floor_old.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcc570d8d4d0b9d77fa9a90c81ab889bf26e0319e0acc7e92d2b06f2bfda52f +size 12124 diff --git a/Content/models/SDM/House/mat_Wall.uasset b/Content/models/SDM/House/mat_Wall.uasset new file mode 100644 index 0000000..9da4818 --- /dev/null +++ b/Content/models/SDM/House/mat_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bca3ae11c6657561f99d23bd1140ba50496b94d3bfb7b0c607cf5331952043 +size 23340 diff --git a/Content/models/SDM/House/mat_ceiling.uasset b/Content/models/SDM/House/mat_ceiling.uasset new file mode 100644 index 0000000..f3ef074 --- /dev/null +++ b/Content/models/SDM/House/mat_ceiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01414cc33b1b07034c02344e0579356ba52f04c9e7a47a38afc40d336a62fbc +size 22856 diff --git a/Content/models/SDM/House/mat_flooring.uasset b/Content/models/SDM/House/mat_flooring.uasset new file mode 100644 index 0000000..c6fb589 --- /dev/null +++ b/Content/models/SDM/House/mat_flooring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d63a4d538f16e3ba45f1db05e260a6e36091fd73327e565ff1cf1b6e3cb8b91 +size 25923 diff --git a/Content/models/SDM/House/mat_pilalrs.uasset b/Content/models/SDM/House/mat_pilalrs.uasset new file mode 100644 index 0000000..a3913cf --- /dev/null +++ b/Content/models/SDM/House/mat_pilalrs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c8cb40dbc43948e34d58b6c6a81ffbc3f5fefeeb0ac55c4b1523809bcb38ff +size 17674 diff --git a/Content/models/SDM/House/mat_walls.uasset b/Content/models/SDM/House/mat_walls.uasset new file mode 100644 index 0000000..2deb79f --- /dev/null +++ b/Content/models/SDM/House/mat_walls.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e7b6f07e9d229cd44288de385f433c85a65b2f9108e80c50c4cfb21ed90ef8 +size 10859 diff --git a/Content/models/SDM/House/sm_Floor_10x9.uasset b/Content/models/SDM/House/sm_Floor_10x9.uasset new file mode 100644 index 0000000..c66886c --- /dev/null +++ b/Content/models/SDM/House/sm_Floor_10x9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551512acc4eaa2f45864f6c11acbc51dcf36193b88e7bb253bf2f3e8cb2f466a +size 14209 diff --git a/Content/models/SDM/House/sm_roof_old_I.uasset b/Content/models/SDM/House/sm_roof_old_I.uasset new file mode 100644 index 0000000..f3e88d6 --- /dev/null +++ b/Content/models/SDM/House/sm_roof_old_I.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0256d16603ef67982d270dcac5ed19029ecf37970703afe8bacf8174db78c4 +size 25853 diff --git a/Content/models/SDM/House/sm_roof_old_T.uasset b/Content/models/SDM/House/sm_roof_old_T.uasset new file mode 100644 index 0000000..2c728fd --- /dev/null +++ b/Content/models/SDM/House/sm_roof_old_T.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2a6b8aaef8ac33725a097efd5e61bfab695a30d7dd4a7338599dde1ae5b528 +size 25779 diff --git a/Content/models/SDM/House/sm_roof_old_X.uasset b/Content/models/SDM/House/sm_roof_old_X.uasset new file mode 100644 index 0000000..509dbd7 --- /dev/null +++ b/Content/models/SDM/House/sm_roof_old_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d686cd74208cf858992e0bc7eb2f9d33a38d7e1c59c6237ccf7dbea06c60b78a +size 25243 diff --git a/Content/models/SDM/House/sm_roof_old_c.uasset b/Content/models/SDM/House/sm_roof_old_c.uasset new file mode 100644 index 0000000..7871d14 --- /dev/null +++ b/Content/models/SDM/House/sm_roof_old_c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03aff391045bd2350422acf333aa4a0e8d49008f62ebde577dc3ca4777a89ecf +size 23660 diff --git a/Content/models/SDM/House/sm_wall_10x7.uasset b/Content/models/SDM/House/sm_wall_10x7.uasset new file mode 100644 index 0000000..47c6e13 --- /dev/null +++ b/Content/models/SDM/House/sm_wall_10x7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc1a52389f532f4ed7f02cc961d96bd2e1d4723e72f8819a1dd59e146febce6 +size 15078 diff --git a/Content/models/SDM/sm_Floor_10x9.uasset b/Content/models/SDM/sm_Floor_10x9.uasset new file mode 100644 index 0000000..e59b718 --- /dev/null +++ b/Content/models/SDM/sm_Floor_10x9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5615062445a3f6e198c24e56e7cddbb8c8cf1210ceab646da2416c125a85f42 +size 1465 diff --git a/Content/models/SDM/sm_roof_I.uasset b/Content/models/SDM/sm_roof_I.uasset new file mode 100644 index 0000000..d3c731d --- /dev/null +++ b/Content/models/SDM/sm_roof_I.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47893bc48776b92312507ecd4de8ea1dd0dbd4863ae07c291b5f2ddff86b022 +size 1467 diff --git a/Content/models/SDM/sm_roof_T.uasset b/Content/models/SDM/sm_roof_T.uasset new file mode 100644 index 0000000..cbba330 --- /dev/null +++ b/Content/models/SDM/sm_roof_T.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54959654680977336f00bf50c779e4b154d7099a1cf5f5f8e1b028b29724056f +size 1467 diff --git a/Content/models/SDM/sm_roof_c.uasset b/Content/models/SDM/sm_roof_c.uasset new file mode 100644 index 0000000..a5accc6 --- /dev/null +++ b/Content/models/SDM/sm_roof_c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7029a711a6edabc070bad06ec678e2250f59f1342ebd1a37a6208d072d26ea9 +size 1467 diff --git a/Content/models/SDM/sm_wall_10x7.uasset b/Content/models/SDM/sm_wall_10x7.uasset new file mode 100644 index 0000000..0eef8d9 --- /dev/null +++ b/Content/models/SDM/sm_wall_10x7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f60031bd43e3c5e8fc6034f73d147bfbe2cc635362b50a7da60f2e03b087485 +size 1457 diff --git a/Content/models/bamboo/bamboo.fbx b/Content/models/bamboo/bamboo.fbx new file mode 100644 index 0000000..e18867e --- /dev/null +++ b/Content/models/bamboo/bamboo.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e199981116677be32caef2bfc023b142d97ac56955664873ce75b1d91b32be57 +size 57004 diff --git a/Content/models/bamboo/bamboo.uasset b/Content/models/bamboo/bamboo.uasset new file mode 100644 index 0000000..99cfc6f --- /dev/null +++ b/Content/models/bamboo/bamboo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40721f6f860561a343a908c605f131e331d6ef8669ada9b5250d046aa43935dc +size 80499 diff --git a/Content/models/bamboo/bamboo_FoliageType.uasset b/Content/models/bamboo/bamboo_FoliageType.uasset new file mode 100644 index 0000000..9a8ee1c --- /dev/null +++ b/Content/models/bamboo/bamboo_FoliageType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6644727b3b1b782d0cea9d41c658983c218b95a8a7403c70dd4580d3a5f535c5 +size 6674 diff --git a/Content/models/sources/bamboo/bamboo.blend b/Content/models/sources/bamboo/bamboo.blend new file mode 100644 index 0000000..be70595 --- /dev/null +++ b/Content/models/sources/bamboo/bamboo.blend @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e01a7b37d2fd42973d6368e3e46ea08536e4283237aa5111f2644680afc3682 +size 1893084 diff --git a/Content/models/sources/bamboo/bamboo.blend1 b/Content/models/sources/bamboo/bamboo.blend1 new file mode 100644 index 0000000..19f0725 --- /dev/null +++ b/Content/models/sources/bamboo/bamboo.blend1 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ffa6adb6c0448575bc76766a9fddf4d9b2ce763526397e689f915828cf1095d +size 1864940 diff --git a/Content/models/sources/trees/testtee.blend b/Content/models/sources/trees/testtee.blend new file mode 100644 index 0000000..b93ff98 --- /dev/null +++ b/Content/models/sources/trees/testtee.blend @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393639fa0601bb1a2dabf5fe14aefde54ab2e3545718ee090ab206d69e84d2dd +size 868288 diff --git a/Content/models/stairs/sm_hakurei_Stairs_10.uasset b/Content/models/stairs/sm_hakurei_Stairs_10.uasset new file mode 100644 index 0000000..662657b --- /dev/null +++ b/Content/models/stairs/sm_hakurei_Stairs_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f61ac5bf2adf763ded12d7f4509882e38b62b055a760e7c43b9d4f3c12d15e +size 17748 diff --git a/Content/models/stairs/sm_hakurei_Stairs_25.uasset b/Content/models/stairs/sm_hakurei_Stairs_25.uasset new file mode 100644 index 0000000..aaf92bd --- /dev/null +++ b/Content/models/stairs/sm_hakurei_Stairs_25.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f1e17a3462e7ca75d0c6d181c6132870998a34ef064afe7821d51d5712f417 +size 36132 diff --git a/Content/models/stairs/sm_hakurei_Stairs_5.uasset b/Content/models/stairs/sm_hakurei_Stairs_5.uasset new file mode 100644 index 0000000..035e934 --- /dev/null +++ b/Content/models/stairs/sm_hakurei_Stairs_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f97ad2bbbcce36235e78014544c940a035529a3b643401cdef74dd8f78b1f1 +size 15058 diff --git a/Content/models/stairs/sm_hakurei_Stairs_50.uasset b/Content/models/stairs/sm_hakurei_Stairs_50.uasset new file mode 100644 index 0000000..e1371a9 --- /dev/null +++ b/Content/models/stairs/sm_hakurei_Stairs_50.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0508fd3e6ee1b1ea1c0673288982c3df7108f7f21b18eee67597ff7ced657640 +size 93192 diff --git a/README.md b/README.md new file mode 100644 index 0000000..03bed4e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# CardsOfGensokyo + +Welcome to a bullet hell fighter game :D