Faucet/Minecraft.World/IceBiome.cpp
2026-03-09 16:37:23 +11:00

6 lines
86 B
C++

#include "stdafx.h"
#include "IceBiome.h"
IceBiome::IceBiome(int id) : Biome(id)
{
};