Files
2026-05-14 19:16:33 -04:00

6 lines
86 B
C++

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