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