Cleanup `RandomWeaponParameters`

This commit is contained in:
Louis Hobbs 2023-02-12 20:31:29 +00:00
parent ec9617fe51
commit 84fbd00bea
2 changed files with 0 additions and 5 deletions

View File

@ -35,7 +35,6 @@ AWeapon URandomWeaponParameters::GenerateWeapon()
return AWeapon();
}
AWeaponPickup URandomWeaponParameters::GenerateWeaponPickup()
USkeletalMesh* URandomWeaponParameters::PickRandomMesh()
{
// TODO: CHANGE THIS, THIS IS BAD, THIS IS TEMPORARY, GOOD GOD WHY

View File

@ -80,10 +80,6 @@ public:
FWeaponProperties GenerateRandomWeaponProperties();
AWeapon GenerateWeapon();
AWeaponPickup GenerateWeaponPickup();
USkeletalMesh* PickRandomMesh();
USoundBase* PickRandomSoundBase();