예제 #1
0
 bool IsSponged(int x, int y, int z)
 {
     return(spongeData[map.Index(x, y, z)]);
 }