Server.Statics.StateInfo.StateInfo C# (CSharp) 메소드

StateInfo() 공개 메소드

public StateInfo ( Server.Map map, Server.Point3D start, Server.Point3D end ) : System
map Server.Map
start Server.Point3D
end Server.Point3D
리턴 System
			public StateInfo( Map map, Point3D start, Point3D end )
			{
				m_Map = map;
				m_Start = start;
				m_End = end;
			}
		}
Statics.StateInfo