Beispiel #1
0
        public Spot AddSpot(Spot s)
        {
            LoadChunk(s.X, s.Y);
            GraphChunk gc = GetChunkAt(s.X, s.Y);

            return(gc.AddSpot(s));
        }