mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LegacyNetherFork.git
synced 2026-05-21 23:55:10 +00:00
11 lines
197 B
C++
11 lines
197 B
C++
#pragma once
|
|
#include "Biome.h"
|
|
|
|
class TheOuterEndBiome : public Biome
|
|
{
|
|
public:
|
|
TheOuterEndBiome(int id);
|
|
|
|
// 4J Stu - Don't need override
|
|
//virtual int getSkyColor(float temp);
|
|
}; |