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 );
	}