diff --git a/Content/Assets/NormieAsset/Test_anim.uasset b/Content/Assets/NormieAsset/Test_anim.uasset index 3129cd9..e8a8de8 100644 --- a/Content/Assets/NormieAsset/Test_anim.uasset +++ b/Content/Assets/NormieAsset/Test_anim.uasset Binary files differ diff --git a/Content/Levels/Sergio_Level.umap b/Content/Levels/Sergio_Level.umap index f645639..d109eae 100644 --- a/Content/Levels/Sergio_Level.umap +++ b/Content/Levels/Sergio_Level.umap Binary files differ diff --git a/Content/Levels/Sergio_Level_2.umap b/Content/Levels/Sergio_Level_2.umap new file mode 100644 index 0000000..463b671 --- /dev/null +++ b/Content/Levels/Sergio_Level_2.umap Binary files differ diff --git a/Content/NewGameMode_BP.uasset b/Content/NewGameMode_BP.uasset new file mode 100644 index 0000000..45ce29f --- /dev/null +++ b/Content/NewGameMode_BP.uasset Binary files differ diff --git a/Content/PlaneTest/BiPlane/NewPawn.uasset b/Content/PlaneTest/BiPlane/NewPawn.uasset new file mode 100644 index 0000000..d46df48 --- /dev/null +++ b/Content/PlaneTest/BiPlane/NewPawn.uasset Binary files differ diff --git a/Content/PlaneTest/Projectile_BP.uasset b/Content/PlaneTest/Projectile_BP.uasset index 9b10cf5..cb93964 100644 --- a/Content/PlaneTest/Projectile_BP.uasset +++ b/Content/PlaneTest/Projectile_BP.uasset Binary files differ diff --git a/Source/SkyFrontier/SkyFrontier.Build.cs b/Source/SkyFrontier/SkyFrontier.Build.cs index 89a0998..da8d9ff 100644 --- a/Source/SkyFrontier/SkyFrontier.Build.cs +++ b/Source/SkyFrontier/SkyFrontier.Build.cs @@ -7,8 +7,8 @@ public SkyFrontier(ReadOnlyTargetRules Target) : base(Target) { PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; - - PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" }); + + PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "AIModule", "Sockets", "Networking", "UMG" }); PrivateDependencyModuleNames.AddRange(new string[] { }); diff --git a/Source/SkyFrontier/SkyFrontierGameModeBase.h b/Source/SkyFrontier/SkyFrontierGameModeBase.h index 15514a3..d38c45d 100644 --- a/Source/SkyFrontier/SkyFrontierGameModeBase.h +++ b/Source/SkyFrontier/SkyFrontierGameModeBase.h @@ -9,7 +9,7 @@ /** * */ -UCLASS() +UCLASS() class SKYFRONTIER_API ASkyFrontierGameModeBase : public AGameModeBase { GENERATED_BODY()