first commit
This commit is contained in:
8
Minecraft.World/MushroomIslandBiome.h
Normal file
8
Minecraft.World/MushroomIslandBiome.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include "Biome.h"
|
||||
|
||||
class MushroomIslandBiome : public Biome
|
||||
{
|
||||
public:
|
||||
MushroomIslandBiome(int id);
|
||||
};
|
||||
Reference in New Issue
Block a user