コード例 #1
0
 private void DebugFlash(IntVec3 c, float colorPct, string str)
 {
     ThingPathFinder.DebugFlash(c, this.map, colorPct, str);
 }