- exported all member fields that make sense. Entirely private ones or classes that are not supposed to be extended were left out.

This commit is contained in:
Christoph Oelckers 2016-11-23 17:34:36 +01:00
commit 7325e3f0f8
9 changed files with 75 additions and 43 deletions

View file

@ -868,6 +868,8 @@ FState *AWeapon::GetStateForButtonName (FName button)
IMPLEMENT_CLASS(AWeaponGiver, false, false, false, false)
DEFINE_FIELD(AWeaponGiver, DropAmmoFactor);
void AWeaponGiver::Serialize(FSerializer &arc)
{
Super::Serialize(arc);