aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/TheEndBiome.h
blob: b3698511dbabe4adc181a26cb7ef17c1ae701ddb (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once
#include "Biome.h"

class TheEndBiome : public Biome
{
public:
    TheEndBiome(int id);

	// 4J Stu - Don't need override
	//virtual int getSkyColor(float temp);
};