コード例 #1
0
ファイル: WaterPhysics.cs プロジェクト: jamierocks/femtocraft
 bool IsSponged(int x, int y, int z)
 {
     return(spongeData[map.Index(x, y, z)]);
 }