Example #1
0
        public static CachedTempInfo NewCachedTempInfo()
        {
            CachedTempInfo result = default(CachedTempInfo);

            result.Reset();
            return(result);
        }
Example #2
0
 private static void SetCachedCellInfo2(TemperatureCache __instance, IntVec3 c, CachedTempInfo info)
 {
     __instance.tempCache[map(__instance).cellIndices.CellToIndex(c)] = info;
 }