the whole game
This commit is contained in:
11
src/world/level/biome/SwampBiome.h
Executable file
11
src/world/level/biome/SwampBiome.h
Executable file
@@ -0,0 +1,11 @@
|
||||
#ifndef NET_MINECRAFT_WORLD_LEVEL_BIOME__SwampBiome_H__
|
||||
#define NET_MINECRAFT_WORLD_LEVEL_BIOME__SwampBiome_H__
|
||||
|
||||
//package net.minecraft.world.level.biome;
|
||||
|
||||
#include "Biome.h"
|
||||
|
||||
class SwampBiome: public Biome {
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_WORLD_LEVEL_BIOME__SwampBiome_H__*/
|
||||
Reference in New Issue
Block a user