Exemple #1
0
        protected Vector3 origin; //relative to this origin.

        #endregion Fields

        #region Constructors

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