Server.Items.FishBowl.RemoveCreature.RemoveCreature C# (CSharp) Method

RemoveCreature() public method

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