Files
LegacyMultiplayerProject/Minecraft.World/IceBiome.h
DrPerkyLegit 5b19646cc6 init
2026-06-23 01:27:12 -04:00

8 lines
97 B
C++

#pragma once
#include "Biome.h"
class IceBiome : public Biome
{
public:
IceBiome(int id);
};