public CCell(CGrid owner, Vector2i inCoord, CTileDescr inTileDescr) { _owner = owner; Coord = inCoord; TileDescr = inTileDescr; }