Exemplo n.º 1
0
        protected Vector3 origin; //relative to this origin.

        #endregion Fields

        #region Constructors

        public Block(GameGrid grid)
        {
            this.grid = grid;
        }
Exemplo n.º 2
0
 public StraightBlock(GameGrid grid)
     : base(grid)
 {
     //Nothing to do here lol.
 }