Server.Mobiles.AskDestinationEntry.AskDestinationEntry C# (CSharp) Méthode

AskDestinationEntry() public méthode

public AskDestinationEntry ( BaseEscortable m, Mobile from ) : System
m BaseEscortable
from Mobile
Résultat System
		public AskDestinationEntry(BaseEscortable m, Mobile from)
			: base(6100, 3)
		{
			m_Mobile = m;
			m_From = from;
		}