Files
cafeberry/Minecraft.World/IceBiome.h
T
2026-07-03 18:34:01 +01:00

8 lines
104 B
C++

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