Ich hab das Pathfinding heroischerweise auch mit eurem Krampf von Entwicklungsumgebung zum Laufen gebrachtentwicklungsumgebung zum Laufen gebracht
This commit is contained in:
@@ -40,7 +40,7 @@ namespace WorldOfPeacecraft
|
|||||||
return mappedResult;
|
return mappedResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
[DllImport("pathfinding")]
|
[DllImport("pathfinding", CallingConvention=CallingConvention.Cdecl)]
|
||||||
[return: MarshalAs(UnmanagedType.I4)]
|
[return: MarshalAs(UnmanagedType.I4)]
|
||||||
private static extern unsafe int findPath(
|
private static extern unsafe int findPath(
|
||||||
PathNode posFrom,
|
PathNode posFrom,
|
||||||
|
|||||||
Reference in New Issue
Block a user