root/src/AIRendering/DrawableGrid.cs

1623
27
        }
27
        }
28
28
29
29
30
        public void Render(PrimitiveBatch batch)
30
        public virtual  void Render(PrimitiveBatch batch)
31
        {
31
        {
32
32
33
            //for (int y = 0; y < Rows; y++)
33
            //for (int y = 0; y < Rows; y++)