Example #1
0
        private static void FlashClosewalkCell30()
        {
            IntVec3 c = CellFinder.RandomClosewalkCellNear(UI.MouseCell(), Find.CurrentMap, 30);

            Find.CurrentMap.debugDrawer.FlashCell(c);
        }