protected Vector3 origin; //relative to this origin. #endregion Fields #region Constructors public Block(GameGrid grid) { this.grid = grid; }
public StraightBlock(GameGrid grid) : base(grid) { //Nothing to do here lol. }