Пример #1
0
 public static bool HasEatSurface(this IntVec3 c, Map map)
 {
     return(c.GetSurfaceType(map) == SurfaceType.Eat);
 }