예제 #1
0
 public static float GetTemperature(this IntVec3 loc, Map map)
 {
     return(GenTemperature.GetTemperatureForCell(loc, map));
 }