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;
|
||||
}
|
||||
|
||||
[DllImport("pathfinding")]
|
||||
[DllImport("pathfinding", CallingConvention=CallingConvention.Cdecl)]
|
||||
[return: MarshalAs(UnmanagedType.I4)]
|
||||
private static extern unsafe int findPath(
|
||||
PathNode posFrom,
|
||||
|
||||
Reference in New Issue
Block a user