Cleanup `RandomWeaponParameters`
This commit is contained in:
parent
ec9617fe51
commit
84fbd00bea
|
@ -35,7 +35,6 @@ AWeapon URandomWeaponParameters::GenerateWeapon()
|
||||||
return AWeapon();
|
return AWeapon();
|
||||||
}
|
}
|
||||||
|
|
||||||
AWeaponPickup URandomWeaponParameters::GenerateWeaponPickup()
|
|
||||||
USkeletalMesh* URandomWeaponParameters::PickRandomMesh()
|
USkeletalMesh* URandomWeaponParameters::PickRandomMesh()
|
||||||
{
|
{
|
||||||
// TODO: CHANGE THIS, THIS IS BAD, THIS IS TEMPORARY, GOOD GOD WHY
|
// TODO: CHANGE THIS, THIS IS BAD, THIS IS TEMPORARY, GOOD GOD WHY
|
||||||
|
|
|
@ -80,10 +80,6 @@ public:
|
||||||
|
|
||||||
FWeaponProperties GenerateRandomWeaponProperties();
|
FWeaponProperties GenerateRandomWeaponProperties();
|
||||||
|
|
||||||
AWeapon GenerateWeapon();
|
|
||||||
|
|
||||||
AWeaponPickup GenerateWeaponPickup();
|
|
||||||
|
|
||||||
USkeletalMesh* PickRandomMesh();
|
USkeletalMesh* PickRandomMesh();
|
||||||
|
|
||||||
USoundBase* PickRandomSoundBase();
|
USoundBase* PickRandomSoundBase();
|
||||||
|
|
Loading…
Reference in New Issue