Server.Items.PeculiarFish.Apply C# (CSharp) Méthode

Apply() public méthode

public Apply ( Mobile from ) : bool
from Mobile
Résultat bool
		public override bool Apply( Mobile from )
		{
			from.Stam += 10;
			return true;
		}