Server.Mobiles.PlayerVendor.CollectGoldPrompt.OnCancel C# (CSharp) Méthode

OnCancel() public méthode

public OnCancel ( Mobile from ) : void
from Mobile
Résultat void
			public override void OnCancel( Mobile from )
			{
				if ( !m_Vendor.CanInteractWith( from, true ) )
					return;

				GiveGold( from, 0 );
			}