Initial commit
This commit is contained in:
11
Minecraft.World/TheEndBiome.h
Normal file
11
Minecraft.World/TheEndBiome.h
Normal file
@@ -0,0 +1,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);
|
||||
};
|
||||
Reference in New Issue
Block a user