コード例 #1
0
ファイル: GenAdj.cs プロジェクト: wensincai/RW-Decompile
 public static IEnumerable <IntVec3> CellsAdjacentCardinal(Thing t)
 {
     return(GenAdj.CellsAdjacentCardinal(t.Position, t.Rotation, t.def.size));
 }