Пример #1
0
        public Shape GetShape(int x, int y, int z)
        {
            Shape s;

            ShapeCollection.TryGetShape(GetShapeIDUnsafe(x, y, z), out s);
            return(s);
        }