public TileState CalculateOutState(int x, int y, TileSide side) { return(logic.CalculateOutState(this, x, y, side)); }