Server.PathFollower.PathFollower C# (CSharp) Méthode

PathFollower() public méthode

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