Server.PathFollower.PathFollower C# (CSharp) 메소드

PathFollower() 공개 메소드

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