diff --git a/TargetSystem/Content/Example/BP_TargetSystem_Character.uasset b/TargetSystem/Content/Example/BP_TargetSystem_Character.uasset index 232ba88..b5598a2 100644 Binary files a/TargetSystem/Content/Example/BP_TargetSystem_Character.uasset and b/TargetSystem/Content/Example/BP_TargetSystem_Character.uasset differ diff --git a/TargetSystem/Content/Example/BP_TargetSystem_CharacterBackup.uasset b/TargetSystem/Content/Example/BP_TargetSystem_CharacterBackup.uasset new file mode 100644 index 0000000..8a2f9dc Binary files /dev/null and b/TargetSystem/Content/Example/BP_TargetSystem_CharacterBackup.uasset differ diff --git a/TargetSystem/Content/Example/Input/Actions/IA_Jump.uasset b/TargetSystem/Content/Example/Input/Actions/IA_Jump.uasset new file mode 100644 index 0000000..336b363 Binary files /dev/null and b/TargetSystem/Content/Example/Input/Actions/IA_Jump.uasset differ diff --git a/TargetSystem/Content/Example/Input/Actions/IA_LockOn.uasset b/TargetSystem/Content/Example/Input/Actions/IA_LockOn.uasset new file mode 100644 index 0000000..12c86f2 Binary files /dev/null and b/TargetSystem/Content/Example/Input/Actions/IA_LockOn.uasset differ diff --git a/TargetSystem/Content/Example/Input/Actions/IA_Look.uasset b/TargetSystem/Content/Example/Input/Actions/IA_Look.uasset new file mode 100644 index 0000000..77fcc6b Binary files /dev/null and b/TargetSystem/Content/Example/Input/Actions/IA_Look.uasset differ diff --git a/TargetSystem/Content/Example/Input/Actions/IA_Move.uasset b/TargetSystem/Content/Example/Input/Actions/IA_Move.uasset new file mode 100644 index 0000000..4192c44 Binary files /dev/null and b/TargetSystem/Content/Example/Input/Actions/IA_Move.uasset differ diff --git a/TargetSystem/Content/Example/Input/IMC_Default.uasset b/TargetSystem/Content/Example/Input/IMC_Default.uasset new file mode 100644 index 0000000..ab24505 Binary files /dev/null and b/TargetSystem/Content/Example/Input/IMC_Default.uasset differ diff --git a/TargetSystem/Content/Maps/TargetSystemTestMap.umap b/TargetSystem/Content/Maps/TargetSystemTestMap.umap index ba127f0..a0d10ad 100644 Binary files a/TargetSystem/Content/Maps/TargetSystemTestMap.umap and b/TargetSystem/Content/Maps/TargetSystemTestMap.umap differ diff --git a/TargetSystem/Source/TargetSystem/Private/TargetSystem.cpp b/TargetSystem/Source/TargetSystem/Private/TargetSystem.cpp index bc46893..cbc6c75 100644 --- a/TargetSystem/Source/TargetSystem/Private/TargetSystem.cpp +++ b/TargetSystem/Source/TargetSystem/Private/TargetSystem.cpp @@ -7,14 +7,10 @@ void FTargetSystemModule::StartupModule() { - // This code will execute after your module is loaded into memory; the exact timing is specified in the .uplugin file per-module - TS_LOG(Log, TEXT("Target System Plugin Loaded 1.27.0")); } void FTargetSystemModule::ShutdownModule() { - // This function may be called during shutdown to clean up your module. For modules that support dynamic reloading, - // we call this function before unloading the module. } #undef LOCTEXT_NAMESPACE