public CaptureBiome(int backgroundIndex, int backgroundIndex2, int waterStyle, CaptureBiome.TileColorStyle tileColorStyle = CaptureBiome.TileColorStyle.Normal) { this.BackgroundIndex = backgroundIndex; this.BackgroundIndex2 = backgroundIndex2; this.WaterStyle = waterStyle; this.TileColor = tileColorStyle; }