Ejemplo n.º 1
0
        public void CreateBody()
        {
            Cell c1 = new Cell(this.X, this.Y);
            Cell c2 = new Cell(this.X, this.Y);
            Cell c3 = new Cell(this.X, this.Y);

            Body[0] = c1;
        }