Ejemplo n.º 1
0
 public static bool IsInside(this IntVec3 root, Thing t)
 {
     return(GenAdj.IsInside(root, t.Position, t.Rotation, t.def.size));
 }