Server.PartyCommands.OnDecline C# (CSharp) Метод

OnDecline() публичный абстрактный Метод

public abstract OnDecline ( Server.Mobile from, Server.Mobile leader ) : void
from Server.Mobile
leader Server.Mobile
Результат void
		public abstract void OnDecline( Mobile from, Mobile leader );
	}