From 318297e22cdea38171593095a33df5fcc5b492d2 Mon Sep 17 00:00:00 2001 From: baz Date: Wed, 5 Feb 2025 23:12:03 +0000 Subject: [PATCH] Update Copyright notice --- Config/DefaultGame.ini | 2 ++ Source/vampires.Target.cs | 2 +- Source/vampires/EXPComponent.cpp | 2 +- Source/vampires/EXPComponent.h | 2 +- Source/vampires/EXPPickup.cpp | 2 +- Source/vampires/EXPPickup.h | 2 +- Source/vampires/EnemyCharacter.cpp | 2 +- Source/vampires/EnemyCharacter.h | 2 +- Source/vampires/EnemyDataAsset.cpp | 2 +- Source/vampires/EnemyDataAsset.h | 2 +- Source/vampires/GoldComponent.cpp | 2 +- Source/vampires/GoldComponent.h | 2 +- Source/vampires/GoldPickup.cpp | 2 +- Source/vampires/GoldPickup.h | 2 +- Source/vampires/HealthComponent.cpp | 2 +- Source/vampires/HealthComponent.h | 2 +- Source/vampires/Inputable.cpp | 2 +- Source/vampires/Inputable.h | 2 +- Source/vampires/Interfaces/Enemyable.cpp | 2 +- Source/vampires/Interfaces/Enemyable.h | 2 +- Source/vampires/Interfaces/Pools.cpp | 2 +- Source/vampires/Interfaces/Pools.h | 2 +- Source/vampires/Interfaces/Projectilable.cpp | 2 +- Source/vampires/Interfaces/Projectilable.h | 2 +- Source/vampires/ObjectPoolComponent.cpp | 2 +- Source/vampires/ObjectPoolComponent.h | 2 +- Source/vampires/ObjectPoolManager.cpp | 2 +- Source/vampires/ObjectPoolManager.h | 2 +- Source/vampires/Pickup.cpp | 2 +- Source/vampires/Pickup.h | 2 +- Source/vampires/PickupDataAsset.cpp | 2 +- Source/vampires/PickupDataAsset.h | 2 +- Source/vampires/PlayerCharacter.cpp | 2 +- Source/vampires/PlayerCharacter.h | 2 +- Source/vampires/Projectile.cpp | 2 +- Source/vampires/Projectile.h | 2 +- Source/vampires/ProjectileDataAsset.cpp | 2 +- Source/vampires/ProjectileDataAsset.h | 2 +- Source/vampires/VampireAIController.cpp | 2 +- Source/vampires/VampireAIController.h | 2 +- Source/vampires/VampireCharacter.cpp | 2 +- Source/vampires/VampireCharacter.h | 2 +- Source/vampires/VampireGameInstance.cpp | 2 +- Source/vampires/VampireGameInstance.h | 2 +- Source/vampires/VampireGameMode.cpp | 2 +- Source/vampires/VampireGameMode.h | 2 +- Source/vampires/VampirePlayerController.cpp | 2 +- Source/vampires/VampirePlayerController.h | 2 +- Source/vampires/Weapon.cpp | 2 +- Source/vampires/Weapon.h | 2 +- Source/vampires/WeaponInventoryComponent.cpp | 2 +- Source/vampires/WeaponInventoryComponent.h | 2 +- Source/vampires/Weapons/FireWandWeapon.cpp | 2 +- Source/vampires/Weapons/FireWandWeapon.h | 2 +- Source/vampires/Weapons/GarlicWeapon.cpp | 2 +- Source/vampires/Weapons/GarlicWeapon.h | 2 +- Source/vampires/Weapons/GunWeapon.cpp | 2 +- Source/vampires/Weapons/GunWeapon.h | 2 +- Source/vampires/Weapons/KnifeWeapon.cpp | 2 +- Source/vampires/Weapons/KnifeWeapon.h | 2 +- Source/vampires/Weapons/LightningRingWeapon.cpp | 2 +- Source/vampires/Weapons/LightningRingWeapon.h | 2 +- Source/vampires/Weapons/MagicWandWeapon.cpp | 2 +- Source/vampires/Weapons/MagicWandWeapon.h | 2 +- Source/vampires/Weapons/PentagramWeapon.cpp | 2 +- Source/vampires/Weapons/PentagramWeapon.h | 2 +- Source/vampires/Weapons/ProjectileWeapon.cpp | 2 +- Source/vampires/Weapons/ProjectileWeapon.h | 2 +- Source/vampires/Widgets/HUDWidget.cpp | 2 +- Source/vampires/Widgets/HUDWidget.h | 2 +- Source/vampires/Widgets/HealthbarWidget.cpp | 2 +- Source/vampires/Widgets/HealthbarWidget.h | 2 +- Source/vampires/Widgets/LevelUpWidget.cpp | 2 +- Source/vampires/Widgets/LevelUpWidget.h | 2 +- Source/vampires/Widgets/PauseWidget.cpp | 2 +- Source/vampires/Widgets/PauseWidget.h | 2 +- Source/vampires/Widgets/UpgradeButtonDataObject.cpp | 2 +- Source/vampires/Widgets/UpgradeButtonDataObject.h | 2 +- Source/vampires/Widgets/UpgradeButtonWidget.cpp | 2 +- Source/vampires/Widgets/UpgradeButtonWidget.h | 2 +- Source/vampires/vampires.Build.cs | 2 +- Source/vampires/vampires.cpp | 2 +- Source/vampires/vampires.h | 2 +- Source/vampiresEditor.Target.cs | 2 +- 84 files changed, 85 insertions(+), 83 deletions(-) diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index fbbc12c..2734840 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -2,3 +2,5 @@ [/Script/EngineSettings.GeneralProjectSettings] ProjectID=E9C62A1742808D4E0ECBA7B644FD8D3D +CopyrightNotice=Louis Hobbs | 2024-2025 + diff --git a/Source/vampires.Target.cs b/Source/vampires.Target.cs index 9f3f5e4..30cde47 100644 --- a/Source/vampires.Target.cs +++ b/Source/vampires.Target.cs @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 using UnrealBuildTool; using System.Collections.Generic; diff --git a/Source/vampires/EXPComponent.cpp b/Source/vampires/EXPComponent.cpp index 2f0b25d..72b38c5 100644 --- a/Source/vampires/EXPComponent.cpp +++ b/Source/vampires/EXPComponent.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "EXPComponent.h" diff --git a/Source/vampires/EXPComponent.h b/Source/vampires/EXPComponent.h index 465391d..af692c5 100644 --- a/Source/vampires/EXPComponent.h +++ b/Source/vampires/EXPComponent.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/EXPPickup.cpp b/Source/vampires/EXPPickup.cpp index a539680..8112541 100644 --- a/Source/vampires/EXPPickup.cpp +++ b/Source/vampires/EXPPickup.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "EXPPickup.h" diff --git a/Source/vampires/EXPPickup.h b/Source/vampires/EXPPickup.h index aad0368..002b702 100644 --- a/Source/vampires/EXPPickup.h +++ b/Source/vampires/EXPPickup.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/EnemyCharacter.cpp b/Source/vampires/EnemyCharacter.cpp index ab87699..2bdaa25 100644 --- a/Source/vampires/EnemyCharacter.cpp +++ b/Source/vampires/EnemyCharacter.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "EnemyCharacter.h" diff --git a/Source/vampires/EnemyCharacter.h b/Source/vampires/EnemyCharacter.h index 06a3f56..08aaad6 100644 --- a/Source/vampires/EnemyCharacter.h +++ b/Source/vampires/EnemyCharacter.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/EnemyDataAsset.cpp b/Source/vampires/EnemyDataAsset.cpp index c3f81b1..4caa4e6 100644 --- a/Source/vampires/EnemyDataAsset.cpp +++ b/Source/vampires/EnemyDataAsset.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "EnemyDataAsset.h" diff --git a/Source/vampires/EnemyDataAsset.h b/Source/vampires/EnemyDataAsset.h index fe1246a..cbb5f54 100644 --- a/Source/vampires/EnemyDataAsset.h +++ b/Source/vampires/EnemyDataAsset.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/GoldComponent.cpp b/Source/vampires/GoldComponent.cpp index 0759c61..c871271 100644 --- a/Source/vampires/GoldComponent.cpp +++ b/Source/vampires/GoldComponent.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "GoldComponent.h" diff --git a/Source/vampires/GoldComponent.h b/Source/vampires/GoldComponent.h index 6c78d69..47e2522 100644 --- a/Source/vampires/GoldComponent.h +++ b/Source/vampires/GoldComponent.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/GoldPickup.cpp b/Source/vampires/GoldPickup.cpp index 12453e4..11fec0c 100644 --- a/Source/vampires/GoldPickup.cpp +++ b/Source/vampires/GoldPickup.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "GoldPickup.h" diff --git a/Source/vampires/GoldPickup.h b/Source/vampires/GoldPickup.h index 881bd32..327f6c2 100644 --- a/Source/vampires/GoldPickup.h +++ b/Source/vampires/GoldPickup.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/HealthComponent.cpp b/Source/vampires/HealthComponent.cpp index 116c8e2..fde2871 100644 --- a/Source/vampires/HealthComponent.cpp +++ b/Source/vampires/HealthComponent.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "HealthComponent.h" diff --git a/Source/vampires/HealthComponent.h b/Source/vampires/HealthComponent.h index fbaf412..ffff6f5 100644 --- a/Source/vampires/HealthComponent.h +++ b/Source/vampires/HealthComponent.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Inputable.cpp b/Source/vampires/Inputable.cpp index 0166497..4798b6c 100644 --- a/Source/vampires/Inputable.cpp +++ b/Source/vampires/Inputable.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "Inputable.h" diff --git a/Source/vampires/Inputable.h b/Source/vampires/Inputable.h index 72010b1..50e7129 100644 --- a/Source/vampires/Inputable.h +++ b/Source/vampires/Inputable.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Interfaces/Enemyable.cpp b/Source/vampires/Interfaces/Enemyable.cpp index cf99eb0..1cbf7e4 100644 --- a/Source/vampires/Interfaces/Enemyable.cpp +++ b/Source/vampires/Interfaces/Enemyable.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "Enemyable.h" diff --git a/Source/vampires/Interfaces/Enemyable.h b/Source/vampires/Interfaces/Enemyable.h index ea53c1e..e5729ec 100644 --- a/Source/vampires/Interfaces/Enemyable.h +++ b/Source/vampires/Interfaces/Enemyable.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Interfaces/Pools.cpp b/Source/vampires/Interfaces/Pools.cpp index adaf537..fe54f27 100644 --- a/Source/vampires/Interfaces/Pools.cpp +++ b/Source/vampires/Interfaces/Pools.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "Pools.h" diff --git a/Source/vampires/Interfaces/Pools.h b/Source/vampires/Interfaces/Pools.h index bc99e61..3b34901 100644 --- a/Source/vampires/Interfaces/Pools.h +++ b/Source/vampires/Interfaces/Pools.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Interfaces/Projectilable.cpp b/Source/vampires/Interfaces/Projectilable.cpp index 379ece4..2003f6c 100644 --- a/Source/vampires/Interfaces/Projectilable.cpp +++ b/Source/vampires/Interfaces/Projectilable.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "Projectilable.h" diff --git a/Source/vampires/Interfaces/Projectilable.h b/Source/vampires/Interfaces/Projectilable.h index bad1621..3b9a0f5 100644 --- a/Source/vampires/Interfaces/Projectilable.h +++ b/Source/vampires/Interfaces/Projectilable.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/ObjectPoolComponent.cpp b/Source/vampires/ObjectPoolComponent.cpp index b6768fb..2231863 100644 --- a/Source/vampires/ObjectPoolComponent.cpp +++ b/Source/vampires/ObjectPoolComponent.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "ObjectPoolComponent.h" diff --git a/Source/vampires/ObjectPoolComponent.h b/Source/vampires/ObjectPoolComponent.h index d6b09ed..7f0906d 100644 --- a/Source/vampires/ObjectPoolComponent.h +++ b/Source/vampires/ObjectPoolComponent.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/ObjectPoolManager.cpp b/Source/vampires/ObjectPoolManager.cpp index b8113db..70c1291 100644 --- a/Source/vampires/ObjectPoolManager.cpp +++ b/Source/vampires/ObjectPoolManager.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "ObjectPoolManager.h" diff --git a/Source/vampires/ObjectPoolManager.h b/Source/vampires/ObjectPoolManager.h index 800a14c..5724554 100644 --- a/Source/vampires/ObjectPoolManager.h +++ b/Source/vampires/ObjectPoolManager.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Pickup.cpp b/Source/vampires/Pickup.cpp index faa37e3..84944f0 100644 --- a/Source/vampires/Pickup.cpp +++ b/Source/vampires/Pickup.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "Pickup.h" diff --git a/Source/vampires/Pickup.h b/Source/vampires/Pickup.h index f8973bb..49a533c 100644 --- a/Source/vampires/Pickup.h +++ b/Source/vampires/Pickup.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/PickupDataAsset.cpp b/Source/vampires/PickupDataAsset.cpp index 07a4748..dd67bb2 100644 --- a/Source/vampires/PickupDataAsset.cpp +++ b/Source/vampires/PickupDataAsset.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "PickupDataAsset.h" diff --git a/Source/vampires/PickupDataAsset.h b/Source/vampires/PickupDataAsset.h index 7e699c1..b579041 100644 --- a/Source/vampires/PickupDataAsset.h +++ b/Source/vampires/PickupDataAsset.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/PlayerCharacter.cpp b/Source/vampires/PlayerCharacter.cpp index d394e3d..b9b7e77 100644 --- a/Source/vampires/PlayerCharacter.cpp +++ b/Source/vampires/PlayerCharacter.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "PlayerCharacter.h" diff --git a/Source/vampires/PlayerCharacter.h b/Source/vampires/PlayerCharacter.h index 4d6db40..b9fa4da 100644 --- a/Source/vampires/PlayerCharacter.h +++ b/Source/vampires/PlayerCharacter.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Projectile.cpp b/Source/vampires/Projectile.cpp index 3bc63d6..b6a9fad 100644 --- a/Source/vampires/Projectile.cpp +++ b/Source/vampires/Projectile.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "Projectile.h" diff --git a/Source/vampires/Projectile.h b/Source/vampires/Projectile.h index 4c1e42e..87be6eb 100644 --- a/Source/vampires/Projectile.h +++ b/Source/vampires/Projectile.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/ProjectileDataAsset.cpp b/Source/vampires/ProjectileDataAsset.cpp index 0aaefed..3654805 100644 --- a/Source/vampires/ProjectileDataAsset.cpp +++ b/Source/vampires/ProjectileDataAsset.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "ProjectileDataAsset.h" diff --git a/Source/vampires/ProjectileDataAsset.h b/Source/vampires/ProjectileDataAsset.h index 263caa6..ab798b7 100644 --- a/Source/vampires/ProjectileDataAsset.h +++ b/Source/vampires/ProjectileDataAsset.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/VampireAIController.cpp b/Source/vampires/VampireAIController.cpp index a89f75e..ad501f2 100644 --- a/Source/vampires/VampireAIController.cpp +++ b/Source/vampires/VampireAIController.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "VampireAIController.h" diff --git a/Source/vampires/VampireAIController.h b/Source/vampires/VampireAIController.h index 1a3f571..a688b20 100644 --- a/Source/vampires/VampireAIController.h +++ b/Source/vampires/VampireAIController.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/VampireCharacter.cpp b/Source/vampires/VampireCharacter.cpp index 0ddc3e1..a5ec008 100644 --- a/Source/vampires/VampireCharacter.cpp +++ b/Source/vampires/VampireCharacter.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "VampireCharacter.h" diff --git a/Source/vampires/VampireCharacter.h b/Source/vampires/VampireCharacter.h index c70c055..c135515 100644 --- a/Source/vampires/VampireCharacter.h +++ b/Source/vampires/VampireCharacter.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/VampireGameInstance.cpp b/Source/vampires/VampireGameInstance.cpp index 0f65da2..b5ad329 100644 --- a/Source/vampires/VampireGameInstance.cpp +++ b/Source/vampires/VampireGameInstance.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "VampireGameInstance.h" diff --git a/Source/vampires/VampireGameInstance.h b/Source/vampires/VampireGameInstance.h index e3ccc26..99fb4e8 100644 --- a/Source/vampires/VampireGameInstance.h +++ b/Source/vampires/VampireGameInstance.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/VampireGameMode.cpp b/Source/vampires/VampireGameMode.cpp index 9ce98db..b27850f 100644 --- a/Source/vampires/VampireGameMode.cpp +++ b/Source/vampires/VampireGameMode.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "VampireGameMode.h" diff --git a/Source/vampires/VampireGameMode.h b/Source/vampires/VampireGameMode.h index 707afc4..038d292 100644 --- a/Source/vampires/VampireGameMode.h +++ b/Source/vampires/VampireGameMode.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/VampirePlayerController.cpp b/Source/vampires/VampirePlayerController.cpp index 9707041..18c8370 100644 --- a/Source/vampires/VampirePlayerController.cpp +++ b/Source/vampires/VampirePlayerController.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "VampirePlayerController.h" diff --git a/Source/vampires/VampirePlayerController.h b/Source/vampires/VampirePlayerController.h index 3d29c17..d06374e 100644 --- a/Source/vampires/VampirePlayerController.h +++ b/Source/vampires/VampirePlayerController.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Weapon.cpp b/Source/vampires/Weapon.cpp index ccba8a5..b54017a 100644 --- a/Source/vampires/Weapon.cpp +++ b/Source/vampires/Weapon.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "Weapon.h" diff --git a/Source/vampires/Weapon.h b/Source/vampires/Weapon.h index 881226f..39da385 100644 --- a/Source/vampires/Weapon.h +++ b/Source/vampires/Weapon.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/WeaponInventoryComponent.cpp b/Source/vampires/WeaponInventoryComponent.cpp index b82b0f0..6bbc33e 100644 --- a/Source/vampires/WeaponInventoryComponent.cpp +++ b/Source/vampires/WeaponInventoryComponent.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "WeaponInventoryComponent.h" diff --git a/Source/vampires/WeaponInventoryComponent.h b/Source/vampires/WeaponInventoryComponent.h index f8e7595..703a675 100644 --- a/Source/vampires/WeaponInventoryComponent.h +++ b/Source/vampires/WeaponInventoryComponent.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Weapons/FireWandWeapon.cpp b/Source/vampires/Weapons/FireWandWeapon.cpp index 058e435..9cd546b 100644 --- a/Source/vampires/Weapons/FireWandWeapon.cpp +++ b/Source/vampires/Weapons/FireWandWeapon.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "FireWandWeapon.h" diff --git a/Source/vampires/Weapons/FireWandWeapon.h b/Source/vampires/Weapons/FireWandWeapon.h index 72d1ad5..3069f47 100644 --- a/Source/vampires/Weapons/FireWandWeapon.h +++ b/Source/vampires/Weapons/FireWandWeapon.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Weapons/GarlicWeapon.cpp b/Source/vampires/Weapons/GarlicWeapon.cpp index b439a0d..97c6c3f 100644 --- a/Source/vampires/Weapons/GarlicWeapon.cpp +++ b/Source/vampires/Weapons/GarlicWeapon.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "GarlicWeapon.h" diff --git a/Source/vampires/Weapons/GarlicWeapon.h b/Source/vampires/Weapons/GarlicWeapon.h index f8f1ba0..301ddf6 100644 --- a/Source/vampires/Weapons/GarlicWeapon.h +++ b/Source/vampires/Weapons/GarlicWeapon.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Weapons/GunWeapon.cpp b/Source/vampires/Weapons/GunWeapon.cpp index 1122392..c2d9ce8 100644 --- a/Source/vampires/Weapons/GunWeapon.cpp +++ b/Source/vampires/Weapons/GunWeapon.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "GunWeapon.h" diff --git a/Source/vampires/Weapons/GunWeapon.h b/Source/vampires/Weapons/GunWeapon.h index 1884703..f4f3ec9 100644 --- a/Source/vampires/Weapons/GunWeapon.h +++ b/Source/vampires/Weapons/GunWeapon.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Weapons/KnifeWeapon.cpp b/Source/vampires/Weapons/KnifeWeapon.cpp index 2ece205..956060c 100644 --- a/Source/vampires/Weapons/KnifeWeapon.cpp +++ b/Source/vampires/Weapons/KnifeWeapon.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "KnifeWeapon.h" diff --git a/Source/vampires/Weapons/KnifeWeapon.h b/Source/vampires/Weapons/KnifeWeapon.h index 086042d..bec73f2 100644 --- a/Source/vampires/Weapons/KnifeWeapon.h +++ b/Source/vampires/Weapons/KnifeWeapon.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Weapons/LightningRingWeapon.cpp b/Source/vampires/Weapons/LightningRingWeapon.cpp index b2c8a42..dfa5579 100644 --- a/Source/vampires/Weapons/LightningRingWeapon.cpp +++ b/Source/vampires/Weapons/LightningRingWeapon.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "LightningRingWeapon.h" diff --git a/Source/vampires/Weapons/LightningRingWeapon.h b/Source/vampires/Weapons/LightningRingWeapon.h index b76fca9..a34003a 100644 --- a/Source/vampires/Weapons/LightningRingWeapon.h +++ b/Source/vampires/Weapons/LightningRingWeapon.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Weapons/MagicWandWeapon.cpp b/Source/vampires/Weapons/MagicWandWeapon.cpp index 8502f67..ab87e5a 100644 --- a/Source/vampires/Weapons/MagicWandWeapon.cpp +++ b/Source/vampires/Weapons/MagicWandWeapon.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "MagicWandWeapon.h" diff --git a/Source/vampires/Weapons/MagicWandWeapon.h b/Source/vampires/Weapons/MagicWandWeapon.h index b0aebe6..b633d49 100644 --- a/Source/vampires/Weapons/MagicWandWeapon.h +++ b/Source/vampires/Weapons/MagicWandWeapon.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Weapons/PentagramWeapon.cpp b/Source/vampires/Weapons/PentagramWeapon.cpp index e956867..fe62fec 100644 --- a/Source/vampires/Weapons/PentagramWeapon.cpp +++ b/Source/vampires/Weapons/PentagramWeapon.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "PentagramWeapon.h" diff --git a/Source/vampires/Weapons/PentagramWeapon.h b/Source/vampires/Weapons/PentagramWeapon.h index aa97934..6f01261 100644 --- a/Source/vampires/Weapons/PentagramWeapon.h +++ b/Source/vampires/Weapons/PentagramWeapon.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Weapons/ProjectileWeapon.cpp b/Source/vampires/Weapons/ProjectileWeapon.cpp index 2a2485d..9f9372a 100644 --- a/Source/vampires/Weapons/ProjectileWeapon.cpp +++ b/Source/vampires/Weapons/ProjectileWeapon.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "ProjectileWeapon.h" diff --git a/Source/vampires/Weapons/ProjectileWeapon.h b/Source/vampires/Weapons/ProjectileWeapon.h index 95dce0f..5766d61 100644 --- a/Source/vampires/Weapons/ProjectileWeapon.h +++ b/Source/vampires/Weapons/ProjectileWeapon.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Widgets/HUDWidget.cpp b/Source/vampires/Widgets/HUDWidget.cpp index 30f06dc..7f937fb 100644 --- a/Source/vampires/Widgets/HUDWidget.cpp +++ b/Source/vampires/Widgets/HUDWidget.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "HUDWidget.h" diff --git a/Source/vampires/Widgets/HUDWidget.h b/Source/vampires/Widgets/HUDWidget.h index ad88deb..96fc5db 100644 --- a/Source/vampires/Widgets/HUDWidget.h +++ b/Source/vampires/Widgets/HUDWidget.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Widgets/HealthbarWidget.cpp b/Source/vampires/Widgets/HealthbarWidget.cpp index 4100759..0f882b3 100644 --- a/Source/vampires/Widgets/HealthbarWidget.cpp +++ b/Source/vampires/Widgets/HealthbarWidget.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "HealthbarWidget.h" diff --git a/Source/vampires/Widgets/HealthbarWidget.h b/Source/vampires/Widgets/HealthbarWidget.h index 488f9c4..4cecd62 100644 --- a/Source/vampires/Widgets/HealthbarWidget.h +++ b/Source/vampires/Widgets/HealthbarWidget.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Widgets/LevelUpWidget.cpp b/Source/vampires/Widgets/LevelUpWidget.cpp index dce1e0a..d1f41de 100644 --- a/Source/vampires/Widgets/LevelUpWidget.cpp +++ b/Source/vampires/Widgets/LevelUpWidget.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "LevelUpWidget.h" diff --git a/Source/vampires/Widgets/LevelUpWidget.h b/Source/vampires/Widgets/LevelUpWidget.h index a0ee9c5..81db5ea 100644 --- a/Source/vampires/Widgets/LevelUpWidget.h +++ b/Source/vampires/Widgets/LevelUpWidget.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Widgets/PauseWidget.cpp b/Source/vampires/Widgets/PauseWidget.cpp index d3f5a19..bb65078 100644 --- a/Source/vampires/Widgets/PauseWidget.cpp +++ b/Source/vampires/Widgets/PauseWidget.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "PauseWidget.h" diff --git a/Source/vampires/Widgets/PauseWidget.h b/Source/vampires/Widgets/PauseWidget.h index 69a49aa..8af7361 100644 --- a/Source/vampires/Widgets/PauseWidget.h +++ b/Source/vampires/Widgets/PauseWidget.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Widgets/UpgradeButtonDataObject.cpp b/Source/vampires/Widgets/UpgradeButtonDataObject.cpp index 394cf68..6c19f4f 100644 --- a/Source/vampires/Widgets/UpgradeButtonDataObject.cpp +++ b/Source/vampires/Widgets/UpgradeButtonDataObject.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "UpgradeButtonDataObject.h" diff --git a/Source/vampires/Widgets/UpgradeButtonDataObject.h b/Source/vampires/Widgets/UpgradeButtonDataObject.h index 150dc39..92eadaa 100644 --- a/Source/vampires/Widgets/UpgradeButtonDataObject.h +++ b/Source/vampires/Widgets/UpgradeButtonDataObject.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/Widgets/UpgradeButtonWidget.cpp b/Source/vampires/Widgets/UpgradeButtonWidget.cpp index 6980378..000e20a 100644 --- a/Source/vampires/Widgets/UpgradeButtonWidget.cpp +++ b/Source/vampires/Widgets/UpgradeButtonWidget.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "UpgradeButtonWidget.h" diff --git a/Source/vampires/Widgets/UpgradeButtonWidget.h b/Source/vampires/Widgets/UpgradeButtonWidget.h index 197d0de..7ee36dd 100644 --- a/Source/vampires/Widgets/UpgradeButtonWidget.h +++ b/Source/vampires/Widgets/UpgradeButtonWidget.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampires/vampires.Build.cs b/Source/vampires/vampires.Build.cs index 309ca03..324e563 100644 --- a/Source/vampires/vampires.Build.cs +++ b/Source/vampires/vampires.Build.cs @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 using UnrealBuildTool; diff --git a/Source/vampires/vampires.cpp b/Source/vampires/vampires.cpp index bbfa017..e75a486 100644 --- a/Source/vampires/vampires.cpp +++ b/Source/vampires/vampires.cpp @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #include "vampires.h" #include "Modules/ModuleManager.h" diff --git a/Source/vampires/vampires.h b/Source/vampires/vampires.h index 90aad9e..a3d16ea 100644 --- a/Source/vampires/vampires.h +++ b/Source/vampires/vampires.h @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 #pragma once diff --git a/Source/vampiresEditor.Target.cs b/Source/vampiresEditor.Target.cs index c35aa03..3dd5cb2 100644 --- a/Source/vampiresEditor.Target.cs +++ b/Source/vampiresEditor.Target.cs @@ -1,4 +1,4 @@ -// Fill out your copyright notice in the Description page of Project Settings. +// Louis Hobbs | 2024-2025 using UnrealBuildTool; using System.Collections.Generic;