Server.Items.Bag.Dye C# (CSharp) Méthode

Dye() public méthode

public Dye ( Mobile from, DyeTub sender ) : bool
from Mobile
sender DyeTub
Résultat bool
		public bool Dye( Mobile from, DyeTub sender )
		{
			if ( Deleted ) return false;

			Hue = sender.DyedHue;

			return true;
		}