public void AddToGrid(HexGrid grid, Hex pos) { this.Grid = grid; MoveTo(pos, 0f); grid.AddEntityToGrid(this); }