Files
LegacyMultiplayerProject/Minecraft.World/TheEndBiome.h
DrPerkyLegit 5b19646cc6 init
2026-06-23 01:27:12 -04:00

11 lines
177 B
C++

#pragma once
#include "Biome.h"
class TheEndBiome : public Biome
{
public:
TheEndBiome(int id);
// 4J Stu - Don't need override
//virtual int getSkyColor(float temp);
};