Files
minecraft-pe-0.6.1/src/world/level/biome/FlatBiome.h
2026-03-02 22:04:18 +03:00

12 lines
280 B
C++
Executable File

#ifndef NET_MINECRAFT_WORLD_LEVEL_BIOME__FlatBiome_H__
#define NET_MINECRAFT_WORLD_LEVEL_BIOME__FlatBiome_H__
//package net.minecraft.world.level.biome;
#include "Biome.h"
class FlatBiome: public Biome {
};
#endif /*NET_MINECRAFT_WORLD_LEVEL_BIOME__FlatBiome_H__*/