12 lines
284 B
C++
Executable File
12 lines
284 B
C++
Executable File
#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__*/
|