generated from boo3/UnrealTemplate
Added Item Pickup System
This commit is contained in:
parent
aaab65d7e0
commit
d90b3bf5a7
File diff suppressed because one or more lines are too long
@ -109,3 +109,61 @@ SteamDevAppId=480
|
|||||||
[/Script/OnlineSubsystemSteam.SteamNetDriver]
|
[/Script/OnlineSubsystemSteam.SteamNetDriver]
|
||||||
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"
|
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"
|
||||||
|
|
||||||
|
[/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="Item",CollisionEnabled=QueryAndPhysics,bCanModify=True,ObjectTypeName="Item",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="Needs description")
|
||||||
|
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Item")
|
||||||
|
-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")
|
||||||
|
|
||||||
|
BIN
Content/Core/BP_CoreHud.uasset
(Stored with Git LFS)
BIN
Content/Core/BP_CoreHud.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Core/Components/BPC_HealthSystems.uasset
(Stored with Git LFS)
BIN
Content/Core/Components/BPC_HealthSystems.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Core/Components/BPC_Interact.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Core/Components/BPC_Interact.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Core/Components/BPC_ItemInteractObject.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Core/Components/BPC_ItemInteractObject.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Core/Components/BPC_QuickInventory.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Core/Components/BPC_QuickInventory.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Core/Components/Pawn/BPC_MovementGround.uasset
(Stored with Git LFS)
BIN
Content/Core/Components/Pawn/BPC_MovementGround.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Core/Components/Pawn/BPC_PawnBase.uasset
(Stored with Git LFS)
BIN
Content/Core/Components/Pawn/BPC_PawnBase.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Core/Enum/EInteractionType.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Core/Enum/EInteractionType.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Core/Input/Actions/IA_Use.uasset
(Stored with Git LFS)
BIN
Content/Core/Input/Actions/IA_Use.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Core/Input/IMC_Default.uasset
(Stored with Git LFS)
BIN
Content/Core/Input/IMC_Default.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Core/Libraries/BPL_WidgetManagment.uasset
(Stored with Git LFS)
BIN
Content/Core/Libraries/BPL_WidgetManagment.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Core/Objects/BP_PkuGold.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Core/Objects/BP_PkuGold.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Core/Objects/BP_PkuItemBase.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Core/Objects/BP_PkuItemBase.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Core/Objects/BP_PkuMoney.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Core/Objects/BP_PkuMoney.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Core/Objects/SM_PkuGeneric.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Core/Objects/SM_PkuGeneric.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Core/Structures/S_PkuItem.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Core/Structures/S_PkuItem.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Core/UI/Blocks/M_Triagle.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Core/UI/Blocks/M_Triagle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Core/UI/Blocks/WBP_Button.uasset
(Stored with Git LFS)
BIN
Content/Core/UI/Blocks/WBP_Button.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Core/UI/Blocks/WBP_HealthBar.uasset
(Stored with Git LFS)
BIN
Content/Core/UI/Blocks/WBP_HealthBar.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Core/UI/Blocks/WBP_TextBase.uasset
(Stored with Git LFS)
BIN
Content/Core/UI/Blocks/WBP_TextBase.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Core/UI/Canvas/WBP_PlayerHUD.uasset
(Stored with Git LFS)
BIN
Content/Core/UI/Canvas/WBP_PlayerHUD.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Core/UI/Popups/WBP_InteractionDisplay.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Core/UI/Popups/WBP_InteractionDisplay.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Core/UI/Popups/WBP_InteractionNotification.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Core/UI/Popups/WBP_InteractionNotification.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Core/UI/Slots/WBP_Health.uasset
(Stored with Git LFS)
BIN
Content/Core/UI/Slots/WBP_Health.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Core/UI/WBP_PlayerHUDElements.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Core/UI/WBP_PlayerHUDElements.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Debug/_GENERATED/boo3/CubeGridToolOutput_2E5F1064.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Debug/_GENERATED/boo3/CubeGridToolOutput_2E5F1064.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Debug/_GENERATED/boo3/CubeGridToolOutput_3DA9ACB0.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Debug/_GENERATED/boo3/CubeGridToolOutput_3DA9ACB0.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/MoneyMoneyMoney/Player/BP_MoneyCorePlayer.uasset
(Stored with Git LFS)
BIN
Content/MoneyMoneyMoney/Player/BP_MoneyCorePlayer.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/__ExternalActors__/Debug/MainMap/0/FT/BAWV030QSS55CF8DZE2QS6.uasset
(Stored with Git LFS)
Normal file
BIN
Content/__ExternalActors__/Debug/MainMap/0/FT/BAWV030QSS55CF8DZE2QS6.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/__ExternalActors__/Debug/MainMap/2/6E/27VK30W9J2Z5WC4WU6CG6F.uasset
(Stored with Git LFS)
Normal file
BIN
Content/__ExternalActors__/Debug/MainMap/2/6E/27VK30W9J2Z5WC4WU6CG6F.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/__ExternalActors__/Debug/MainMap/5/HK/B0IIBP2JJ9VWIO1S1B9V7S.uasset
(Stored with Git LFS)
Normal file
BIN
Content/__ExternalActors__/Debug/MainMap/5/HK/B0IIBP2JJ9VWIO1S1B9V7S.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/__ExternalActors__/Debug/MainMap/7/Y8/HMWOX1RCRHQPJR1ICPWBOH.uasset
(Stored with Git LFS)
BIN
Content/__ExternalActors__/Debug/MainMap/7/Y8/HMWOX1RCRHQPJR1ICPWBOH.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/__ExternalActors__/Debug/MainMap/E/2B/HMXUKPL8LG28M9FARBPNUP.uasset
(Stored with Git LFS)
Normal file
BIN
Content/__ExternalActors__/Debug/MainMap/E/2B/HMXUKPL8LG28M9FARBPNUP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user