Exemplo n.º 1
0
 public static PathEndMode ResolveClosestTouchPathMode(Pawn pawn, MapExtension mapE, IntVec3 target)
 {
     if (GenPathShip.ShouldNotEnterCell(pawn, mapE, target))
     {
         return(PathEndMode.Touch);
     }
     return(PathEndMode.OnCell);
 }