Server.Items.FishBowl.RemoveCreature.RemoveCreature C# (CSharp) Méthode

RemoveCreature() public méthode

public RemoveCreature ( FishBowl bowl ) : System
bowl FishBowl
Résultat System
            public RemoveCreature( FishBowl bowl )
                : base(6242, 3)
            {
                m_Bowl = bowl;
            }
FishBowl.RemoveCreature