Beispiel #1
0
        public Spot GetSpot2D(float x, float y)
        {
            LoadChunk(x, y);
            GraphChunk gc = GetChunkAt(x, y);

            return(gc.GetSpot2D(x, y));
        }