Compare commits
2 Commits
efce317da1
...
894f7c60c4
| Author | SHA1 | Date | |
|---|---|---|---|
| 894f7c60c4 | |||
| 736a48476f |
BIN
Content/Environment.umap
LFS
Normal file
BIN
Content/Environment.umap
LFS
Normal file
Binary file not shown.
BIN
Content/EnvironmentAssests/Asteriods/Blueprint/BP_AsteriodBase.uasset
LFS
Normal file
BIN
Content/EnvironmentAssests/Asteriods/Blueprint/BP_AsteriodBase.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/EnvironmentAssests/Asteriods/Blueprint/BP_AsteriodSpawnManager.uasset
LFS
Normal file
BIN
Content/EnvironmentAssests/Asteriods/Blueprint/BP_AsteriodSpawnManager.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/EnvironmentAssests/Asteriods/Meshes/70_stylized_rocks_texture_17.uasset
LFS
Normal file
BIN
Content/EnvironmentAssests/Asteriods/Meshes/70_stylized_rocks_texture_17.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/EnvironmentAssests/Asteriods/Meshes/Object_19.uasset
LFS
Normal file
BIN
Content/EnvironmentAssests/Asteriods/Meshes/Object_19.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/EnvironmentAssests/Asteriods/Meshes/stylized_rock_18.uasset
LFS
Normal file
BIN
Content/EnvironmentAssests/Asteriods/Meshes/stylized_rock_18.uasset
LFS
Normal file
Binary file not shown.
@@ -10,7 +10,7 @@ public class MyProject3 : ModuleRules
|
|||||||
|
|
||||||
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
|
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
|
||||||
|
|
||||||
PrivateDependencyModuleNames.AddRange(new string[] { });
|
PrivateDependencyModuleNames.AddRange(new string[] { "EnhancedInput" });
|
||||||
|
|
||||||
// Uncomment if you are using Slate UI
|
// Uncomment if you are using Slate UI
|
||||||
// PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" });
|
// PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" });
|
||||||
|
|||||||
Reference in New Issue
Block a user