Server.PathFollower.PathFollower C# (CSharp) Method

PathFollower() public method

public PathFollower ( Server.Mobile from, IPoint3D goal ) : System
from Server.Mobile
goal IPoint3D
return System
		public PathFollower( Mobile from, IPoint3D goal )
		{
			m_From = from;
			m_Goal = goal;
		}