Server.Mobiles.PackHorse.OnBeforeDeath C# (CSharp) Méthode

OnBeforeDeath() public méthode

public OnBeforeDeath ( ) : bool
Résultat bool
        public override bool OnBeforeDeath()
        {
            if ( !base.OnBeforeDeath() )
                return false;

            PackAnimal.CombineBackpacks( this );

            return true;
        }