Files
2026-03-08 10:09:54 +01:00

6 lines
91 B
C++

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